Lines Matching refs:BackgroundShape
73 class BackgroundShape : public Shape class
82 BackgroundShape( const ::com::sun::star::uno::Reference<
134 BackgroundShape::BackgroundShape( const uno::Reference< drawing::XDrawPage >& xDrawPage, in BackgroundShape() function in slideshow::internal::BackgroundShape
170 uno::Reference< drawing::XShape > BackgroundShape::getXShape() const in getXShape()
176 void BackgroundShape::addViewLayer( const ViewLayerSharedPtr& rNewLayer, in addViewLayer()
204 bool BackgroundShape::removeViewLayer( const ViewLayerSharedPtr& rLayer ) in removeViewLayer()
237 bool BackgroundShape::clearAllViewLayers() in clearAllViewLayers()
243 ::basegfx::B2DRectangle BackgroundShape::getBounds() const in getBounds()
248 ::basegfx::B2DRectangle BackgroundShape::getDomBounds() const in getDomBounds()
253 ::basegfx::B2DRectangle BackgroundShape::getUpdateArea() const in getUpdateArea()
262 bool BackgroundShape::isVisible() const in isVisible()
267 double BackgroundShape::getPriority() const in getPriority()
272 bool BackgroundShape::update() const in update()
277 bool BackgroundShape::render() const in render()
283 const ::basegfx::B2DRectangle& rCurrBounds( BackgroundShape::getBounds() ); in render()
308 bool BackgroundShape::isContentChanged() const in isContentChanged()
313 bool BackgroundShape::isBackgroundDetached() const in isBackgroundDetached()
326 new BackgroundShape( in createBackgroundShape()