Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5193 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable
5194 if ( pNumericFormatter )
5198 pNumericFormatter->SetValue(
5199 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );
5217 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local
5218 return pNumericFormatter in getValue()
5219 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()
5227 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local
5228 if ( pNumericFormatter ) in setMin()
5229 pNumericFormatter->SetMin( in setMin()
[all …]