Searched refs:pCurrencyFormatter (Results 1 – 1 of 1) sorted by relevance
5794 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); variable5795 if ( pCurrencyFormatter )5799 pCurrencyFormatter->SetValue(5800 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) );5818 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getValue() local5819 return pCurrencyFormatter in getValue()5820 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue()5828 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMin() local5829 if ( pCurrencyFormatter ) in setMin()5830 pCurrencyFormatter->SetMin( in setMin()[all …]