Searched refs:pCurrencyFormatter (Results 1 – 1 of 1) sorted by relevance
5788 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); variable5789 if ( pCurrencyFormatter )5793 pCurrencyFormatter->SetValue(5794 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) );5812 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getValue() local5813 return pCurrencyFormatter in getValue()5814 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue()5822 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMin() local5823 if ( pCurrencyFormatter ) in setMin()5824 pCurrencyFormatter->SetMin( in setMin()[all …]