Home
last modified time | relevance | path

Searched refs:fOldValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Dstringconversiontools.cxx228 double fOldValue, in lcl_putNumberCharWithSpace() argument
232 fValue -= fOldValue; in lcl_putNumberCharWithSpace()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DDataPointItemConverter.cxx526 double fOldValue = 0.0; in ApplySpecialItem() local
528 ( GetPropertySet()->getPropertyValue( C2U( "TextRotation" )) >>= fOldValue ); in ApplySpecialItem()
531 ( bPropExisted && fOldValue != fValue )) in ApplySpecialItem()
H A DAxisItemConverter.cxx806 double fOldValue = 0.0; in ApplySpecialItem() local
807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem()
809 if( !bPropExisted || ( fOldValue != fValue )) in ApplySpecialItem()
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx102 double fOldValue,

Completed in 33 milliseconds