Home
last modified time | relevance | path

Searched refs:rShapeManager (Results 1 – 8 of 8) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx66 TupleAnimation( const ShapeManagerSharedPtr& rShapeManager, in TupleAnimation() argument
77 mpShapeManager( rShapeManager ), in TupleAnimation()
88 ENSURE_OR_THROW( rShapeManager, in TupleAnimation()
219 const ShapeManagerSharedPtr& rShapeManager, in PathAnimation() argument
225 mpShapeManager( rShapeManager ), in PathAnimation()
232 ENSURE_OR_THROW( rShapeManager, in PathAnimation()
420 GenericAnimation( const ShapeManagerSharedPtr& rShapeManager, in GenericAnimation() argument
430 mpShapeManager( rShapeManager ), in GenericAnimation()
440 ENSURE_OR_THROW( rShapeManager, in GenericAnimation()
597 … makeGenericAnimation( const ShapeManagerSharedPtr& rShapeManager, in makeGenericAnimation() argument
[all …]
H A Dshapesubset.cxx44 const SubsettableShapeManagerSharedPtr& rShapeManager ) : in ShapeSubset() argument
48 mpShapeManager( rShapeManager ) in ShapeSubset()
72 const SubsettableShapeManagerSharedPtr& rShapeManager ) : in ShapeSubset() argument
76 mpShapeManager( rShapeManager ) in ShapeSubset()
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx66 const ShapeManagerSharedPtr& rShapeManager,
98 const ShapeManagerSharedPtr& rShapeManager, in ClippingAnimation() argument
104 mpShapeManager( rShapeManager ), in ClippingAnimation()
112 rShapeManager, in ClippingAnimation()
213 const ShapeManagerSharedPtr& rShapeManager, in createShapeTransition() argument
219 rShapeManager, in createShapeTransition()
229 const ShapeManagerSharedPtr& rShapeManager, in createShapeTransition() argument
269 rShapeManager, in createShapeTransition()
297 rShapeManager, in createShapeTransition()
352 rShapeManager, in createShapeTransition()
[all …]
/trunk/main/slideshow/source/inc/
H A Danimationfactory.hxx98 … const ShapeManagerSharedPtr& rShapeManager,
104 … const ShapeManagerSharedPtr& rShapeManager,
110 … const ShapeManagerSharedPtr& rShapeManager,
122 … const ShapeManagerSharedPtr& rShapeManager,
129 … const ShapeManagerSharedPtr& rShapeManager,
135 … const ShapeManagerSharedPtr& rShapeManager,
142 … const ShapeManagerSharedPtr& rShapeManager,
H A Dtransitionfactory.hxx74 const ShapeManagerSharedPtr& rShapeManager,
130 const ShapeManagerSharedPtr& rShapeManager,
H A Dshapesubset.hxx94 const SubsettableShapeManagerSharedPtr& rShapeManager );
/trunk/main/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx66 …eShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager, in lookupAttributableShape() argument
69 ENSURE_OR_THROW( rShapeManager, in lookupAttributableShape()
72 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
H A Dnodetools.hxx67 …eShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager,