Searched refs:pPDFWriter (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 797 PDFWriter* pPDFWriter = new PDFWriter( aContext, xEnc ); in Export() local 798 OutputDevice* pOut = pPDFWriter->GetReferenceDevice(); in Export() 809 pPDFWriter->AddStream( aSrcMimetype, in Export() 910 …bRet = ExportSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPa… in Export() 917 …bRet = ExportSelection( *pPDFWriter, xRenderable, aSelection, aMultiSelection, aRenderOptions, nPa… in Export() 925 pPDFWriter->SetDocumentLocale( rLoc ); in Export() 929 pPDFExtOutDevData->PlayGlobalActions( *pPDFWriter ); in Export() 930 pPDFWriter->Emit(); in Export() 931 aErrors = pPDFWriter->GetErrors(); in Export() 947 delete pPDFWriter; in Export()
|
Completed in 7 milliseconds