Searched refs:AttributableShapeSharedPtr (Results 1 – 20 of 20) sorted by relevance
/trunk/main/slideshow/source/inc/ |
H A D | shapesubset.hxx | 67 ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape, 93 ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape, 103 AttributableShapeSharedPtr getSubsetShape() const; 138 AttributableShapeSharedPtr mpOriginalShape; 139 AttributableShapeSharedPtr mpSubsetShape;
|
H A D | attributableshape.hxx | 40 typedef ::boost::shared_ptr< AttributableShape > AttributableShapeSharedPtr; typedef 168 virtual AttributableShapeSharedPtr getSubset( const DocTreeNode& rTreeNode ) const = 0; 201 virtual bool createSubset( AttributableShapeSharedPtr& o_rSubset, 219 virtual bool revokeSubset( const AttributableShapeSharedPtr& rShape ) = 0;
|
H A D | shapeattributelayerholder.hxx | 81 bool createAttributeLayer( const AttributableShapeSharedPtr& rShape ) in createAttributeLayer() 99 AttributableShapeSharedPtr mpShape;
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | drawshapesubsetting.hxx | 124 AttributableShapeSharedPtr getSubsetShape ( const DocTreeNode& rTreeNode ) const; 127 void addSubsetShape ( const AttributableShapeSharedPtr& rShape ); 145 bool revokeSubsetShape ( const AttributableShapeSharedPtr& rShape ); 212 AttributableShapeSharedPtr mpShape;
|
H A D | drawshape.hxx | 174 virtual AttributableShapeSharedPtr getSubset( const DocTreeNode& rTreeNode ) const; 175 … virtual bool createSubset( AttributableShapeSharedPtr& o_rSubset, 177 … virtual bool revokeSubset( const AttributableShapeSharedPtr& rShape );
|
H A D | drawshapesubsetting.cxx | 325 …AttributableShapeSharedPtr DrawShapeSubsetting::getSubsetShape( const DocTreeNode& rTreeNode ) con… in getSubsetShape() 342 return AttributableShapeSharedPtr(); in getSubsetShape() 345 void DrawShapeSubsetting::addSubsetShape( const AttributableShapeSharedPtr& rShape ) in addSubsetShape() 379 bool DrawShapeSubsetting::revokeSubsetShape( const AttributableShapeSharedPtr& rShape ) in revokeSubsetShape()
|
H A D | drawshape.cxx | 1211 AttributableShapeSharedPtr DrawShape::getSubset( const DocTreeNode& rTreeNode ) const in getSubset() 1220 bool DrawShape::createSubset( AttributableShapeSharedPtr& o_rSubset, in createSubset() 1227 AttributableShapeSharedPtr pSubset( maSubsetting.getSubsetShape( rTreeNode ) ); in createSubset() 1265 bool DrawShape::revokeSubset( const AttributableShapeSharedPtr& rShape ) in revokeSubset()
|
/trunk/main/slideshow/source/engine/slide/ |
H A D | layermanager.hxx | 149 … AttributableShapeSharedPtr getSubsetShape( const AttributableShapeSharedPtr& rOrigShape, 165 void revokeSubset( const AttributableShapeSharedPtr& rOrigShape, 166 const AttributableShapeSharedPtr& rSubsetShape );
|
H A D | shapemanagerimpl.cxx | 314 AttributableShapeSharedPtr ShapeManagerImpl::getSubsetShape( const AttributableShapeSharedPtr& rOri… in getSubsetShape() 320 return AttributableShapeSharedPtr(); in getSubsetShape() 323 void ShapeManagerImpl::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset() 324 const AttributableShapeSharedPtr& rSubsetShape ) in revokeSubset()
|
H A D | layermanager.cxx | 380 …AttributableShapeSharedPtr LayerManager::getSubsetShape( const AttributableShapeSharedPtr& rOrigS… in getSubsetShape() 385 AttributableShapeSharedPtr pSubset; in getSubsetShape() 411 void LayerManager::revokeSubset( const AttributableShapeSharedPtr& rOrigShape, in revokeSubset() 412 const AttributableShapeSharedPtr& rSubsetShape ) in revokeSubset()
|
H A D | slideimpl.cxx | 1059 AttributableShapeSharedPtr pAttrShape( in applyInitialShapeAttributes()
|
/trunk/main/slideshow/source/engine/ |
H A D | shapesubset.cxx | 42 ShapeSubset::ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape, in ShapeSubset() 71 ShapeSubset::ShapeSubset( const AttributableShapeSharedPtr& rOriginalShape, in ShapeSubset() 98 AttributableShapeSharedPtr ShapeSubset::getSubsetShape() const in getSubsetShape()
|
/trunk/main/slideshow/source/engine/animationnodes/ |
H A D | nodetools.cxx | 68 …AttributableShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager, in lookupAttributableShape() 79 AttributableShapeSharedPtr pRes( in lookupAttributableShape()
|
H A D | animationbasenode.hxx | 65 AttributableShapeSharedPtr getShape() const; 96 AttributableShapeSharedPtr mpShape;
|
H A D | animationbasenode.cxx | 348 AttributableShapeSharedPtr const pShape( getShape() ); in deactivate_st() 502 AttributableShapeSharedPtr AnimationBaseNode::getShape() const in getShape()
|
H A D | nodetools.hxx | 67 …AttributableShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager,
|
H A D | animationtransformnode.cxx | 53 const AttributableShapeSharedPtr& rShape( getShape() ); in createActivity()
|
H A D | propertyanimationnode.cxx | 45 AttributableShapeSharedPtr const pShape( getShape() ); in createActivity()
|
H A D | animationsetnode.cxx | 54 AttributableShapeSharedPtr const pShape( getShape() ); in createActivity()
|
H A D | animationnodefactory.cxx | 234 AttributableShapeSharedPtr pTargetShape( in implCreateIteratedNodes()
|
Completed in 182 milliseconds