Searched refs:ImplCalcLongValue (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 82 static double ImplCalcLongValue( double nValue, sal_uInt16 nDigits ) in ImplCalcLongValue() function 5199 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) ); 5270 (long)ImplCalcLongValue( Value, pNumericField->GetDecimalDigits() ) ); in setFirst() 5290 (long)ImplCalcLongValue( Value, pNumericField->GetDecimalDigits() ) ); in setLast() 5321 (long)ImplCalcLongValue( Value, pNumericField->GetDecimalDigits() ) ); in setSpinSize() 5794 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) ); 5825 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) ); in setMin() 5845 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) ); in setMax() 5865 ImplCalcLongValue( Value, pCurrencyField->GetDecimalDigits() ) ); in setFirst() 5885 ImplCalcLongValue( Value, pCurrencyField->GetDecimalDigits() ) ); in setLast() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 245 static long ImplCalcLongValue( double nValue, sal_uInt16 nDigits ) in ImplCalcLongValue() function 629 … long nControlValue = ImplCalcLongValue( _nApiValue, getTypedControlWindow()->GetDecimalDigits() ); in impl_apiValueToFieldValue_nothrow()
|
Completed in 41 milliseconds