Home
last modified time | relevance | path

Searched refs:ShapeAttributeLayer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx59 void ShapeAttributeLayer::updateStateIds() in updateStateIds()
84 … template< typename T > T ShapeAttributeLayer::calcValue( const T& rCurrValue, in calcValue()
86 … bool (ShapeAttributeLayer::*pIsValid)() const, in calcValue()
87 … T (ShapeAttributeLayer::*pGetValue)() const ) const in calcValue()
139ShapeAttributeLayer::ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) : in ShapeAttributeLayer() function in slideshow::internal::ShapeAttributeLayer
208 … bool ShapeAttributeLayer::revokeChildLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) in revokeChildLayer()
249 ShapeAttributeLayerSharedPtr ShapeAttributeLayer::getChildLayer() const in getChildLayer()
254 void ShapeAttributeLayer::setAdditiveMode( sal_Int16 nMode ) in setAdditiveMode()
274 bool ShapeAttributeLayer::isWidthValid() const in isWidthValid()
279 double ShapeAttributeLayer::getWidth() const in getWidth()
[all …]
H A Danimationfactory.cxx68 bool (ShapeAttributeLayer::*pIs1stValid)() const, in TupleAnimation()
69 bool (ShapeAttributeLayer::*pIs2ndValid)() const, in TupleAnimation()
72 double (ShapeAttributeLayer::*pGet1stValue)() const, in TupleAnimation()
73 double (ShapeAttributeLayer::*pGet2ndValue)() const, in TupleAnimation()
74 void (ShapeAttributeLayer::*pSetValue)( const ValueT& ) ) : in TupleAnimation()
200 bool (ShapeAttributeLayer::*mpIs1stValidFunc)() const;
201 bool (ShapeAttributeLayer::*mpIs2ndValidFunc)() const;
202 double (ShapeAttributeLayer::*mpGet1stValueFunc)() const;
203 double (ShapeAttributeLayer::*mpGet2ndValueFunc)() const;
204 void (ShapeAttributeLayer::*mpSetValueFunc)( const ValueT& );
[all …]
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx47 class ShapeAttributeLayer;
49 typedef ::boost::shared_ptr< ShapeAttributeLayer > ShapeAttributeLayerSharedPtr;
62 class ShapeAttributeLayer class
78 explicit ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer );
479 bool (ShapeAttributeLayer::*pIsValid)() const,
480 … T (ShapeAttributeLayer::*pGetValue)() const ) const;
H A Dtools.hxx70 class ShapeAttributeLayer;
212 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
232 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
255 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
288 const boost::shared_ptr<ShapeAttributeLayer>& pAttr );
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx1148 mpAttributeLayer.reset( new ShapeAttributeLayer( mpAttributeLayer ) ); in createAttributeLayer()