|
LibreOffice Module unotools (master) 1
|
#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/uno/Sequence.hxx>#include <com/sun/star/i18n/LocaleItem.hpp>#include <com/sun/star/i18n/LocaleDataItem2.hpp>#include <com/sun/star/i18n/LanguageCountryInfo.hpp>#include <com/sun/star/i18n/ForbiddenCharacters.hpp>#include <com/sun/star/i18n/reservedWords.hpp>#include <rtl/ustring.hxx>#include <rtl/math.h>#include <i18nlangtag/languagetag.hxx>#include <unotools/unotoolsdllapi.h>#include <memory>#include <string_view>Go to the source code of this file.
Classes | |
| class | LocaleDataWrapper |
| This class can be accessed without locking because we load all of the data in the constructor. More... | |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::uno |
| namespace | com::sun::star::i18n |
| namespace | tools |
Enumerations | |
| enum class | DateOrder { Invalid = -1 , MDY = 0 , DMY , YMD } |
| enum class | LongDateOrder { Invalid = -1 , MDY = 0 , DMY , YMD , YDM } |
| enum class | MeasurementSystem { Metric , US } |
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| MDY | |
| DMY | |
| YMD | |
Definition at line 52 of file localedatawrapper.hxx.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
| MDY | |
| DMY | |
| YMD | |
| YDM | |
Definition at line 59 of file localedatawrapper.hxx.
|
strong |
| Enumerator | |
|---|---|
| Metric | |
| US | |
Definition at line 67 of file localedatawrapper.hxx.