diff options
Diffstat (limited to 'vcl/inc/vcl/print.hxx')
-rw-r--r-- | vcl/inc/vcl/print.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/vcl/print.hxx b/vcl/inc/vcl/print.hxx index 17d12c102237..509e1c6406c0 100644 --- a/vcl/inc/vcl/print.hxx +++ b/vcl/inc/vcl/print.hxx @@ -161,6 +161,7 @@ private: sal_uInt16 mnReducedBitmapResolution; sal_Bool mbReducedBitmapsIncludeTransparency; sal_Bool mbConvertToGreyscales; + sal_Bool mbPDFAsStandardPrintJobFormat; public: @@ -197,6 +198,9 @@ public: sal_Bool IsConvertToGreyscales() const { return mbConvertToGreyscales; } void SetConvertToGreyscales( sal_Bool bSet ) { mbConvertToGreyscales = bSet; } + sal_Bool IsPDFAsStandardPrintJobFormat() const { return mbPDFAsStandardPrintJobFormat; } + void SetPDFAsStandardPrintJobFormat( sal_Bool bSet ) { mbPDFAsStandardPrintJobFormat = bSet; } + // read printer options from configuration, parameter decides whether the set for // print "to printer" or "to file" should be read. // returns true if config was read, false if an error occured |