[sc-issues] [Issue 68515] Calc - Subtotals can't be automated with the macro

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


User kpalagin changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |20046
  is|  |





-
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 68515] Calc - Subtotals can't be automated with the macro

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


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |requirements

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 05:37:00 -0700 
2006 ---
one for requirements

-
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 68515] Calc - Subtotals can't be automated with the macro

2006-08-24 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68515





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 04:26:40 -0700 
2006 ---
pitonyak,
you are absolutely correct.
Somebody have changed to RFE already.

-
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 68515] Calc - Subtotals can't be automated with the macro

2006-08-23 Thread pitonyak
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68515





--- Additional comments from [EMAIL PROTECTED] Wed Aug 23 20:56:57 -0700 
2006 ---
So what you really want, is that the dispatch will accept arguments containing
all of the information required to create the subtotal without opening a dialog
or requiring any sort of user interaction.

Realize that at the moment, the macro recorder noticed that you opened the
dialog, but it does not record what you do in the dialog.

-
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 68515] Calc - Subtotals can't be automated with the macro

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





--- Additional comments from [EMAIL PROTECTED] Fri Aug 11 22:34:33 -0700 
2006 ---
I managed to look at the macro:

I don't think this is what you want:

REM  *  BASIC  *


sub Main
rem --
rem define variables
dim document   as object
dim dispatcher as object
rem --
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem --
dispatcher.executeDispatch(document, ".uno:DataSubTotals", "", 0, Array())


end sub

I will confirm that the macro does not work.

James M.


-
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 68515] Calc - Subtotals can't be automated with the macro

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


User kpalagin changed the following:

What|Old value |New value

 Version|680m180   |680m176





-
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 68515] Calc - Subtotals can't be automated with the macro

2006-08-10 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68515


User kpalagin changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38434)
example file for th
|  |e issue






--- Additional comments from [EMAIL PROTECTED] Fri Aug 11 00:00:31 -0700 
2006 ---
Created an attachment (id=38434)
example file for the issue


-
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 68515] Calc - Subtotals can't be automated with the macro

2006-08-10 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68515
 Issue #|68515
 Summary|Calc - Subtotals can't be automated with the macro
   Component|Spreadsheet
 Version|680m180
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|programming
 Assigned to|spreadsheet
 Reported by|kpalagin





--- Additional comments from [EMAIL PROTECTED] Thu Aug 10 23:59:11 -0700 
2006 ---
If I include calculation of subtotals in macro, execution of macro stops 
displaying Subtotals dialog.

Repro steps - open attached file, agree to Enable Macros, click Tools, Macros, 
Run, expand "macro-with-subtotals"\Standard\Module1, in "Macro Name" 
select "Main" and click Run. It will not run to copletion.

Please make it so that Subtotals can be inserted with macro.
Thanks a lot!

-
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]