To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96606
                 Issue #|96606
                 Summary|.print(arg()) used in  macro will not print but open t
                        |he print dialog on a Mac
               Component|porting
                 Version|OOo 3.0
                Platform|Macintosh
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|MacOSX
             Assigned to|macport
             Reported by|uwealtmann





------- Additional comments from [EMAIL PROTECTED] Wed Nov 26 13:06:52 +0000 
2008 -------
The following StarBasic code is expected to print the first page of the document
two times on Standard printer. This works well on windows, but not on Mac. 
On a Mac intel it will just open the printing dialog and initilize it with the
values given instead.

        Dim arg(2) as new com.sun.star.beans.PropertyValue      
        arg(0).name = "Pages"                                   
        arg(0).value = "1"
        arg(1).name = "CopyCount"
        arg(1).value = 2
        arg(2).name = "Wait"    
        arg(2).value = True
        ThisComponent.print(arg())

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