Lines Matching refs:ExternalShapeBase
51 class ExternalShapeBase::ExternalShapeBaseListener : public ViewEventHandler,
56 explicit ExternalShapeBaseListener( ExternalShapeBase& rBase ) : in ExternalShapeBaseListener()
89 ExternalShapeBase& mrBase;
93 ExternalShapeBase::ExternalShapeBase( const uno::Reference< drawing::XShape >& xShape, in ExternalShapeBase() function in slideshow::internal::ExternalShapeBase
112 ExternalShapeBase::~ExternalShapeBase() in ~ExternalShapeBase()
130 uno::Reference< drawing::XShape > ExternalShapeBase::getXShape() const in getXShape()
137 void ExternalShapeBase::play() in play()
144 void ExternalShapeBase::stop() in stop()
151 void ExternalShapeBase::pause() in pause()
158 bool ExternalShapeBase::isPlaying() const in isPlaying()
165 void ExternalShapeBase::setMediaTime(double fTime) in setMediaTime()
172 bool ExternalShapeBase::update() const in update()
179 bool ExternalShapeBase::render() const in render()
193 bool ExternalShapeBase::isContentChanged() const in isContentChanged()
200 ::basegfx::B2DRectangle ExternalShapeBase::getBounds() const in getBounds()
207 ::basegfx::B2DRectangle ExternalShapeBase::getDomBounds() const in getDomBounds()
214 ::basegfx::B2DRectangle ExternalShapeBase::getUpdateArea() const in getUpdateArea()
221 bool ExternalShapeBase::isVisible() const in isVisible()
228 double ExternalShapeBase::getPriority() const in getPriority()
235 bool ExternalShapeBase::isBackgroundDetached() const in isBackgroundDetached()