Lines Matching refs:maViewShapes
127 ViewBackgroundShapeVector maViewShapes; member in slideshow::internal::BackgroundShape
139 maViewShapes() in BackgroundShape()
179 ViewBackgroundShapeVector::iterator aEnd( maViewShapes.end() ); in addViewLayer()
182 if( ::std::find_if( maViewShapes.begin(), in addViewLayer()
194 maViewShapes.push_back( in addViewLayer()
201 maViewShapes.back()->render( mpMtf ); in addViewLayer()
206 const ViewBackgroundShapeVector::iterator aEnd( maViewShapes.end() ); in removeViewLayer()
208 OSL_ENSURE( ::std::count_if(maViewShapes.begin(), in removeViewLayer()
219 if( (aIter=::std::remove_if( maViewShapes.begin(), in removeViewLayer()
232 maViewShapes.erase( aIter, aEnd ); in removeViewLayer()
239 maViewShapes.clear(); in clearAllViewLayers()
293 if( ::std::count_if( maViewShapes.begin(), in render()
294 maViewShapes.end(), in render()
298 != static_cast<ViewBackgroundShapeVector::difference_type>(maViewShapes.size()) ) in render()