To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72240
------- Additional comments from [EMAIL PROTECTED] Wed Jan 17 07:27:05 -0800
2007 -------
Here's a test case for Basic. If a non-existing page is specified, no print
event should happen. If the document is printed normally events should be
processed:
sub main
Dim oListener
oListener =
CreateUnoListener("PrintListener_","com.sun.star.view.XPrintJobListener")
ThisComponent.addPrintJobListener( oListener )
end sub
Sub PrintListener_disposing( oEvent )
MsgBox "disposing"
End Sub
Sub PrintListener_printJobEvent( oEvent )
MsgBox oEvent.State
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]