LibreOffice Module lotuswordpro (master) 1
|
#include <lwpnumericfmt.hxx>
Public Member Functions | |
LwpCurrencyPool () | |
OUString | GetCurrencySymbol (sal_uInt16 nFormat) |
bool | IsShowSpace (sal_uInt16 nFormat) |
bool | IsSymbolPost (sal_uInt16 nFormat) |
Private Member Functions | |
void | InitCurrencySymbol () |
Private Attributes | |
std::map< sal_uInt16, LwpCurrencyInfo > | m_aCurrencyInfo |
Definition at line 178 of file lwpnumericfmt.hxx.
|
inline |
Definition at line 181 of file lwpnumericfmt.hxx.
References InitCurrencySymbol().
OUString LwpCurrencyPool::GetCurrencySymbol | ( | sal_uInt16 | nFormat | ) |
Definition at line 67 of file lwpnumericfmt.cxx.
References m_aCurrencyInfo.
Referenced by LwpNumericFormat::GetCurrencyStr().
|
inlineprivate |
Definition at line 188 of file lwpnumericfmt.hxx.
References FMT_ARGENTINEANPESO, FMT_EURO, m_aCurrencyInfo, and u.
Referenced by LwpCurrencyPool().
bool LwpCurrencyPool::IsShowSpace | ( | sal_uInt16 | nFormat | ) |
Definition at line 77 of file lwpnumericfmt.cxx.
References m_aCurrencyInfo.
Referenced by LwpNumericFormat::GetCurrencyStr().
bool LwpCurrencyPool::IsSymbolPost | ( | sal_uInt16 | nFormat | ) |
Definition at line 72 of file lwpnumericfmt.cxx.
References m_aCurrencyInfo.
Referenced by LwpNumericFormat::GetCurrencyStr().
|
private |
Definition at line 187 of file lwpnumericfmt.hxx.
Referenced by GetCurrencySymbol(), InitCurrencySymbol(), IsShowSpace(), and IsSymbolPost().