Lines Matching refs:maViewAppletShapes

117             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()
158 ::std::for_each( maViewAppletShapes.begin(), in implViewsChanged()
159 maViewAppletShapes.end(), in implViewsChanged()
173 maViewAppletShapes.push_back( in addViewLayer()
182 maViewAppletShapes.back()->resize( getBounds() ); in addViewLayer()
186 maViewAppletShapes.back()->render( getBounds() ); in addViewLayer()
199 const ViewAppletShapeVector::iterator aEnd( maViewAppletShapes.end() ); in removeViewLayer()
201 OSL_ENSURE( ::std::count_if(maViewAppletShapes.begin(), in removeViewLayer()
211 if( (aIter=::std::remove_if( maViewAppletShapes.begin(), in removeViewLayer()
224 maViewAppletShapes.erase( aIter, aEnd ); in removeViewLayer()
233 maViewAppletShapes.clear(); in clearAllViewLayers()
242 if( ::std::count_if( maViewAppletShapes.begin(), in implRender()
243 maViewAppletShapes.end(), in implRender()
248 != static_cast<ViewAppletShapeVector::difference_type>(maViewAppletShapes.size()) ) in implRender()
263 ::std::for_each( maViewAppletShapes.begin(), in implStartIntrinsicAnimation()
264 maViewAppletShapes.end(), in implStartIntrinsicAnimation()
277 ::std::for_each( maViewAppletShapes.begin(), in implEndIntrinsicAnimation()
278 maViewAppletShapes.end(), in implEndIntrinsicAnimation()