[sw-issues] [Issue 95709] XPrintJobListener, printJo bEvent(oEvent) state Problem

2008-11-06 Thread cn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95709


User cn changed the following:

What|Old value |New value

   Component|Word processor|api

  Status|UNCONFIRMED   |RESOLVED

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]

  Resolution|  |WORKSFORME

Subcomponent|programming   |code





--- Additional comments from [EMAIL PROTECTED] Thu Nov  6 09:53:09 + 
2008 ---
cn-head42: hmm, I can not reproduce your behavior. If I print the document I
get 1 for css.view.PrintableState.JOB_STARTED, then I get 2 for
css.view.PrintableState.JOB_COMPLETED and finally 4 for
css.view.PrintableState.JOB_ABORTED because of missing printer ;-)



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



[sw-issues] [Issue 95709] XPrintJobListener, printJo bEvent(oEvent) state Problem

2008-11-02 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95709


User es changed the following:

What|Old value |New value

 Assigned to|mru   |jsk





--- Additional comments from [EMAIL PROTECTED] Sun Nov  2 11:01:55 + 
2008 ---
@JSK: Please have a look.

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



[sw-issues] [Issue 95709] XPrintJobListener, printJo bEvent(oEvent) state Problem

2008-11-02 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95709


User jsk changed the following:

What|Old value |New value

 Assigned to|jsk   |cn





--- Additional comments from [EMAIL PROTECTED] Mon Nov  3 07:54:27 + 
2008 ---
- CN, is more API-Like.

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



[sw-issues] [Issue 95709] XPrintJobListener, printJo bEvent(oEvent) state Problem

2008-10-31 Thread head42
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95709
 Issue #|95709
 Summary|XPrintJobListener, printJobEvent(oEvent) state Problem
   Component|Word processor
 Version|OOO300m9
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|mru
 Reported by|head42





--- Additional comments from [EMAIL PROTECTED] Fri Oct 31 15:28:07 + 
2008 ---
BASIC:

sub register_PrintJobListener
oPrintJobListener = 
CreateUnoListener(MyApp_, com.sun.star.view.XPrintJobListener)
thisComponent.addPrintJobListener(oPrintJobListener)
end sub

sub MyApp_printJobEvent(oEvent)
msgbox oEvent.state
end sub



gives random numbers like 1938330608, or -1100516368 which changes after 
restart of OO. 

tested only in Writer, did work in 2.3/4.x

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