Home
last modified time | relevance | path

Searched refs:PDFWriterImpl (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter.cxx45 delete (PDFWriterImpl*)pImplementation; in ~PDFWriter()
60 return ((PDFWriterImpl*)pImplementation)->emit(); in Emit()
65 return ((PDFWriterImpl*)pImplementation)->getVersion(); in GetVersion()
75 ((PDFWriterImpl*)pImplementation)->setFont( rFont ); in SetFont()
134 ((PDFWriterImpl*)pImplementation)->drawPolygon( rPoly ); in DrawPolygon()
302 ((PDFWriterImpl*)pImplementation)->push( nFlags ); in Push()
307 ((PDFWriterImpl*)pImplementation)->pop(); in Pop()
317 ((PDFWriterImpl*)pImplementation)->setMapMode(); in SetMapMode()
332 ((PDFWriterImpl*)pImplementation)->clearClipRegion(); in SetClipRegion()
377 ((PDFWriterImpl*)pImplementation)->setTextFillColor(); in SetTextFillColor()
[all …]
H A Dpdfwriter_impl.cxx1139 PDFWriterImpl::PDFPage::~PDFPage() in ~PDFPage()
1737 PDFWriterImpl::PDFWriterImpl( const PDFWriter::PDFWriterContext& rContext, in PDFWriterImpl() function in PDFWriterImpl
1864 PDFWriterImpl::~PDFWriterImpl() in ~PDFWriterImpl()
1878 void PDFWriterImpl::setupDocInfo() in setupDocInfo()
2481 void PDFWriterImpl::endPage() in endPage()
2990 bool PDFWriterImpl::emitTilings() in emitTilings()
4039 bool PDFWriterImpl::emitFonts() in emitFonts()
5752 bool PDFWriterImpl::emitCatalog() in emitCatalog()
6729 PDFWriterImpl* m_pWriter;
6828 bool PDFWriterImpl::emit() in emit()
[all …]
H A Dpdfwriter_impl2.cxx60 void PDFWriterImpl::implWriteGradient( const PolyPolygon& i_rPolyPoly, const Gradient& i_rGradient, in implWriteGradient()
1149 sal_Bool PDFWriterImpl::checkEncryptionBufferSize( sal_Int32 newSize ) in checkEncryptionBufferSize()
1164 void PDFWriterImpl::checkAndEnableStreamEncryption( sal_Int32 nObject ) in checkAndEnableStreamEncryption()
1184 void PDFWriterImpl::enableStringEncryption( sal_Int32 nObject ) in enableStringEncryption()
1243 bool PDFWriterImpl::prepareEncryption( const uno::Reference< beans::XMaterialHolder >& xEnc ) in prepareEncryption()
1301 void PDFWriterImpl::padPassword( const rtl::OUString& i_rPassword, sal_uInt8* o_pPaddedPW ) in padPassword()
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()
[all …]
H A Dbase14.cxx33 OString PDFWriterImpl::BuiltinFont::getNameObject() const in getNameObject()
51 const PDFWriterImpl::BuiltinFont PDFWriterImpl::m_aBuiltinFonts[ 14 ] = {
H A Dpdfwriter_impl.hxx77 class PDFWriterImpl class
117 PDFWriterImpl* m_pWriter;
133 …PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati…
1069PDFWriterImpl( const PDFWriter::PDFWriterContext& rContext, const com::sun::star::uno::Reference< …
1070 ~PDFWriterImpl();
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx105 class PDFWriterImpl;
294 friend class vcl::PDFWriterImpl;
311 vcl::PDFWriterImpl* mpPDFWriter;
591 vcl::PDFWriterImpl* GetPDFWriter() const { return mpPDFWriter; } in GetPDFWriter()

Completed in 143 milliseconds