Home
last modified time | relevance | path

Searched refs:ImplNumericGetValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield.cxx100 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()
1072ImplNumericGetValue( 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 Dlongcurr.cxx136 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 34 milliseconds