Searched refs:ImplNumericGetValue (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | field.cxx | 100 static sal_Bool ImplNumericGetValue( const XubString& rStr, double& rValue, in ImplNumericGetValue() function 444 if ( !ImplNumericGetValue( rStr, rValue, GetDecimalDigits(), ImplGetLocaleDataWrapper() ) ) in ImplNumericReformat() 645 if ( ImplNumericGetValue( GetField()->GetText(), nTempValue, in GetValue() 1072 …ImplNumericGetValue( ComboBox::GetEntry( nPos ), nValue, GetDecimalDigits(), ImplGetLocaleDataWrap… in GetValue() 1464 if ( !ImplNumericGetValue( rStr, rValue, nDecDigits, rLocaleDataWrapper ) ) in ImplMetricGetValue() 2108 return ImplNumericGetValue( rStr, rValue, nDecDigits, rWrapper, sal_True ); in ImplCurrencyGetValue() 2117 …if ( !ImplNumericGetValue( rStr, nValue, GetDecimalDigits(), ImplGetLocaleDataWrapper(), sal_True … in ImplCurrencyReformat()
|
H A D | longcurr.cxx | 136 static sal_Bool ImplNumericGetValue( const XubString& rStr, BigInt& rValue, in ImplNumericGetValue() function 277 return ImplNumericGetValue( rStr, rValue, nDecDigits, rLocaleDataWrapper, sal_True ); in ImplLongCurrencyGetValue() 288 if ( !ImplNumericGetValue( rStr, nValue, nDecDigits, rLocaleDataWrapper, sal_True ) ) in ImplLongCurrencyReformat()
|
Completed in 18 milliseconds