Lines Matching refs:maViewMediaShapes

99             ViewMediaShapeVector                             maViewMediaShapes;  member in slideshow::internal::MediaShape
108 maViewMediaShapes(), in MediaShape()
118 ViewMediaShapeVector::const_iterator aIter(maViewMediaShapes.begin()); in implViewChanged()
119 ViewMediaShapeVector::const_iterator const aEnd (maViewMediaShapes.end()); in implViewChanged()
135 ::std::for_each( maViewMediaShapes.begin(), in implViewsChanged()
136 maViewMediaShapes.end(), in implViewsChanged()
148 maViewMediaShapes.push_back( in addViewLayer()
154 maViewMediaShapes.back()->resize( getBounds() ); in addViewLayer()
158 maViewMediaShapes.back()->render( getBounds() ); in addViewLayer()
165 const ViewMediaShapeVector::iterator aEnd( maViewMediaShapes.end() ); in removeViewLayer()
167 OSL_ENSURE( ::std::count_if(maViewMediaShapes.begin(), in removeViewLayer()
177 if( (aIter=::std::remove_if( maViewMediaShapes.begin(), in removeViewLayer()
190 maViewMediaShapes.erase( aIter, aEnd ); in removeViewLayer()
199 maViewMediaShapes.clear(); in clearAllViewLayers()
208 if( ::std::count_if( maViewMediaShapes.begin(), in implRender()
209 maViewMediaShapes.end(), in implRender()
214 != static_cast<ViewMediaShapeVector::difference_type>(maViewMediaShapes.size()) ) in implRender()
228 ::std::for_each( maViewMediaShapes.begin(), in implStartIntrinsicAnimation()
229 maViewMediaShapes.end(), in implStartIntrinsicAnimation()
241 ::std::for_each( maViewMediaShapes.begin(), in implEndIntrinsicAnimation()
242 maViewMediaShapes.end(), in implEndIntrinsicAnimation()
254 ::std::for_each( maViewMediaShapes.begin(), in implPauseIntrinsicAnimation()
255 maViewMediaShapes.end(), in implPauseIntrinsicAnimation()
274 ::std::for_each( maViewMediaShapes.begin(), in implSetIntrinsicAnimationTime()
275 maViewMediaShapes.end(), in implSetIntrinsicAnimationTime()