Lines Matching refs:LayerManager

57                  typename ShapeFunc> void LayerManager::manageViews(   in manageViews()
81 LayerManager::LayerManager( const UnoViewContainer& rViews, in LayerManager() function in slideshow::internal::LayerManager
107 ::boost::bind(&LayerManager::viewAdded, in LayerManager()
112 void LayerManager::activate( bool bSlideBackgoundPainted ) in activate()
143 void LayerManager::deactivate() in deactivate()
185 void LayerManager::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded()
216 void LayerManager::viewRemoved( const UnoViewSharedPtr& rView ) in viewRemoved()
241 void LayerManager::viewChanged( const UnoViewSharedPtr& rView ) in viewChanged()
254 void LayerManager::viewsChanged() in viewsChanged()
273 void LayerManager::addShape( const ShapeSharedPtr& rShape ) in addShape()
291 void LayerManager::putShape2BackgroundLayer( LayerShapeMap::value_type& rShapeEntry ) in putShape2BackgroundLayer()
298 void LayerManager::implAddShape( const ShapeSharedPtr& rShape ) in implAddShape()
319 bool LayerManager::removeShape( const ShapeSharedPtr& rShape ) in removeShape()
332 void LayerManager::implRemoveShape( const ShapeSharedPtr& rShape ) in implRemoveShape()
368 … ShapeSharedPtr LayerManager::lookupShape( const uno::Reference< drawing::XShape >& xShape ) const in lookupShape()
380 …AttributableShapeSharedPtr LayerManager::getSubsetShape( const AttributableShapeSharedPtr& rOrigS… in getSubsetShape()
411 void LayerManager::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset()
429 void LayerManager::enterAnimationMode( const AnimatableShapeSharedPtr& rShape ) in enterAnimationMode()
459 void LayerManager::leaveAnimationMode( const AnimatableShapeSharedPtr& rShape ) in leaveAnimationMode()
488 void LayerManager::notifyShapeUpdate( const ShapeSharedPtr& rShape ) in notifyShapeUpdate()
500 bool LayerManager::isUpdatePending() const in isUpdatePending()
517 bool LayerManager::updateSprites() in updateSprites()
557 bool LayerManager::update() in update()
687 bool LayerManager::renderTo( const ::cppcanvas::CanvasSharedPtr& rTargetCanvas ) const in renderTo()
728 void LayerManager::addUpdateArea( ShapeSharedPtr const& rShape ) in addUpdateArea()
743 void LayerManager::commitLayerChanges( std::size_t nCurrLayerIndex, in commitLayerChanges()
772 LayerSharedPtr LayerManager::createForegroundLayer() const in createForegroundLayer()
790 void LayerManager::updateShapeLayers( bool bBackgroundLayerPainted ) in updateShapeLayers()