Home
last modified time | relevance | path

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

/AOO42X/main/xmloff/source/draw/
H A Dshapeexport.cxx77 maCurrentShapesIter(maShapesInfos.end()), in XMLShapeExport()
200 if( maCurrentShapesIter == maShapesInfos.end() ) in collectShapeAutoStyles()
210 ImplXMLShapeExportInfoVector& aShapeInfoVector = (*maCurrentShapesIter).second; in collectShapeAutoStyles()
537 if( maCurrentShapesIter == maShapesInfos.end() ) in exportShape()
579 ImplXMLShapeExportInfoVector& aShapeInfoVector = (*maCurrentShapesIter).second; in exportShape()
602 …DBG_ASSERT( xParent.is() && xParent.get() == (*maCurrentShapesIter).first.get(), "XMLShapeExport::… in exportShape()
937 ShapesInfos::iterator aOldCurrentShapesIter = maCurrentShapesIter; in collectShapesAutoStyles()
952 maCurrentShapesIter = aOldCurrentShapesIter; in collectShapesAutoStyles()
960 ShapesInfos::iterator aOldCurrentShapesIter = maCurrentShapesIter; in exportShapes()
975 maCurrentShapesIter = aOldCurrentShapesIter; in exportShapes()
[all …]
/AOO42X/main/xmloff/inc/xmloff/
H A Dshapeexport.hxx171 ShapesInfos::iterator maCurrentShapesIter; member in XMLShapeExport