Searched refs:maViewShapes (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/slideshow/source/engine/shapes/ |
| H A D | drawshape.cxx | 202 ENSURE_OR_RETURN_FALSE( !maViewShapes.empty(), in implRender() 213 if( ::std::count_if( maViewShapes.begin(), in implRender() 214 maViewShapes.end(), in implRender() 227 != static_cast<ViewShapeVector::difference_type>(maViewShapes.size()) ) in implRender() 301 ENSURE_OR_THROW( !maViewShapes.empty(), in getActualUnitShapeBounds() 342 maViewShapes.front()->getViewLayer()->getCanvas() ); in getActualUnitShapeBounds() 349 maViewShapes.front()->getRenderer( in getActualUnitShapeBounds() 433 maViewShapes(), in DrawShape() 494 maViewShapes(), in DrawShape() 546 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
|