Lines Matching refs:LongCurrencyFormatter

285 							   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()
453 void LongCurrencyFormatter::Reformat() in Reformat()
479 void LongCurrencyFormatter::ReformatAll() in ReformatAll()
486 void LongCurrencyFormatter::SetMin( BigInt nNewMin ) in SetMin()
494 void LongCurrencyFormatter::SetMax( BigInt nNewMax ) in SetMax()
502 void LongCurrencyFormatter::SetUseThousandSep( sal_Bool b ) in SetUseThousandSep()
511 void LongCurrencyFormatter::SetDecimalDigits( sal_uInt16 nDigits ) in SetDecimalDigits()
524 sal_uInt16 LongCurrencyFormatter::GetDecimalDigits() const in GetDecimalDigits()
531 sal_Bool LongCurrencyFormatter::IsValueModified() const in IsValueModified()
543 void LongCurrencyFormatter::SetEmptyValue() in SetEmptyValue()
551 BigInt LongCurrencyFormatter::Normalize( BigInt nValue ) const in Normalize()
558 BigInt LongCurrencyFormatter::Denormalize( BigInt nValue ) const in Denormalize()
630 LongCurrencyFormatter::ImplLoadRes( ResId( (RSHEADER_TYPE *)GetClassRes(), *rResId.GetResMgr() ) ); in ImplLoadRes()
748 LongCurrencyFormatter::ImplLoadRes( rResId ); in LongCurrencyBox()
815 LongCurrencyFormatter::Reformat(); in ReformatAll()