Lines Matching refs:bEffectChanged
1225 bool bEffectChanged = false; in setProperty1Value() local
1237 bEffectChanged = true; in setProperty1Value()
1254 bEffectChanged = true; in setProperty1Value()
1260 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1266 … bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, aAttributeName, VALUE_TO, rValue ); in setProperty1Value()
1267 if( !bEffectChanged ) in setProperty1Value()
1268 …bEffectChanged = pEffect->setProperty( AnimationNodeType::ANIMATE, aAttributeName, VALUE_TO, rValu… in setProperty1Value()
1272 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::ROTATE, VALUE_BY , rV… in setProperty1Value()
1276 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString( RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1280 …bEffectChanged = pEffect->setTransformationProperty( AnimationTransformType::SCALE, VALUE_BY, rVal… in setProperty1Value()
1287 …bEffectChanged = pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPARA… in setProperty1Value()
1288 …bEffectChanged |= pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1289 …bEffectChanged |= pEffect->setProperty( AnimationNodeType::SET, OUString(RTL_CONSTASCII_USTRINGPAR… in setProperty1Value()
1295 return bEffectChanged; in setProperty1Value()