Home
last modified time | relevance | path

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

/aoo4110/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()
5834 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetMin(), pCurrencyFormatter->GetDecimalDigits(… in getMin()
5874 ? ImplCalcDoubleValue( (double)pCurrencyField->GetFirst(), pCurrencyField->GetDecimalDigits() ) in getFirst()
5894 ? ImplCalcDoubleValue( (double)pCurrencyField->GetLast(), pCurrencyField->GetDecimalDigits() ) in getLast()
[all …]
/aoo4110/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()

Completed in 57 milliseconds