Lines Matching refs:PDFFile
90 const PDFFile* pFile = dynamic_cast<const PDFFile*>(m_pObjectContainer); in decrypt()
787 bool PDFObject::writeStream( EmitContext& rWriteContext, const PDFFile* pParsedFile ) const in writeStream()
1070 PDFFile::~PDFFile() in ~PDFFile()
1076 bool PDFFile::isEncrypted() const in isEncrypted()
1081 bool PDFFile::decrypt( const sal_uInt8* pInBuffer, sal_uInt32 nLen, sal_uInt8* pOutBuffer, in decrypt()
1219 bool PDFFile::setupDecryptionData( const OString& rPwd ) const in setupDecryptionData()
1277 rtl::OUString PDFFile::getDecryptionKey() const in getDecryptionKey()
1294 PDFFileImplData* PDFFile::impl_getData() const in impl_getData()
1438 bool PDFFile::emit( EmitContext& rWriteContext ) const in emit()
1453 PDFEntry* PDFFile::clone() const in clone()
1455 PDFFile* pNewFl = new PDFFile(); in clone()