Searched refs:maViewShapes (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/slideshow/source/engine/shapes/ |
| H A D | drawshape.cxx | 203 ENSURE_OR_RETURN_FALSE( !maViewShapes.empty(), in implRender() 215 if( ::std::count_if( maViewShapes.begin(), in implRender() 216 maViewShapes.end(), in implRender() 228 != static_cast<ViewShapeVector::difference_type>(maViewShapes.size()) ) in implRender() 302 ENSURE_OR_THROW( !maViewShapes.empty(), in getActualUnitShapeBounds() 343 maViewShapes.front()->getViewLayer()->getCanvas() ); in getActualUnitShapeBounds() 350 maViewShapes.front()->getRenderer( in getActualUnitShapeBounds() 434 maViewShapes(), in DrawShape() 495 maViewShapes(), in DrawShape() 547 maViewShapes(), in DrawShape() [all …]
|
| H A D | backgroundshape.cxx | 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() [all …]
|
| H A D | drawshape.hxx | 338 ViewShapeVector maViewShapes; member in slideshow::internal::DrawShape
|