Searched refs:VALUE_BY (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1201 return pEffect->getTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY); in getProperty1Value() 1207 return pEffect->getTransformationProperty( AnimationTransformType::SCALE, VALUE_BY ); in getProperty1Value() 1272 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY , rV… in setProperty1Value() 1280 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::SCALE, VALUE_BY, rVal… in setProperty1Value()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1223 case VALUE_BY: aProperty = xAnimate->getBy(); break; in getProperty() 1287 case VALUE_BY: in setProperty() 1464 case VALUE_BY: aProperty = xTransform->getBy(); break; in getTransformationProperty() 1525 case VALUE_BY: in setTransformationProperty()
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 50 enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST }; enumerator
|
Completed in 54 milliseconds