Lines Matching refs:MediaShape
57 class MediaShape : public ExternalShapeBase class
69 MediaShape( const ::com::sun::star::uno::Reference<
104 MediaShape::MediaShape( const uno::Reference< drawing::XShape >& xShape, in MediaShape() function in slideshow::internal::MediaShape
115 void MediaShape::implViewChanged( const UnoViewSharedPtr& rView ) in implViewChanged()
131 void MediaShape::implViewsChanged() in implViewsChanged()
144 void MediaShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
162 bool MediaShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
196 bool MediaShape::clearAllViewLayers() in clearAllViewLayers()
204 bool MediaShape::implRender( const ::basegfx::B2DRange& rCurrBounds ) const in implRender()
225 bool MediaShape::implStartIntrinsicAnimation() in implStartIntrinsicAnimation()
238 bool MediaShape::implEndIntrinsicAnimation() in implEndIntrinsicAnimation()
251 bool MediaShape::implPauseIntrinsicAnimation() in implPauseIntrinsicAnimation()
264 bool MediaShape::implIsIntrinsicAnimationPlaying() const in implIsIntrinsicAnimationPlaying()
271 void MediaShape::implSetIntrinsicAnimationTime(double fTime) in implSetIntrinsicAnimationTime()
286 boost::shared_ptr< MediaShape > pMediaShape( in createMediaShape()
287 new MediaShape(xShape, nPrio, rContext)); in createMediaShape()