You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/09/30 09:47:17 UTC

[Issue 125693] New: printing with script and mailmerge does not recognize settings of PrintEmptyPages or EmptyPages by script.

https://issues.apache.org/ooo/show_bug.cgi?id=125693

          Issue ID: 125693
        Issue Type: DEFECT
           Summary: printing with script and mailmerge does not recognize
                    settings of PrintEmptyPages or EmptyPages by script.
           Product: Writer
           Version: 4.1.0
          Hardware: PC
                OS: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: printing
          Assignee: issues@openoffice.apache.org
          Reporter: martin.overmeyer@provinzial.de

Created attachment 83999
  --> https://issues.apache.org/ooo/attachment.cgi?id=83999&action=edit
sample for changing the settings

Changing the printer between duplex and not duplex should insert/remove
automatic blank pages. Writer does not regcognize the settings via script of 
- document.settings.PrintEmptyPages
- configuration.ConfigurationUpdateAccess.EmptyPages (Printer)
- Mailmerge.PrintOptions.DuplexMode [-> Exception]

This only works by manual changing the checkbox in the 
- settings - writer - print or 
- print - OpenOffice Writer

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125693] printing with script and mailmerge does not recognize settings of PrintEmptyPages or EmptyPages by script.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125693

brinzing <ol...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |oliver.brinzing@gmx.de
     Ever confirmed|0                           |1

--- Comment #1 from brinzing <ol...@gmx.de> ---
i think, i can confirm this problem:

starting mailmerge via file -> print will work as described above

but if one tries to set print options with "oMailMerge.PrintOptions =
printProps()"
an exception is thrown:
Type com.sun.star.lang.IllegalArgumentException
Message: Property Type mismatch or property not set: PrintOptions."

see http://de.openoffice.info/viewtopic.php?f=18&t=52104 for example

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.