Searched refs:pPDFFile (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 229 PDFFile* pPDFFile = dynamic_cast<PDFFile*>(pEntry); in handleFile() local 230 if( pPDFFile ) in handleFile() 236 nRet = pHdl( pInFile, pOutFile, pPDFFile ); in handleFile() 245 int write_unzipFile( const char* pInFile, const char* pOutFile, PDFFile* pPDFFile ) in write_unzipFile() argument 247 FileEmitContext aContext( pOutFile, pInFile, pPDFFile ); in write_unzipFile() 248 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_unzipFile() 249 pPDFFile->emit(aContext); in write_unzipFile() 278 FileEmitContext aContext( aOutStream.getStr(), pInFile, pPDFFile ); in write_addStreamArray() 279 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_addStreamArray() 280 pObject->writeStream( aContext, pPDFFile ); in write_addStreamArray() [all …]
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 648 pdfparse::PDFFile* pPDFFile = dynamic_cast<pdfparse::PDFFile*>(pEntry.get()); in getAdditionalStream() local 649 if( pPDFFile ) in getAdditionalStream() 651 unsigned int nElements = pPDFFile->m_aSubElements.size(); in getAdditionalStream() 654 …pdfparse::PDFTrailer* pTrailer = dynamic_cast<pdfparse::PDFTrailer*>(pPDFFile->m_aSubElements[nEle… in getAdditionalStream() 705 …pdfparse::PDFObject* pObject = pPDFFile->findObject( pStreamRef->m_nNumber, pStreamRef->m_nGenerat… in getAdditionalStream() 709 if( pPDFFile->isEncrypted() ) in getAdditionalStream() 716 … bAuthenticated = pPDFFile->setupDecryptionData( aIsoPwd.getStr() ); in getAdditionalStream() 745 … bAuthenticated = pPDFFile->setupDecryptionData( aIsoPwd.getStr() ); in getAdditionalStream() 758 pPDFFile ); in getAdditionalStream() 759 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in getAdditionalStream() [all …]
|
/aoo4110/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 929 pdfparse::PDFFile* pPDFFile = dynamic_cast<pdfparse::PDFFile*>(pEntry.get()); in checkEncryption() local 930 if( pPDFFile ) in checkEncryption() 932 o_rIsEncrypted = pPDFFile->isEncrypted(); in checkEncryption() 940 bAuthenticated = pPDFFile->setupDecryptionData( aIsoPwd.getStr() ); in checkEncryption() 956 bAuthenticated = pPDFFile->setupDecryptionData( aIsoPwd.getStr() ); in checkEncryption() 971 aBuf.append( pPDFFile->getDecryptionKey() ); in checkEncryption()
|
/aoo4110/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 277 bool writeStream( EmitContext& rContext, const PDFFile* pPDFFile ) const;
|
Completed in 50 milliseconds