Home
last modified time | relevance | path

Searched refs:isEncrypted (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx232 … fprintf( stdout, "have a %s PDF file\n", pPDFFile->isEncrypted() ? "encrypted" : "unencrypted" ); in handleFile()
248 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_unzipFile()
279 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in write_addStreamArray()
396 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_fonts()
425 aContext.m_bDecrypt = i_pPDFFile->isEncrypted(); in write_objects()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx709 if( pPDFFile->isEncrypted() ) in getAdditionalStream()
759 aContext.m_bDecrypt = pPDFFile->isEncrypted(); in getAdditionalStream()
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx250 bool isEncrypted() const;
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1076 bool PDFFile::isEncrypted() const in isEncrypted() function in PDFFile
1084 if( ! isEncrypted() ) in decrypt()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx928 o_rIsEncrypted = pPDFFile->isEncrypted(); in checkEncryption()

Completed in 34 milliseconds