Searched refs:pNumericFormatter (Results 1 – 1 of 1) sorted by relevance
5194 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable5195 if ( pNumericFormatter )5199 pNumericFormatter->SetValue(5200 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );5218 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local5219 return pNumericFormatter in getValue()5220 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()5228 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local5229 if ( pNumericFormatter ) in setMin()5230 pNumericFormatter->SetMin( in setMin()[all …]