To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84958
                 Issue #|84958
                 Summary|.uno:PrintPreview "masks" the current sheet
               Component|Spreadsheet
                 Version|OOo 2.3.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P5
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|scoazera





------- Additional comments from [EMAIL PROTECTED] Thu Jan  3 11:27:16 +0000 
2008 -------
The execution of

  Dispatcher.executeDispatch(Document, ".uno:PrintPreview", "", 0, Array())

prevents all the subsequent instructions to behave correctly.

For instance, if a column is hidden (that is ".uno:PrintPreview" was executed),
the instruction

  Dispatcher.executeDispatch(Document, ".uno:ShowColumn", "", 0, Array())

does nothing, and a lot of instructions trig errors because, probably,
the current selected sheet is no more the sheet, but the "preview" itself.

"Intercepting the preview window" until it will be closed, doesn't work.

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

Reply via email to