Home
last modified time | relevance | path

Searched refs:ViewAppletShape (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx69ViewAppletShape::ViewAppletShape( const ViewLayerSharedPtr& rViewLayer, in ViewAppletShape() function in slideshow::internal::ViewAppletShape
111 ViewAppletShape::~ViewAppletShape() in ~ViewAppletShape()
128 ViewLayerSharedPtr ViewAppletShape::getViewLayer() const in getViewLayer()
135 bool ViewAppletShape::startApplet( const ::basegfx::B2DRectangle& rBounds ) in startApplet()
233 void ViewAppletShape::endApplet() in endApplet()
248 bool ViewAppletShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
266 bool ViewAppletShape::resize( const ::basegfx::B2DRectangle& rBounds ) const in resize()
H A Dappletshape.cxx160 &ViewAppletShape::resize, in implViewsChanged()
173 ViewAppletShapeSharedPtr( new ViewAppletShape( rNewLayer, in addViewLayer()
204 ::boost::bind( &ViewAppletShape::getViewLayer, _1 ), in removeViewLayer()
214 ::boost::bind( &ViewAppletShape::getViewLayer, in removeViewLayer()
244 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()
263 ::boost::bind( &ViewAppletShape::startApplet, in implStartIntrinsicAnimation()
277 ::boost::mem_fn( &ViewAppletShape::endApplet ) ); in implEndIntrinsicAnimation()
H A Dviewappletshape.hxx57 class ViewAppletShape : private boost::noncopyable class
79 ViewAppletShape( const ViewLayerSharedPtr& rViewLayer,
90 virtual ~ViewAppletShape();
160 typedef ::boost::shared_ptr< ViewAppletShape > ViewAppletShapeSharedPtr;

Completed in 21 milliseconds