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.cxx5199 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable
5200 if ( pNumericFormatter )
5204 pNumericFormatter->SetValue(
5205 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );
5223 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local
5224 return pNumericFormatter in getValue()
5225 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()
5233 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local
5234 if ( pNumericFormatter ) in setMin()
5235 pNumericFormatter->SetMin( in setMin()
[all …]