[sc-issues] [Issue 56400] Macro For Inserting New S heet Doesn't Work Always

2005-12-29 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56400


User jsk changed the following:

  What|Old value |New value

   Assigned to|jsk   |bh

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

Issue type|DEFECT|FEATURE

OS/Version|Windows XP|All

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Dec 29 07:01:16 -0800 
2005 ---
Hi mrtea,

i confirm the issue - partly. The macro is recorded in a way that it tries to
insert a new Shet before Sheet2 which does not exist, resulting in failure. 

Change
args1(1).Name = Index
args1(1).Value = 2

to
args1(1).Name = Index
args1(1).Value = 1

and it will work as expected.

There is a problem that the macro recorder does not record whether the new table
is to be created infront or behind the currently selected table. However,
neither of this worked in StarOffice 5.2 or any other version. Without the
regression flag i can only make this a RFE with target OOo Later


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 56400] Macro For Inserting New S heet Doesn't Work Always

2005-12-05 Thread probe1
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56400





--- Additional comments from [EMAIL PROTECTED] Mon Dec  5 13:49:45 -0800 
2005 ---
Can confirm that no error message is issued if running the code (OOo2 Linux).

Of course code is wrong in that test case: if only one sheet is present
args1(1).Value should be 1. So the dispatcher call should return a index used
out of bounds error message.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sc-issues] [Issue 56400] Macro For Inserting New S heet Doesn't Work Always

2005-11-11 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56400


User fst changed the following:

  What|Old value |New value

   Assigned to|spreadsheet   |jsk





--- Additional comments from [EMAIL PROTECTED] Fri Nov 11 05:19:00 -0800 
2005 ---
Hi Joerg,

please have a look at this Issue.

Frank

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]