To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88333





------- Additional comments from [EMAIL PROTECTED] Mon May  5 22:13:58 +0000 
2008 -------
An italian user pointed out that this problem does not occour if you print 
from the dispatcher.
This is his testing code:

Sub Prova
        Dim oDoc As Object
        Dim dispatcher As Object
        
        oDoc = ThisComponent.CurrentController.Frame
        dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")
        
        Dim args1(0) as new com.sun.star.beans.PropertyValue
        args1(0).Name = "PrintArea"
        args1(0).Value = "$A$1:$G$37"

        dispatcher.executeDispatch(oDoc, ".uno:ChangePrintArea", "", 0, args1
())

        Dim args2(1) as new com.sun.star.beans.PropertyValue
        args2(0).Name = "Copies"
        args2(0).Value = 2
        args2(1).Name = "Collate"
        args2(1).Value = true

        dispatcher.executeDispatch(oDoc, ".uno:Print", "", 0, args2())
        dispatcher.executeDispatch(oDoc, ".uno:DeletePrintArea", "", 0, 
Array())

End Sub

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