Home
last modified time | relevance | path

Searched refs:rAttrLayer (Results 1 – 9 of 9) sorted by relevance

/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx76 const ShapeAttributeLayerSharedPtr& rAttrLayer );
78 const ShapeAttributeLayerSharedPtr& rAttrLayer );
137 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in start() argument
145 mpAttrLayer = rAttrLayer; in start()
149 ENSURE_OR_THROW( rAttrLayer, in start()
153 mpAttrLayer = rAttrLayer; in start()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx106 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in start() argument
114 mpAttrLayer = rAttrLayer; in start()
118 ENSURE_OR_THROW( rAttrLayer, in start()
260 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in start() argument
268 mpAttrLayer = rAttrLayer; in start()
272 ENSURE_OR_THROW( rAttrLayer, in start()
458 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in start() argument
466 mpAttrLayer = rAttrLayer; in start()
470 ENSURE_OR_THROW( rAttrLayer, in start()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dsetactivity.hxx120 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in setTargets() argument
123 ENSURE_OR_THROW( rAttrLayer, "Invalid attribute layer" ); in setTargets()
126 mpAttributeLayer = rAttrLayer; in setTargets()
H A Danimationcolornode.cxx66 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in start() argument
68 mpAnimation->start( rShape, rAttrLayer ); in start()
/trunk/main/slideshow/source/engine/activities/
H A Dactivitybase.cxx101 const ShapeAttributeLayerSharedPtr& rAttrLayer ) in setTargets() argument
105 ENSURE_OR_THROW( rAttrLayer, in setTargets()
109 mpAttributeLayer = rAttrLayer; in setTargets()
H A Dactivitybase.hxx65 const ShapeAttributeLayerSharedPtr& rAttrLayer );
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx1290 const ShapeAttributeLayerSharedPtr& rAttrLayer( in revokeSubset() local
1292 if( rAttrLayer && in revokeSubset()
1293 rAttrLayer->isVisibilityValid() && in revokeSubset()
1294 rAttrLayer->getVisibility() != isVisible() ) in revokeSubset()
1296 const bool bVisibility( rAttrLayer->getVisibility() ); in revokeSubset()
/trunk/main/slideshow/source/inc/
H A Danimation.hxx67 const ShapeAttributeLayerSharedPtr& rAttrLayer ) = 0;
81 const ShapeAttributeLayerSharedPtr& rAttrLayer ) = 0;
H A Danimationactivity.hxx63 const ShapeAttributeLayerSharedPtr& rAttrLayer ) = 0;

Completed in 38 milliseconds