Searched refs:GetCurrencySymbol (Results 1 – 10 of 10) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | longcurr.cxx | 312 …rOutStr = ImplGetCurr( rLocaleDataWrapper, nTempVal, nDecDigits, rFormatter.GetCurrencySymbol(), r… in ImplLongCurrencyReformat() 392 String LongCurrencyFormatter::GetCurrencySymbol() const in GetCurrencySymbol() function in LongCurrencyFormatter 419 …ImplGetCurr( GetLocaleDataWrapper(), nNewValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThou… in SetUserValue() 823 … = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThou… in InsertValue() 831 … = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThou… in RemoveValue() 849 … = ImplGetCurr( GetLocaleDataWrapper(), nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseThou… in GetValuePos()
|
H A D | field.cxx | 2175 String CurrencyFormatter::GetCurrencySymbol() const in GetCurrencySymbol() function in CurrencyFormatter 2193 …return ImplGetLocaleDataWrapper().getCurr( nValue, GetDecimalDigits(), GetCurrencySymbol(), IsUseT… in CreateFieldText()
|
/trunk/main/xmloff/source/style/ |
H A D | numehelp.cxx | 102 if (GetCurrencySymbol(nNumberFormat, aFormat.sCurrency)) in GetCellType() 242 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol() function in XMLNumberFormatAttributesExportHelper 313 GetCurrencySymbol(nNumberFormat, sCurrency, rXMLExport.GetNumberFormatsSupplier()); in SetNumberFormatAttributes() 327 sal_Bool XMLNumberFormatAttributesExportHelper::GetCurrencySymbol(const sal_Int32 nNumberFormat, rt… in GetCurrencySymbol() function in XMLNumberFormatAttributesExportHelper
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | numehelp.hxx | 95 static sal_Bool GetCurrencySymbol(const sal_Int32 nNumberFormat, rtl::OUString& rCurrencySymbol, 109 sal_Bool GetCurrencySymbol(const sal_Int32 nNumberFormat, rtl::OUString& rCurrencySymbol);
|
/trunk/main/vcl/inc/vcl/ |
H A D | longcurr.hxx | 69 String GetCurrencySymbol() const;
|
H A D | field.hxx | 307 String GetCurrencySymbol() const;
|
/trunk/main/svx/inc/svx/ |
H A D | numfmtsh.hxx | 200 sal_uInt32 GetCurrencySymbol();
|
/trunk/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 591 aLbCurrency.SelectEntryPos((sal_uInt16)pNumFmtShell->GetCurrencySymbol()); in Reset() 1489 aLbCurrency.SelectEntryPos((sal_uInt16)pNumFmtShell->GetCurrencySymbol()); in IMPL_LINK()
|
/trunk/main/svx/source/items/ |
H A D | numfmtsh.cxx | 1694 sal_uInt32 SvxNumberFormatShell::GetCurrencySymbol() in GetCurrencySymbol() function in SvxNumberFormatShell
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 6065 aProp <<= ::rtl::OUString( ((LongCurrencyField*)GetWindow())->GetCurrencySymbol() ); in getProperty()
|
Completed in 139 milliseconds