Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx5194 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable
5195 if ( pNumericFormatter )
5199 pNumericFormatter->SetValue(
5200 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );
5218 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local
5219 return pNumericFormatter in getValue()
5220 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()
5228 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local
5229 if ( pNumericFormatter ) in setMin()
5230 pNumericFormatter->SetMin( in setMin()
[all …]