LibreOffice Module unotools (master) 1
Classes | Namespaces | Enumerations
localedatawrapper.hxx File Reference
#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>
Include dependency graph for localedatawrapper.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ DateOrder

enum class DateOrder
strong
Enumerator
Invalid 
MDY 
DMY 
YMD 

Definition at line 52 of file localedatawrapper.hxx.

◆ LongDateOrder

enum class LongDateOrder
strong
Enumerator
Invalid 
MDY 
DMY 
YMD 
YDM 

Definition at line 59 of file localedatawrapper.hxx.

◆ MeasurementSystem

enum class MeasurementSystem
strong
Enumerator
Metric 
US 

Definition at line 67 of file localedatawrapper.hxx.