Searched refs:VALUE_TO (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 1189 …perty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPARAM("CharFontName") ), VALUE_TO ); in getProperty1Value() 1194 Any aValue( pEffect->getProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO ) ); in getProperty1Value() 1196 aValue = pEffect->getProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO ); in getProperty1Value() 1204 …>getProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("Opacity")), VALUE_TO ); in getProperty1Value() 1212 …tProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharWeight")), VALUE_TO ); in getProperty1Value() 1213 …Property( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharPosture")), VALUE_TO ); in getProperty1Value() 1214 …operty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARAM("CharUnderline")), VALUE_TO ); in getProperty1Value() 1266 … bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO, rValue ); in setProperty1Value() 1268 …bEffectChanged = pEffect->setProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO, rValu… in setProperty1Value() 1276 …ty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPARAM("Opacity") ), VALUE_TO, rValue ); in setProperty1Value() [all …]
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1222 case VALUE_TO: aProperty = xAnimate->getTo(); break; in getProperty() 1280 case VALUE_TO: in setProperty() 1463 case VALUE_TO: aProperty = xTransform->getTo(); break; in getTransformationProperty() 1518 case VALUE_TO: 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 40 milliseconds