Home
last modified time | relevance | path

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

/AOO41X/main/slideshow/source/engine/shapes/
H A Dappletshape.cxx117 ViewAppletShapeVector maViewAppletShapes; member in slideshow::internal::AppletShape
131 maViewAppletShapes(), in AppletShape()
141 ViewAppletShapeVector::const_iterator aIter(maViewAppletShapes.begin()); in implViewChanged()
142 ViewAppletShapeVector::const_iterator const aEnd (maViewAppletShapes.end()); in implViewChanged()
157 ::std::for_each( maViewAppletShapes.begin(), in implViewsChanged()
158 maViewAppletShapes.end(), in implViewsChanged()
172 maViewAppletShapes.push_back( in addViewLayer()
181 maViewAppletShapes.back()->resize( getBounds() ); in addViewLayer()
185 maViewAppletShapes.back()->render( getBounds() ); in addViewLayer()
198 const ViewAppletShapeVector::iterator aEnd( maViewAppletShapes.end() ); in removeViewLayer()
[all …]