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() 5840 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMin(), pCurrencyFormatter->GetDecimalDigits(… in getMin() 5880 ? ImplCalcDoubleValue( (double)pCurrencyField->GetFirst(), pCurrencyField->GetDecimalDigits() ) in getFirst() 5900 ? ImplCalcDoubleValue( (double)pCurrencyField->GetLast(), pCurrencyField->GetDecimalDigits() ) in getLast() [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()
|
Completed in 48 milliseconds