Searched refs:mpObjects (Results 1 – 3 of 3) sorted by relevance
294 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 …]
56 mpObjects( NULL ), in SVGFilter()82 DBG_ASSERT( mpObjects == NULL, "mpObjects not destroyed" ); in ~SVGFilter()
242 ObjectMap* mpObjects; member in SVGFilter
Completed in 16 milliseconds