Home
last modified time | relevance | path

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

/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5788 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); variable
5789 if ( pCurrencyFormatter )
5793 pCurrencyFormatter->SetValue(
5794 ImplCalcLongValue( Value, pCurrencyFormatter->GetDecimalDigits() ) );
5812 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getValue() local
5813 return pCurrencyFormatter in getValue()
5814 …? ImplCalcDoubleValue( (double)pCurrencyFormatter->GetValue(), pCurrencyFormatter->GetDecimalDigit… in getValue()
5822 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMin() local
5823 if ( pCurrencyFormatter ) in setMin()
5824 pCurrencyFormatter->SetMin( in setMin()
[all …]