Lines Matching refs:PDFWriterImpl

60 void PDFWriterImpl::implWriteGradient( const PolyPolygon& i_rPolyPoly, const Gradient& i_rGradient,  in implWriteGradient()
75 void PDFWriterImpl::implWriteBitmapEx( const Point& i_rPoint, const Size& i_rSize, const BitmapEx& … in implWriteBitmapEx()
259 void PDFWriterImpl::playMetafile( const GDIMetaFile& i_rMtf, vcl::PDFExtOutDevData* i_pOutDevData, … in playMetafile()
1149 sal_Bool PDFWriterImpl::checkEncryptionBufferSize( register sal_Int32 newSize ) in checkEncryptionBufferSize()
1164 void PDFWriterImpl::checkAndEnableStreamEncryption( register sal_Int32 nObject ) in checkAndEnableStreamEncryption()
1184 void PDFWriterImpl::enableStringEncryption( register sal_Int32 nObject ) in enableStringEncryption()
1207 uno::Reference< beans::XMaterialHolder > PDFWriterImpl::initEncryption( const rtl::OUString& i_rOwn… in initEncryption()
1243 bool PDFWriterImpl::prepareEncryption( const uno::Reference< beans::XMaterialHolder >& xEnc ) in prepareEncryption()
1263 sal_Int32 PDFWriterImpl::computeAccessPermissions( const vcl::PDFWriter::PDFEncryptionProperties& i… in computeAccessPermissions()
1301 void PDFWriterImpl::padPassword( const rtl::OUString& i_rPassword, sal_uInt8* o_pPaddedPW ) in padPassword()
1332 bool PDFWriterImpl::computeEncryptionKey( EncHashTransporter* i_pTransporter, vcl::PDFWriter::PDFEn… in computeEncryptionKey()
1404 bool PDFWriterImpl::computeODictionaryValue( const sal_uInt8* i_pPaddedOwnerPassword, in computeODictionaryValue()
1488 bool PDFWriterImpl::computeUDictionaryValue( EncHashTransporter* i_pTransporter, in computeUDictionaryValue()
1694 void PDFWriterImpl::putG4Bits( sal_uInt32 i_nLength, sal_uInt32 i_nCode, BitStreamState& io_rState ) in putG4Bits()
1938 void PDFWriterImpl::putG4Span( long i_nSpan, bool i_bWhitePixel, BitStreamState& io_rState ) in putG4Span()
1959 void PDFWriterImpl::writeG4Stream( BitmapReadAccess* i_pBitmap ) in writeG4Stream()