Searched refs:ImplCalcDoubleValue (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/toolkit/source/awt/ |
| H A D | vclxwindows.cxx | 90 static double ImplCalcDoubleValue( double nValue, sal_uInt16 nDigits ) in ImplCalcDoubleValue() function 5225 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue() 5245 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetMin(), pNumericFormatter->GetDecimalDigits() ) in getMin() 5265 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetMax(), pNumericFormatter->GetDecimalDigits() ) in getMax() 5285 … ? ImplCalcDoubleValue( (double)pNumericField->GetFirst(), pNumericField->GetDecimalDigits() ) in getFirst() 5305 ? ImplCalcDoubleValue( (double)pNumericField->GetLast(), pNumericField->GetDecimalDigits() ) in getLast() 5336 … ? ImplCalcDoubleValue( (double)pNumericField->GetSpinSize(), pNumericField->GetDecimalDigits() ) in getSpinSize() 5820 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue() 5840 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMin(), pCurrencyFormatter->GetDecimalDigits(… in getMin() 5860 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMax(), pCurrencyFormatter->GetDecimalDigits(… in getMax() [all …]
|
| /trunk/main/extensions/source/propctrlr/ |
| H A D | standardcontrol.cxx | 257 static double ImplCalcDoubleValue( long nValue, sal_uInt16 nDigits ) in ImplCalcDoubleValue() function 637 …double nApiValue = ImplCalcDoubleValue( (long)_nFieldValue, getTypedControlWindow()->GetDecimalDig… in impl_fieldValueToApiValue_nothrow()
|