Searched refs:maCurrentShapesIter (Results 1 – 2 of 2) sorted by relevance
77 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 …]
171 ShapesInfos::iterator maCurrentShapesIter; member in XMLShapeExport