Home
last modified time | relevance | path

Searched refs:pCurrencyFormatter (Results 1 – 1 of 1) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx5794 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); variable
5795 if ( pCurrencyFormatter )
5799 pCurrencyFormatter->SetValue(
5800 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) );
5818 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getValue() local
5819 return pCurrencyFormatter in getValue()
5820 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue()
5828 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMin() local
5829 if ( pCurrencyFormatter ) in setMin()
5830 pCurrencyFormatter->SetMin( in setMin()
[all …]