Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/svg/
H A Dsvgexport.cxx294 mpObjects = new ObjectMap; in implExport()
329 ObjectMap::const_iterator aIter( mpObjects->begin() ); in implExport()
330 ::std::vector< ObjectRepresentation > aObjects( mpObjects->size() ); in implExport()
333 while( aIter != mpObjects->end() ) in implExport()
358 delete mpObjects, mpObjects = NULL; in implExport()
747 if( mpObjects->find( xDrawPage ) != mpObjects->end() ) in implExportPages()
767 const GDIMetaFile& rMtf = (*mpObjects)[ xDrawPage ].GetRepresentation(); in implExportPages()
886 if( !bRet && mpObjects->find( rxShape ) != mpObjects->end() ) in implExportShape()
890 const GDIMetaFile& rMtf = (*mpObjects)[ rxShape ].GetRepresentation(); in implExportShape()
1088 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aMtf ); in implCreateObjectsFromShape()
[all …]
H A Dsvgfilter.cxx56 mpObjects( NULL ), in SVGFilter()
82 DBG_ASSERT( mpObjects == NULL, "mpObjects not destroyed" ); in ~SVGFilter()
H A Dsvgfilter.hxx242 ObjectMap* mpObjects; member in SVGFilter

Completed in 22 milliseconds