Lines Matching refs:maAllShapes

63             LayerShapeMap::const_iterator       aIter( maAllShapes.begin() );  in manageViews()
64 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in manageViews()
87 maAllShapes(), in LayerManager()
157 std::for_each(maAllShapes.begin(), in deactivate()
158 maAllShapes.end(), in deactivate()
164 iShape (maAllShapes.begin()), in deactivate()
165 iEnd (maAllShapes.end()); in deactivate()
267 std::for_each( maAllShapes.begin(), in viewsChanged()
268 maAllShapes.end(), in viewsChanged()
305 … OSL_ASSERT( maAllShapes.find(rShape) == maAllShapes.end() ); // shape must not be added already in implAddShape()
310 *maAllShapes.insert(aValue).first ); in implAddShape()
312 maAllShapes.insert(aValue); in implAddShape()
325 OSL_ASSERT( maAllShapes.find(rShape) != maAllShapes.end() ); in removeShape()
337 const LayerShapeMap::iterator aShapeEntry( maAllShapes.find(rShape) ); in implRemoveShape()
339 if( aShapeEntry == maAllShapes.end() ) in implRemoveShape()
363 maAllShapes.erase( aShapeEntry ); in implRemoveShape()
418 OSL_ASSERT( maAllShapes.find(rSubsetShape) != maAllShapes.end() ); in revokeSubset()
582 LayerShapeMap::const_iterator aIter( maAllShapes.begin() ); in update()
583 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in update()
692 LayerShapeMap::const_iterator aIter( maAllShapes.begin() ); in renderTo()
693 const LayerShapeMap::const_iterator aEnd ( maAllShapes.end() ); in renderTo()
733 const LayerShapeMap::const_iterator aShapeEntry( maAllShapes.find(rShape) ); in addUpdateArea()
735 if( aShapeEntry == maAllShapes.end() ) in addUpdateArea()
821 LayerShapeMap::iterator aCurrShapeEntry( maAllShapes.begin() ); in updateShapeLayers()
822 LayerShapeMap::iterator aCurrLayerFirstShapeEntry( maAllShapes.begin() ); in updateShapeLayers()
823 const LayerShapeMap::iterator aEndShapeEntry ( maAllShapes.end() ); in updateShapeLayers()