Searched refs:pNumericFormatter (Results 1 – 1 of 1) sorted by relevance
5193 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); variable5194 if ( pNumericFormatter )5198 pNumericFormatter->SetValue(5199 (long)ImplCalcLongValue( Value, pNumericFormatter->GetDecimalDigits() ) );5217 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in getValue() local5218 return pNumericFormatter in getValue()5219 …? ImplCalcDoubleValue( (double)pNumericFormatter->GetValue(), pNumericFormatter->GetDecimalDigits(… in getValue()5227 NumericFormatter* pNumericFormatter = (NumericFormatter*) GetFormatter(); in setMin() local5228 if ( pNumericFormatter ) in setMin()5229 pNumericFormatter->SetMin( in setMin()[all …]