Home
last modified time | relevance | path

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

/aoo4110/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx87 maAllShapes(), in LayerManager()
157 std::for_each(maAllShapes.begin(), in deactivate()
158 maAllShapes.end(), 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()
312 maAllShapes.insert(aValue); in implAddShape()
325 OSL_ASSERT( maAllShapes.find(rShape) != maAllShapes.end() ); in removeShape()
363 maAllShapes.erase( aShapeEntry ); in implRemoveShape()
[all …]
H A Dlayermanager.hxx345 LayerShapeMap maAllShapes; member in slideshow::internal::LayerManager

Completed in 20 milliseconds