Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx90 static double ImplCalcDoubleValue( double nValue, sal_uInt16 nDigits ) in ImplCalcDoubleValue() function
5219 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()
5239 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetMin(), pNumericFormatter->GetDecimalDigits() ) in getMin()
5259 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetMax(), pNumericFormatter->GetDecimalDigits() ) in getMax()
5279 … ? ImplCalcDoubleValue( (double)pNumericField->GetFirst(), pNumericField->GetDecimalDigits() ) in getFirst()
5299 ? ImplCalcDoubleValue( (double)pNumericField->GetLast(), pNumericField->GetDecimalDigits() ) in getLast()
5330 … ? ImplCalcDoubleValue( (double)pNumericField->GetSpinSize(), pNumericField->GetDecimalDigits() ) in getSpinSize()
5814 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue()
5834 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMin(), pCurrencyFormatter->GetDecimalDigits(… in getMin()
5854 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMax(), pCurrencyFormatter->GetDecimalDigits(… in getMax()
[all …]
/AOO41X/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx257 static double ImplCalcDoubleValue( long nValue, sal_uInt16 nDigits ) in ImplCalcDoubleValue() function
637 …double nApiValue = ImplCalcDoubleValue( (long)_nFieldValue, getTypedControlWindow()->GetDecimalDig… in impl_fieldValueToApiValue_nothrow()