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()
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()
200 OSL_ENSURE( ::std::count_if(maViewAppletShapes.begin(), in removeViewLayer()
210 if( (aIter=::std::remove_if( maViewAppletShapes.begin(), in removeViewLayer()
223 maViewAppletShapes.erase( aIter, aEnd ); in removeViewLayer()
232 maViewAppletShapes.clear(); in clearAllViewLayers()
241 if( ::std::count_if( maViewAppletShapes.begin(), in implRender()
242 maViewAppletShapes.end(), in implRender()
247 != static_cast<ViewAppletShapeVector::difference_type>(maViewAppletShapes.size()) ) in implRender()
261 ::std::for_each( maViewAppletShapes.begin(), in implStartIntrinsicAnimation()
262 maViewAppletShapes.end(), in implStartIntrinsicAnimation()
275 ::std::for_each( maViewAppletShapes.begin(), in implEndIntrinsicAnimation()
276 maViewAppletShapes.end(), in implEndIntrinsicAnimation()