Lines Matching refs:AppletShape
57 class AppletShape : public ExternalShapeBase class
80 AppletShape( const ::com::sun::star::uno::Reference<
121 AppletShape::AppletShape( const uno::Reference< drawing::XShape >& xShape, in AppletShape() function in slideshow::internal::AppletShape
138 void AppletShape::implViewChanged( const UnoViewSharedPtr& rView ) in implViewChanged()
154 void AppletShape::implViewsChanged() in implViewsChanged()
162 ::boost::cref( AppletShape::getBounds())) ); in implViewsChanged()
167 void AppletShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
196 bool AppletShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
230 bool AppletShape::clearAllViewLayers() in clearAllViewLayers()
238 bool AppletShape::implRender( const ::basegfx::B2DRange& rCurrBounds ) const in implRender()
259 bool AppletShape::implStartIntrinsicAnimation() in implStartIntrinsicAnimation()
273 bool AppletShape::implEndIntrinsicAnimation() in implEndIntrinsicAnimation()
286 bool AppletShape::implPauseIntrinsicAnimation() in implPauseIntrinsicAnimation()
295 bool AppletShape::implIsIntrinsicAnimationPlaying() const in implIsIntrinsicAnimationPlaying()
302 void AppletShape::implSetIntrinsicAnimationTime(double) in implSetIntrinsicAnimationTime()
315 boost::shared_ptr< AppletShape > pAppletShape( in createAppletShape()
316 new AppletShape(xShape, in createAppletShape()