INTEGRATION: CWS ipdf (1.7.158); FILE MERGED

2007/01/19 11:28:22 pl 1.7.158.4: RESYNC: (1.9-1.10); FILE MERGED
2006/10/04 17:28:15 pl 1.7.158.3: RESYNC: (1.8-1.9); FILE MERGED
2006/07/25 09:10:27 pl 1.7.158.2: RESYNC: (1.7-1.8); FILE MERGED
2006/07/21 13:50:42 pl 1.7.158.1: #135766# additional stream in export
This commit is contained in:
Ivo Hinkelmann 2007-03-26 10:14:42 +00:00
parent e0f85462ee
commit bcfc3d7d12

View file

@ -4,9 +4,9 @@
*
* $RCSfile: pdfexport.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2006-12-04 08:21:58 $
* last change: $Author: ihi $ $Date: 2007-03-26 11:14:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -64,6 +64,7 @@ class PDFExport
private:
Reference< XComponent > mxSrcDoc;
Reference< lang::XMultiServiceFactory > mxMSF;
Reference< task::XStatusIndicator > mxStatusIndicator;
sal_Bool mbUseTaggedPDF;
@ -76,6 +77,7 @@ private:
sal_Bool mbUseLosslessCompression;
sal_Bool mbReduceImageResolution;
sal_Bool mbSkipEmptyPages;
sal_Bool mbAddStream;
sal_Int32 mnMaxImageResolution;
sal_Int32 mnQuality;
sal_Int32 mnFormsFormat;
@ -125,7 +127,7 @@ private:
void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
public:
PDFExport( const Reference< XComponent >& rxSrcDoc, Reference< task::XStatusIndicator >& xStatusIndicator );
PDFExport( const Reference< XComponent >& rxSrcDoc, Reference< task::XStatusIndicator >& xStatusIndicator, const Reference< lang::XMultiServiceFactory >& xFact );
~PDFExport();
sal_Bool ExportSelection( vcl::PDFWriter& rPDFWriter, Reference< com::sun::star::view::XRenderable >& rRenderable, Any& rSelection,