Searched refs:rOrigShape (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | layermanager.cxx | 380 …ibutableShapeSharedPtr LayerManager::getSubsetShape( const AttributableShapeSharedPtr& rOrigShape, in getSubsetShape() argument 388 if( rOrigShape->createSubset( pSubset, in getSubsetShape() 404 if( rOrigShape->isVisible() ) in getSubsetShape() 405 notifyShapeUpdate( rOrigShape ); in getSubsetShape() 411 void LayerManager::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset() argument 416 if( rOrigShape->revokeSubset( rSubsetShape ) ) in revokeSubset() 424 if( rOrigShape->isVisible() ) in revokeSubset() 425 notifyShapeUpdate( rOrigShape ); in revokeSubset()
|
H A D | shapemanagerimpl.cxx | 314 …tableShapeSharedPtr ShapeManagerImpl::getSubsetShape( const AttributableShapeSharedPtr& rOrigShape, in getSubsetShape() argument 318 return mpLayerManager->getSubsetShape(rOrigShape,rTreeNode); in getSubsetShape() 323 void ShapeManagerImpl::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset() argument 327 mpLayerManager->revokeSubset(rOrigShape,rSubsetShape); in revokeSubset()
|
H A D | layermanager.hxx | 149 … AttributableShapeSharedPtr getSubsetShape( const AttributableShapeSharedPtr& rOrigShape, 165 void revokeSubset( const AttributableShapeSharedPtr& rOrigShape,
|
H A D | shapemanagerimpl.hxx | 140 const boost::shared_ptr<AttributableShape>& rOrigShape, 143 const boost::shared_ptr<AttributableShape>& rOrigShape,
|
/aoo42x/main/slideshow/source/inc/ |
H A D | subsettableshapemanager.hxx | 70 const boost::shared_ptr<AttributableShape>& rOrigShape, 87 const boost::shared_ptr<AttributableShape>& rOrigShape,
|
Completed in 43 milliseconds