Home
last modified time | relevance | path

Searched refs:rChildLayer (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx140 mpChild( rChildLayer ), in ShapeAttributeLayer()
166 mnTransformationState( rChildLayer ? rChildLayer->getTransformationState() : 0 ), in ShapeAttributeLayer()
167 mnClipState( rChildLayer ? rChildLayer->getClipState() : 0), in ShapeAttributeLayer()
168 mnAlphaState( rChildLayer ? rChildLayer->getAlphaState() : 0), in ShapeAttributeLayer()
169 mnPositionState( rChildLayer ? rChildLayer->getPositionState() : 0 ), in ShapeAttributeLayer()
170 mnContentState( rChildLayer ? rChildLayer->getContentState() : 0 ), in ShapeAttributeLayer()
171 mnVisibilityState( rChildLayer ? rChildLayer->getVisibilityState() : 0 ), in ShapeAttributeLayer()
210 ENSURE_OR_RETURN_FALSE( rChildLayer, in revokeChildLayer()
216 if( mpChild == rChildLayer ) in revokeChildLayer()
219 mpChild = rChildLayer->getChildLayer(); in revokeChildLayer()
[all …]
/aoo42x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx78 explicit ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer );
95 bool revokeChildLayer( const ShapeAttributeLayerSharedPtr& rChildLayer );

Completed in 30 milliseconds