[sw-issues] [Issue 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|mba

   Component|Word processor|framework

  OS/Version|Windows XP|All

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

Platform|PC|All

Subcomponent|printing  |code





--- Additional comments from [EMAIL PROTECTED] Tue Jul  1 13:47:05 + 
2008 ---
pl->mba: as discussed, this is due to the fact that the print dialog sets
Collate as default now. A workaround might be to set the checkbox as gotten from
the property set, but I don't know what side effect that may have.

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User kpassey changed the following:

What|Old value |New value

  CC|'cornouws,mba,paolomantova|'cornouws,mba,paolomantova
|ni'   |ni,pbd4499'





-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User cornouws changed the following:

What|Old value |New value

  CC|'mba,paolomantovani'  |'cornouws,mba,paolomantova
|  |ni'





-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-06-05 Thread pbd4499
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] Thu Jun  5 11:44:58 + 
2008 ---
Please also show the solution as for full document without selection like 
http://www.openoffice.org/issues/show_bug.cgi?id=90289

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-06-03 Thread pl
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] Tue Jun  3 09:20:14 + 
2008 ---
*** Issue 90289 has been marked as a duplicate of this issue. ***

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-05-05 Thread paolomantovani
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 + 
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]



[sw-issues] [Issue 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User os changed the following:

What|Old value |New value

 Assigned to|os|pl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon May  5 06:31:52 + 
2008 ---
Target set to 3.0
->pl: As it occurs also in Calc I assign the issue back to you. 

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User mba changed the following:

What|Old value |New value

  CC|'paolomantovani'  |'mba,paolomantovani'





--- Additional comments from [EMAIL PROTECTED] Sun May  4 09:24:56 + 
2008 ---
So this is a regression then - right?

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-05-02 Thread ga_thrawn
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] Fri May  2 23:08:49 + 
2008 ---
Created an attachment (id=53330)
an example of the bug


-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-05-02 Thread ga_thrawn
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] Fri May  2 23:07:29 + 
2008 ---
I confirm this bug too. I am having the same issue with oOo 2.4, no problem with
2,3.

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-05-02 Thread lockvogel
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] Fri May  2 20:41:35 + 
2008 ---
We have the same problem with OOo 2.4 (OOo 2.3 works fine)!

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-04-30 Thread paolomantovani
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] Wed Apr 30 21:34:12 + 
2008 ---
the problem seems not specific to Writer / WinXP since I could reproduce it with
Calc on Linux, please update the issue

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User paolomantovani changed the following:

What|Old value |New value

  CC|''|'paolomantovani'





-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-04-30 Thread paolomantovani
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] Wed Apr 30 21:08:35 + 
2008 ---
Confirmed.
With the following macro I could reproduce the problem.
Instead of the expected 2 copies I got 4
OOo2.4 (Sun build) on Linux/Ubuntu 7.04 

Sub Stampa()
Dim oDoc    as Object
Dim oRange  as Object
Dim oFoglio as Object
oDoc = ThisComponent
ofoglio = ThisComponent.CurrentController.ActiveSheet
oRange = oFoglio.getCellRangeByName("$A$1:$E$47").getRangeAddress()
oFoglio.setPrintAreas(Array(oRange))
Dim args1(2) as new com.sun.star.beans.PropertyValue
args1(0).Name = "CopyCount"
args1(0).Value = 2
args1(1).Name = "Selection"
args1(1).Value = true
args1(2).Name = "Collate"
args1(2).Value = false
oDoc.print(args1())
oFoglio.setPrintAreas(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]



[sw-issues] [Issue 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-04-22 Thread kpassey
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] Tue Apr 22 18:06:21 + 
2008 ---
Additionally - I am setting the number of copies every time - if the number of 
copies is 1 only one is printed. If I set the value to 2 I get 4 copies 
printed. This worked perfectly on the previous release 2.2.1.

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|os





--- Additional comments from [EMAIL PROTECTED] Tue Apr 22 15:44:55 + 
2008 ---
pl->os: mmservice is supposed to be mail merge. Since the normal copy count on
vcl's printer seems to work ok, I think this might be a mail merge problem ?

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User hi changed the following:

What|Old value |New value

 Assigned to|hi|pl





--- Additional comments from [EMAIL PROTECTED] Fri Apr 18 11:40:19 + 
2008 ---
HI->PL: 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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

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


User mru changed the following:

What|Old value |New value

 Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 11:18:39 + 
2008 ---
Reassigned to HI.

-
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 88333] Setting PrintOptions CopyC ount on mmservice doubles the amount of copies printed.

2008-04-16 Thread kpassey
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88333
 Issue #|88333
 Summary|Setting PrintOptions CopyCount on mmservice doubles th
|e amount of copies printed.
   Component|Word processor
 Version|OOo 2.4.0
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|mru
 Reported by|kpassey





--- Additional comments from [EMAIL PROTECTED] Wed Apr 16 10:03:50 + 
2008 ---
I have written a small java application that calls the mmservice to print 
letters. Some letters I print should be printed as multiple copies so I pass a 
number to the java program which sets a property value "PrintOptions" with 
CopyCount set to nn. This worked fine on 2.2 - but on 2.4 the number of letters 
actually printed is doubled. Interesingly on the printer queue the number of 
pages is correct. The code is here 
http://user.services.openoffice.org/en/forum/viewtopic.php?f=44&t=4738 

This does the same on WIN2000 and XP pro and Home.

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