Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx63 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()
[all …]
H A Dlayermanager.hxx345 LayerShapeMap maAllShapes; member in slideshow::internal::LayerManager