Searched refs:fOldValue (Results 1 – 4 of 4) sorted by relevance
193 double fOldValue, in lcl_putNumberCharWithSpace() argument197 fValue -= fOldValue; in lcl_putNumberCharWithSpace()
526 double fOldValue = 0.0; in ApplySpecialItem() local528 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldValue ); in ApplySpecialItem()531 ( bPropExisted && fOldValue != fValue )) in ApplySpecialItem()
806 double fOldValue = 0.0; in ApplySpecialItem() local807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem()809 if( !bPropExisted || ( fOldValue != fValue )) in ApplySpecialItem()
102 double fOldValue,
Completed in 20 milliseconds