Searched refs:ShapeAttributeLayer (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/slideshow/source/engine/ |
H A D | shapeattributelayer.cxx | 59 void ShapeAttributeLayer::updateStateIds() in updateStateIds() 139 … ShapeAttributeLayer::ShapeAttributeLayer( const ShapeAttributeLayerSharedPtr& rChildLayer ) : in ShapeAttributeLayer() function in slideshow::internal::ShapeAttributeLayer 279 double ShapeAttributeLayer::getWidth() const in getWidth() 285 &ShapeAttributeLayer::getWidth ); in getWidth() 309 &ShapeAttributeLayer::getHeight ); in getHeight() 338 double ShapeAttributeLayer::getPosX() const in getPosX() 343 &ShapeAttributeLayer::isPosXValid, in getPosX() 344 &ShapeAttributeLayer::getPosX ); in getPosX() 362 double ShapeAttributeLayer::getPosY() const in getPosY() 367 &ShapeAttributeLayer::isPosYValid, in getPosY() [all …]
|
H A D | animationfactory.cxx | 577 bool (ShapeAttributeLayer::*mpIsValidFunc)() const; 1180 &ShapeAttributeLayer::isWidthValid, in createPairPropertyAnimation() 1181 &ShapeAttributeLayer::isHeightValid, in createPairPropertyAnimation() 1188 &ShapeAttributeLayer::getWidth, in createPairPropertyAnimation() 1189 &ShapeAttributeLayer::getHeight, in createPairPropertyAnimation() 1190 &ShapeAttributeLayer::setSize ) ); in createPairPropertyAnimation() 1197 &ShapeAttributeLayer::isPosXValid, in createPairPropertyAnimation() 1198 &ShapeAttributeLayer::isPosYValid, in createPairPropertyAnimation() 1205 &ShapeAttributeLayer::getPosX, in createPairPropertyAnimation() 1206 &ShapeAttributeLayer::getPosY, in createPairPropertyAnimation() [all …]
|
/aoo42x/main/slideshow/source/inc/ |
H A D | shapeattributelayer.hxx | 47 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 D | tools.hxx | 70 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 );
|
/aoo42x/main/slideshow/source/engine/shapes/ |
H A D | drawshape.cxx | 1148 mpAttributeLayer.reset( new ShapeAttributeLayer( mpAttributeLayer ) ); in createAttributeLayer()
|
Completed in 42 milliseconds