diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-11-25 16:22:11 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2020-11-26 08:51:57 +0100 |
commit | 2e2c162b7a816d990415fca434e6d3d5600b2858 (patch) | |
tree | 2098784d082f84cb5055f07c4b5aff983253f18b /offapi/com | |
parent | 469f472fb31c4ef1a57f8ec54ba750c1332feec2 (diff) |
Add 'SinglePrintJobs' to PrintOptions
So that this option can be set via UNO API
Change-Id: I0b69162661a4327d59aaed82d5eff98cb50d852c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106593
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/view/PrintOptions.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/view/PrintOptions.idl b/offapi/com/sun/star/view/PrintOptions.idl index eea96f98937e..4ed8b23baaf0 100644 --- a/offapi/com/sun/star/view/PrintOptions.idl +++ b/offapi/com/sun/star/view/PrintOptions.idl @@ -76,6 +76,10 @@ published service PrintOptions /** if set, specifies name of the printer to use. */ [optional, property] string PrinterName; + + /** advises the printer to create a single print job for each copy. + */ + [optional, property] boolean SinglePrintJobs; }; |