Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/control/
H A Dlongcurr.cxx285 LongCurrencyFormatter& rFormatter ) in ImplLongCurrencyReformat()
320 void LongCurrencyFormatter::ImpInit() in ImpInit()
336 LongCurrencyFormatter::LongCurrencyFormatter() in LongCurrencyFormatter() function in LongCurrencyFormatter
343 void LongCurrencyFormatter::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
378 LongCurrencyFormatter::~LongCurrencyFormatter() in ~LongCurrencyFormatter()
384 void LongCurrencyFormatter::SetCurrencySymbol( const String& rStr ) in SetCurrencySymbol()
392 String LongCurrencyFormatter::GetCurrencySymbol() const in GetCurrencySymbol()
399 void LongCurrencyFormatter::SetValue( BigInt nNewValue ) in SetValue()
408 void LongCurrencyFormatter::SetUserValue( BigInt nNewValue ) in SetUserValue()
433 BigInt LongCurrencyFormatter::GetValue() const in GetValue()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dlongcurr.hxx39 class VCL_DLLPUBLIC LongCurrencyFormatter : public FormatterBase class
42 …tring&, BigInt, BigInt, sal_uInt16, const LocaleDataWrapper&, XubString&, LongCurrencyFormatter& );
56 LongCurrencyFormatter();
60 ~LongCurrencyFormatter();
96 class VCL_DLLPUBLIC LongCurrencyField : public SpinField, public LongCurrencyFormatter
136 class VCL_DLLPUBLIC LongCurrencyBox : public ComboBox, public LongCurrencyFormatter
153 { return LongCurrencyFormatter::GetValue(); } in GetValue()
/AOO41X/main/toolkit/source/awt/
H A Dvclxwindows.cxx5788 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter();
5812 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getValue()
5822 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMin()
5832 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getMin()
5842 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setMax()
5852 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getMax()
5933 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in setDecimalDigits()
5946 LongCurrencyFormatter* pCurrencyFormatter = (LongCurrencyFormatter*) GetFormatter(); in getDecimalDigits()