[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

2008-07-01 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63866


User mba changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Jul  1 12:57:56 + 
2008 ---
This bug obviously is fixed at least in 3.0 Beta. The macro from sw

xDoc = ThisComponent
dim args(1) as new com.sun.star.beans.PropertyValue
args(0).Name = CopyCount
args(0).Value = 2
args(1).Name = Collate
args(1).Value = true
xDoc.print(args())

prints two copies, as expected

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



[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

2008-07-01 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63866


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |jsk





--- Additional comments from [EMAIL PROTECTED] Tue Jul  1 12:58:47 + 
2008 ---
please verify

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



[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

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


User mba changed the following:

What|Old value |New value

  CC|'cornouws,lars'   |'cornouws,lars,pl'





--- Additional comments from [EMAIL PROTECTED] Mon Jun 23 14:22:59 + 
2008 ---
There's some strange code in the sfx2 code:



// if Collate was checked, the printer must handle the CopyCount itself,
// usually this is handled by the printer driver
if( bCollate )
// set printer to default, handle multiple copies explicitly
pPrinter-SetCopyCount( 1 );
else
pPrinter-SetCopyCount( nCopies );

So far, so good. But where and how *is* that handled?

pl, any idea?

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



[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

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





--- Additional comments from [EMAIL PROTECTED] Mon Jun 23 14:38:36 + 
2008 ---
That depends on what you mean; SetCopyCount on a vcl printer will pass that
number of copies to the printer driver (windows speak), which will in turn
produce that number of copies. When collate is checked, writer produces n times
the same page sequence and sets the copy count to 1, thereby producing page
1-2-3-1-2-3-1-2-3 instead of 1-1-1-2-2-2-3-3-3 as would be with collation off.

see also issue 88333

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



[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

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


User mba changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Jan 11 10:13:33 + 
2008 ---
target 3.0

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



[api-issues] [Issue 63866] When printing through API, CopyCount does not work if Collate is use d

2007-11-12 Thread cornouws
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63866


User cornouws changed the following:

What|Old value |New value

 Summary|When printing though API, |When printing through API,
|CopyCount does not work | CopyCount does not work
|if Collate is used  | if Collate is used





--- Additional comments from [EMAIL PROTECTED] Mon Nov 12 14:56:44 + 
2007 ---
now removed typo from summary :-\

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