Searched refs:PDFPart (Results 1 – 3 of 3) sorted by relevance
320 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()
1462 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()
287 struct PDFPart : public PDFContainer struct289 PDFPart() : PDFContainer() {} in PDFPart() function290 virtual ~PDFPart();
Completed in 34 milliseconds