Home
last modified time | relevance | path

Searched refs:VALUE_BY (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1201 return pEffect->getTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY); in getProperty1Value()
1207 return pEffect->getTransformationProperty( AnimationTransformType::SCALE, VALUE_BY ); in getProperty1Value()
1272 …tChanged = pEffect->setTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY , rValue ); in setProperty1Value()
1280 …ectChanged = pEffect->setTransformationProperty( AnimationTransformType::SCALE, VALUE_BY, rValue ); in setProperty1Value()
/AOO41X/main/sd/source/core/
H A DCustomAnimationEffect.cxx1223 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()
/AOO41X/main/sd/inc/
H A DCustomAnimationEffect.hxx50 enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST }; enumerator