Searched refs:PDFDict (Results 1 – 4 of 4) sorted by relevance
526 PDFDict::~PDFDict() in ~PDFDict()530 bool PDFDict::emit( EmitContext& rWriteContext ) const in emit()539 void PDFDict::insertValue( const OString& rName, PDFEntry* pValue ) in insertValue()562 void PDFDict::eraseValue( const OString& rName ) in eraseValue()588 PDFEntry* PDFDict::buildMap() in buildMap()611 PDFEntry* PDFDict::clone() const in clone()613 PDFDict* pNewDict = new PDFDict(); in clone()929 PDFDict* pNewDict = dynamic_cast<PDFDict*>(pNewOb->m_pObject); in clone()1325 PDFDict::Map::iterator enc = in impl_getData()1329 PDFDict* pDict = dynamic_cast<PDFDict*>(enc->second); in impl_getData()[all …]
334 if( dynamic_cast<PDFDict*>(pContainer) == NULL && in insertNewValue()348 else if( dynamic_cast<PDFDict*>(pNewValue) ) in insertNewValue()354 pTrailer->m_pDict = dynamic_cast<PDFDict*>(pNewValue); in insertNewValue()453 PDFDict* pDict = new PDFDict(); in beginDict()462 PDFDict* pDict = NULL; in endDict()465 else if( (pDict = dynamic_cast<PDFDict*>(m_aObjectStack.back())) == NULL ) in endDict()511 PDFDict* pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in emitStream()
185 struct PDFDict : public PDFContainer struct190 PDFDict() {} in PDFDict() function191 virtual ~PDFDict();209 PDFDict* m_pDict;211 PDFStream( unsigned int nBegin, unsigned int nEnd, PDFDict* pStreamDict ) in PDFStream()222 PDFDict* m_pDict;
328 PDFDict* pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in write_fonts()
Completed in 24 milliseconds