summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 16:46:25 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 16:46:25 +0000
commite883d1a1ab1f4b8769367407d4b26693942ed1ca (patch)
tree4ea4f0ca03860da3c7583f44f223f375d3155cf4 /psprint
parent966341d116a81d1a6190006df56a26981861ca0a (diff)
INTEGRATION: CWS vcl36 (1.5.10); FILE MERGED
2005/02/09 16:19:05 pl 1.5.10.1: #i41583# set cups options on cupsPrintFile
Diffstat (limited to 'psprint')
-rw-r--r--psprint/inc/cupsmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx
index 0cf0f5a59986..3151b9623daa 100644
--- a/psprint/inc/cupsmgr.hxx
+++ b/psprint/inc/cupsmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cupsmgr.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 16:35:33 $
+ * last change: $Author: kz $ $Date: 2005-03-18 17:46:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,7 @@ class CUPSManager : public PrinterInfoManager
virtual void initialize();
+ void getOptionsFromDocumentSetup( const JobData& rJob, int& rNumOptions, void** rOptions ) const;
void runDests();
static void runDestThread(void* pMgr);
public:
@@ -116,7 +117,7 @@ public:
const char* authenticateUser( const char* );
virtual FILE* startSpool( const rtl::OUString& rPrinterName );
- virtual int endSpool( const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile );
+ virtual int endSpool( const rtl::OUString& rPrinterName, const rtl::OUString& rJobTitle, FILE* pFile, const JobData& rDocumentJobData );
virtual void setupJobContextData( JobData& rData );
// changes the info about a named printer