Home
last modified time | relevance | path

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

/aoo4110/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 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY , rV… in setProperty1Value()
1280 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::SCALE, VALUE_BY, rVal… in setProperty1Value()
/aoo4110/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()
/aoo4110/main/sd/inc/
H A DCustomAnimationEffect.hxx50 enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST }; enumerator

Completed in 44 milliseconds