Lines Matching refs:maCurrentShapesIter
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()
984 maCurrentShapesIter = maShapesInfos.find( xShapes ); in seekShapes()
985 if( maCurrentShapesIter == maShapesInfos.end() ) in seekShapes()
991 maCurrentShapesIter = maShapesInfos.find( xShapes ); in seekShapes()
993 …DBG_ASSERT( maCurrentShapesIter != maShapesInfos.end(), "XMLShapeExport::seekShapes(): insert into… in seekShapes()
996 …DBG_ASSERT( (*maCurrentShapesIter).second.size() == (ShapesInfos::size_type)xShapes->getCount(), "… in seekShapes()
1001 maCurrentShapesIter = maShapesInfos.end(); in seekShapes()