Searched refs:pNumericFormatter (Results 1 – 1 of 1) sorted by relevance
5199 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable5200 if ( pNumericFormatter )5204 pNumericFormatter->SetValue(5205 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );5223 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local5224 return pNumericFormatter in getValue()5225 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()5233 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local5234 if ( pNumericFormatter ) in setMin()5235 pNumericFormatter->SetMin( in setMin()[all …]