Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeexport.cxx76 maShapesInfos(), in XMLShapeExport()
77 maCurrentShapesIter(maShapesInfos.end()), in XMLShapeExport()
200 if( maCurrentShapesIter == maShapesInfos.end() ) in collectShapeAutoStyles()
537 if( maCurrentShapesIter == maShapesInfos.end() ) in exportShape()
984 maCurrentShapesIter = maShapesInfos.find( xShapes ); in seekShapes()
985 if( maCurrentShapesIter == maShapesInfos.end() ) in seekShapes()
989 maShapesInfos[ xShapes ] = aNewInfoVector; in seekShapes()
991 maCurrentShapesIter = maShapesInfos.find( xShapes ); in seekShapes()
993 …DBG_ASSERT( maCurrentShapesIter != maShapesInfos.end(), "XMLShapeExport::seekShapes(): insert into… in seekShapes()
1001 maCurrentShapesIter = maShapesInfos.end(); in seekShapes()
/trunk/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx170 ShapesInfos maShapesInfos; member in XMLShapeExport

Completed in 19 milliseconds