Home
last modified time | relevance | path

Searched refs:mpPolygonShapeAttrTokenMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx147 mpPolygonShapeAttrTokenMap(0L), in XMLShapeImportHelper()
235 if(mpPolygonShapeAttrTokenMap) delete mpPolygonShapeAttrTokenMap; in ~XMLShapeImportHelper()
529 if(!mpPolygonShapeAttrTokenMap) in GetPolygonShapeAttrTokenMap()
538 mpPolygonShapeAttrTokenMap = new SvXMLTokenMap(aPolygonShapeAttrTokenMap); in GetPolygonShapeAttrTokenMap()
541 return *mpPolygonShapeAttrTokenMap; in GetPolygonShapeAttrTokenMap()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeimport.hxx304 SvXMLTokenMap* mpPolygonShapeAttrTokenMap; member in XMLShapeImportHelper