Searched refs:PDFEntry (Results 1 – 6 of 6) sorted by relevance
56 friend struct PDFEntry;60 struct PDFEntry struct62 PDFEntry() {} in PDFEntry() function63 virtual ~PDFEntry();73 struct PDFComment : public PDFEntry81 virtual PDFEntry* clone() const;84 struct PDFValue : public PDFEntry87 PDFValue() : PDFEntry() {} in PDFValue()202 PDFEntry* buildMap();205 struct PDFStream : public PDFEntry[all …]
119 PDFEntry::~PDFEntry() in ~PDFEntry()148 PDFEntry* PDFComment::clone() const in clone()164 PDFEntry* PDFName::clone() const in clone()252 PDFEntry* PDFString::clone() const in clone()401 PDFEntry* PDFNumber::clone() const in clone()416 PDFEntry* PDFBool::clone() const in clone()430 PDFEntry* PDFNull::clone() const in clone()519 PDFEntry* PDFArray::clone() const in clone()588 PDFEntry* PDFDict::buildMap() in buildMap()611 PDFEntry* PDFDict::clone() const in clone()[all …]
102 std::vector< PDFEntry* > m_aObjectStack;327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue()470 PDFEntry* pOffender = pDict->buildMap(); in endDict()555 PDFEntry* PDFReader::read( const char* pBuffer, unsigned int nLen ) in read()587 PDFEntry* pRet = NULL; in read()602 PDFEntry* PDFReader::read( const char* pFileName ) in read()613 PDFEntry* pRet = NULL; in read()665 PDFEntry* pRet = NULL; in read()
226 PDFEntry* pEntry = aParser.read( pInFile ); in handleFile()305 std::hash_map<rtl::OString,PDFEntry*,rtl::OStringHash>::iterator add_stream; in write_addStreams()332 std::hash_map<rtl::OString,PDFEntry*,rtl::OStringHash>::iterator map_it = in write_fonts()
645 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in getAdditionalStream()659 pdfparse::PDFEntry*, in getAdditionalStream()676 pdfparse::PDFEntry*, in getAdditionalStream()
926 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in checkEncryption()
Completed in 76 milliseconds