Home
last modified time | relevance | path

Searched refs:PDFPart (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx320 m_aObjectStack.push_back( new PDFPart() ); in pushComment()
410 m_aObjectStack.push_back( new PDFPart() ); in beginObject()
423 dynamic_cast<PDFPart*>(pContainer) ) ) in beginObject()
527 m_aObjectStack.push_back( new PDFPart() ); in beginTrailer()
535 dynamic_cast<PDFPart*>(pContainer) ) ) in beginTrailer()
H A Dpdfentries.cxx1462 PDFPart::~PDFPart() in ~PDFPart()
1466 bool PDFPart::emit( EmitContext& rWriteContext ) const in emit()
1471 PDFEntry* PDFPart::clone() const in clone()
1473 PDFPart* pNewPt = new PDFPart(); in clone()
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx287 struct PDFPart : public PDFContainer struct
289 PDFPart() : PDFContainer() {} in PDFPart() function
290 virtual ~PDFPart();

Completed in 28 milliseconds