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()
134 ::std::for_each( maViewMediaShapes.begin(), in implViewsChanged()
135 maViewMediaShapes.end(), in implViewsChanged()
147 maViewMediaShapes.push_back( in addViewLayer()
153 maViewMediaShapes.back()->resize( getBounds() ); in addViewLayer()
157 maViewMediaShapes.back()->render( getBounds() ); in addViewLayer()
164 const ViewMediaShapeVector::iterator aEnd( maViewMediaShapes.end() ); in removeViewLayer()
166 OSL_ENSURE( ::std::count_if(maViewMediaShapes.begin(), in removeViewLayer()
176 if( (aIter=::std::remove_if( maViewMediaShapes.begin(), in removeViewLayer()
189 maViewMediaShapes.erase( aIter, aEnd ); in removeViewLayer()
198 maViewMediaShapes.clear(); in clearAllViewLayers()
207 if( ::std::count_if( maViewMediaShapes.begin(), in implRender()
208 maViewMediaShapes.end(), in implRender()
213 != static_cast<ViewMediaShapeVector::difference_type>(maViewMediaShapes.size()) ) in implRender()
227 ::std::for_each( maViewMediaShapes.begin(), in implStartIntrinsicAnimation()
228 maViewMediaShapes.end(), in implStartIntrinsicAnimation()
240 ::std::for_each( maViewMediaShapes.begin(), in implEndIntrinsicAnimation()
241 maViewMediaShapes.end(), in implEndIntrinsicAnimation()
253 ::std::for_each( maViewMediaShapes.begin(), in implPauseIntrinsicAnimation()
254 maViewMediaShapes.end(), in implPauseIntrinsicAnimation()
273 ::std::for_each( maViewMediaShapes.begin(), in implSetIntrinsicAnimationTime()
274 maViewMediaShapes.end(), in implSetIntrinsicAnimationTime()