Home
last modified time | relevance | path

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

/trunk/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.cxx161 &ViewAppletShape::resize, in implViewsChanged()
174 ViewAppletShapeSharedPtr( new ViewAppletShape( rNewLayer, in addViewLayer()
205 ::boost::bind( &ViewAppletShape::getViewLayer, _1 ), in removeViewLayer()
215 ::boost::bind( &ViewAppletShape::getViewLayer, in removeViewLayer()
245 ::boost::mem_fn( &ViewAppletShape::render ), in implRender()
265 ::boost::bind( &ViewAppletShape::startApplet, in implStartIntrinsicAnimation()
279 ::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 120 milliseconds