Home
last modified time | relevance | path

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

/aoo4110/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx328 PDFDict* pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in write_fonts() local
329 if( ! pDict ) in write_fonts()
333 pDict->m_aMap.find( "Type" ); in write_fonts()
334 if( map_it == pDict->m_aMap.end() ) in write_fonts()
345 map_it = pDict->m_aMap.find( "FontName" ); in write_fonts()
346 if( map_it == pDict->m_aMap.end() ) in write_fonts()
356 map_it = pDict->m_aMap.find( "FontFile" ); in write_fonts()
357 if( map_it != pDict->m_aMap.end() ) in write_fonts()
367 map_it = pDict->m_aMap.find( "FontFile2" ); in write_fonts()
368 if( map_it != pDict->m_aMap.end() ) in write_fonts()
/aoo4110/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1329 PDFDict* pDict = dynamic_cast<PDFDict*>(enc->second); in impl_getData() local
1330 if( ! pDict ) in impl_getData()
1337 pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in impl_getData()
1340 if( pDict ) in impl_getData()
1349 if( filter != pDict->m_aMap.end() ) in impl_getData()
1353 if( version != pDict->m_aMap.end() ) in impl_getData()
1361 if( len != pDict->m_aMap.end() ) in impl_getData()
1370 if( o_ent != pDict->m_aMap.end() ) in impl_getData()
1389 if( u_ent != pDict->m_aMap.end() ) in impl_getData()
1408 if( r_ent != pDict->m_aMap.end() ) in impl_getData()
[all …]
H A Dpdfparse.cxx453 PDFDict* pDict = new PDFDict(); in beginDict() local
454 pDict->m_nOffset = first - m_aGlobalBegin; in beginDict()
456 insertNewValue( pDict, first ); in beginDict()
458 m_aObjectStack.push_back( pDict ); in beginDict()
462 PDFDict* pDict = NULL; in endDict() local
465 else if( (pDict = dynamic_cast<PDFDict*>(m_aObjectStack.back())) == NULL ) in endDict()
470 PDFEntry* pOffender = pDict->buildMap(); in endDict()
511 PDFDict* pDict = dynamic_cast<PDFDict*>(pObj->m_pObject); in emitStream() local
512 if( pDict ) in emitStream()
514 … PDFStream* pStream = new PDFStream( first - m_aGlobalBegin, last - m_aGlobalBegin, pDict ); in emitStream()
/aoo4110/main/sd/source/filter/ppt/
H A Dpropread.cxx239 for ( Dict* pDict = (Dict*)First(); pDict; pDict = (Dict*)Next() ) in AddProperty() local
241 if ( pDict->mnId == nId ) in AddProperty()
243 pDict->aString = rString; in AddProperty()
255 for ( Dict* pDict = (Dict*)First(); pDict; pDict = (Dict*)Next() ) in GetProperty() local
257 if ( pDict->aString == rString ) in GetProperty()
258 return pDict->mnId; in GetProperty()

Completed in 33 milliseconds