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()
157 ::basegfx::B2DRectangle aBounds = AppletShape::getBounds(); in implViewsChanged()
168 void AppletShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
197 bool AppletShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
231 bool AppletShape::clearAllViewLayers() in clearAllViewLayers()
239 bool AppletShape::implRender( const ::basegfx::B2DRange& rCurrBounds ) const in implRender()
260 bool AppletShape::implStartIntrinsicAnimation() in implStartIntrinsicAnimation()
275 bool AppletShape::implEndIntrinsicAnimation() in implEndIntrinsicAnimation()
288 bool AppletShape::implPauseIntrinsicAnimation() in implPauseIntrinsicAnimation()
297 bool AppletShape::implIsIntrinsicAnimationPlaying() const in implIsIntrinsicAnimationPlaying()
304 void AppletShape::implSetIntrinsicAnimationTime(double) in implSetIntrinsicAnimationTime()
317 boost::shared_ptr< AppletShape > pAppletShape( in createAppletShape()
318 new AppletShape(xShape, in createAppletShape()