Home
last modified time | relevance | path

Searched refs:PDFDict (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx526 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 …]
H A Dpdfparse.cxx334 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()
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx185 struct PDFDict : public PDFContainer struct
190 PDFDict() {} in PDFDict() argument
191 virtual ~PDFDict();
209 PDFDict* m_pDict;
211 PDFStream( unsigned int nBegin, unsigned int nEnd, PDFDict* pStreamDict ) in PDFStream()
222 PDFDict* m_pDict;
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx328 PDFDict* pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in write_fonts()

Completed in 30 milliseconds