Lines Matching refs:PDFContainer
38 struct PDFContainer;
47 EmitContext( const PDFContainer* pTop = NULL );
160 struct PDFContainer : public PDFEntry struct
167 PDFContainer() : PDFEntry(), m_nOffset( 0 ) {} in PDFContainer() argument
168 virtual ~PDFContainer();
177 struct PDFArray : public PDFContainer
185 struct PDFDict : public PDFContainer
217 …unsigned int getDictLength( const PDFContainer* pObjectContainer = NULL ) const; // get contents o…
220 struct PDFTrailer : public PDFContainer
224 PDFTrailer() : PDFContainer(), m_pDict( NULL ) {} in PDFTrailer()
231 struct PDFFile : public PDFContainer
241 : PDFContainer(), in PDFFile()
263 struct PDFObject : public PDFContainer
284 …bool getDeflatedStream( char** ppStream, unsigned int* pBytes, const PDFContainer* pObjectContaine…
287 struct PDFPart : public PDFContainer
289 PDFPart() : PDFContainer() {} in PDFPart()