|
LibreOffice Module svl (master) 1
|
Public Types | |
| enum class | Substitute : sal_uInt8 { NONE , TIME , LONGDATE } |
Public Member Functions | |
| OUString | generateCode () const |
| LocaleType () | |
| LocaleType (sal_uInt32 nRawCode) | |
| bool | isPlainLocale () const |
Public Attributes | |
| LanguageType | meLanguage |
| LanguageType | meLanguageWithoutLocaleData |
| Substitute | meSubstitute |
| sal_uInt8 | mnNumeralShape |
| sal_uInt8 | mnCalendarType |
Definition at line 146 of file zformat.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| TIME | |
| LONGDATE | |
Definition at line 148 of file zformat.hxx.
| SvNumberformat::LocaleType::LocaleType | ( | ) |
Definition at line 1568 of file zformat.cxx.
References LANGUAGE_DONTKNOW, meLanguage, and NONE.
| SvNumberformat::LocaleType::LocaleType | ( | sal_uInt32 | nRawCode | ) |
Definition at line 1577 of file zformat.cxx.
References LANGUAGE_DONTKNOW, LANGUAGE_NF_SYSTEM_DATE, LANGUAGE_NF_SYSTEM_TIME, LANGUAGE_SYSTEM, LONGDATE, meLanguage, meLanguage, meSubstitute, mnCalendarType, mnNumeralShape, NONE, and TIME.
| OUString SvNumberformat::LocaleType::generateCode | ( | ) | const |
Definition at line 1502 of file zformat.cxx.
References aBuf, i, LANGUAGE_DONTKNOW, LANGUAGE_NF_SYSTEM_DATE, LANGUAGE_NF_SYSTEM_TIME, LANGUAGE_SYSTEM, LONGDATE, meLanguage, meLanguageWithoutLocaleData, meSubstitute, mnCalendarType, mnNumeralShape, n, NONE, and TIME.
Referenced by SvNumberformat::GetMappedFormatstring(), and SvNumberformat::SvNumberformat().
| bool SvNumberformat::LocaleType::isPlainLocale | ( | ) | const |
Definition at line 1601 of file zformat.cxx.
Referenced by SvNumberformat::SvNumberformat().
| LanguageType SvNumberformat::LocaleType::meLanguage |
Definition at line 155 of file zformat.hxx.
Referenced by generateCode(), SvNumberformat::ImpObtainCalendarAndNumerals(), LocaleType(), and SvNumberformat::SvNumberformat().
| LanguageType SvNumberformat::LocaleType::meLanguageWithoutLocaleData |
Definition at line 156 of file zformat.hxx.
Referenced by generateCode(), SvNumberformat::GetMappedFormatstring(), and SvNumberformat::SvNumberformat().
| Substitute SvNumberformat::LocaleType::meSubstitute |
Definition at line 157 of file zformat.hxx.
Referenced by generateCode(), SvNumberformat::GetMappedFormatstring(), and LocaleType().
| sal_uInt8 SvNumberformat::LocaleType::mnCalendarType |
Definition at line 159 of file zformat.hxx.
Referenced by generateCode(), SvNumberformat::ImpObtainCalendarAndNumerals(), and LocaleType().
| sal_uInt8 SvNumberformat::LocaleType::mnNumeralShape |
Definition at line 158 of file zformat.hxx.
Referenced by generateCode(), SvNumberformat::ImpObtainCalendarAndNumerals(), and LocaleType().