LibreOffice Module svl (master) 1
|
#include <zformat.hxx>
Public Member Functions | |
SvNumberNatNum () | |
bool | IsComplete () const |
sal_uInt8 | GetNatNum () const |
sal_uInt8 | GetDBNum () const |
LanguageType | GetLang () const |
void | SetLang (LanguageType e) |
void | SetNum (sal_uInt8 nNumber, bool bDBNumber) |
bool | IsSet () const |
void | SetDate (bool bDateP) |
void | SetParams (const OUString &s) |
OUString const & | GetParams () const |
Static Public Member Functions | |
static sal_uInt8 | MapDBNumToNatNum (sal_uInt8 nDBNum, LanguageType eLang, bool bDate) |
static sal_uInt8 | MapNatNumToDBNum (sal_uInt8 nNatNum, LanguageType eLang, bool bDate) |
Private Attributes | |
OUString | sParams |
LanguageType | eLang |
sal_uInt8 | nNum |
bool | bDBNum:1 |
bool | bDate:1 |
bool | bSet:1 |
Definition at line 66 of file zformat.hxx.
|
inline |
Definition at line 80 of file zformat.hxx.
References LANGUAGE_DONTKNOW.
|
inline |
Definition at line 84 of file zformat.hxx.
References bDate, bDBNum, eLang, MapNatNumToDBNum(), and nNum.
Referenced by SvNumberformat::GetMappedFormatstring().
|
inline |
Definition at line 85 of file zformat.hxx.
References eLang.
Referenced by SvNumberformat::GetMappedFormatstring(), SvNumberformat::GetNatNumXml(), and SvNumberformat::impTransliterateImpl().
|
inline |
Definition at line 83 of file zformat.hxx.
References bDate, bDBNum, eLang, MapDBNumToNatNum(), and nNum.
Referenced by SvNumberformat::GetMappedFormatstring(), SvNumberformat::GetNatNumModifierString(), SvNumberformat::GetNatNumXml(), SvNumberformat::ImpGetDateOutput(), SvNumberformat::ImpGetDateTimeOutput(), and SvNumberformat::impTransliterateImpl().
|
inline |
Definition at line 96 of file zformat.hxx.
References sParams.
Referenced by SvNumberformat::GetNatNumModifierString(), SvNumberformat::GetNatNumXml(), SvNumberformat::ImpGetDateOutput(), and SvNumberformat::impTransliterateImpl().
|
inline |
Definition at line 82 of file zformat.hxx.
References bSet, eLang, and LANGUAGE_DONTKNOW.
Referenced by SvNumberformat::GetMappedFormatstring(), SvNumberformat::ImpIntToString(), and SvNumberformat::impTransliterate().
|
inline |
Definition at line 93 of file zformat.hxx.
References bSet.
Referenced by SvNumberformat::GetNatNumModifierString(), SvNumberformat::GetNatNumXml(), and SvNumberformat::SvNumberformat().
|
static |
Definition at line 152 of file zformat.cxx.
References bDate, eLang, MsLangId::getRealLanguage(), LANGUAGE_KOREAN, nNatNum, primary(), and tblDBNumToNatNum.
Referenced by GetNatNum().
|
static |
Definition at line 187 of file zformat.cxx.
References bDate, eLang, MsLangId::getRealLanguage(), LANGUAGE_KOREAN, nNatNum, primary(), and tblNatNumToDBNum.
Referenced by GetDBNum().
|
inline |
Definition at line 94 of file zformat.hxx.
References bDate.
Referenced by ImpSvNumFor::SetNatNumDate().
|
inline |
Definition at line 86 of file zformat.hxx.
References eLang.
Referenced by SvNumberformat::GetMappedFormatstring(), and ImpSvNumFor::SetNatNumLang().
|
inline |
Definition at line 87 of file zformat.hxx.
References bDBNum, bSet, and nNum.
Referenced by ImpSvNumFor::SetNatNumNum().
|
inline |
Definition at line 95 of file zformat.hxx.
References sParams.
Referenced by ImpSvNumFor::SetNatNumParams().
|
private |
Definition at line 72 of file zformat.hxx.
Referenced by GetDBNum(), GetNatNum(), MapDBNumToNatNum(), MapNatNumToDBNum(), and SetDate().
|
private |
Definition at line 71 of file zformat.hxx.
Referenced by GetDBNum(), GetNatNum(), and SetNum().
|
private |
Definition at line 73 of file zformat.hxx.
Referenced by IsComplete(), IsSet(), and SetNum().
|
private |
Definition at line 69 of file zformat.hxx.
Referenced by GetDBNum(), GetLang(), GetNatNum(), IsComplete(), MapDBNumToNatNum(), MapNatNumToDBNum(), and SetLang().
|
private |
Definition at line 70 of file zformat.hxx.
Referenced by GetDBNum(), GetNatNum(), and SetNum().
|
private |
Definition at line 68 of file zformat.hxx.
Referenced by GetParams(), and SetParams().