Home
last modified time | relevance | path

Searched refs:PDFEntry (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx56 friend struct PDFEntry;
60 struct PDFEntry struct
62 PDFEntry() {} in PDFEntry() argument
63 virtual ~PDFEntry();
73 struct PDFComment : public PDFEntry
81 virtual PDFEntry* clone() const;
84 struct PDFValue : public PDFEntry
87 PDFValue() : PDFEntry() {} in PDFValue()
202 PDFEntry* buildMap();
205 struct PDFStream : public PDFEntry
[all …]
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx119 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 …]
H A Dpdfparse.cxx102 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()
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx226 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()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx645 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in getAdditionalStream()
659 pdfparse::PDFEntry*, in getAdditionalStream()
676 pdfparse::PDFEntry*, in getAdditionalStream()
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx922 boost::scoped_ptr<pdfparse::PDFEntry> pEntry( aParser.read( aPDFFile.getStr() )); in checkEncryption()

Completed in 44 milliseconds