LibreOffice Module svl (master) 1
Classes | Namespaces | Enumerations | Functions
languageoptions.hxx File Reference
#include <svl/svldllapi.h>
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
#include <i18nlangtag/lang.h>
Include dependency graph for languageoptions.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SvtScriptType >
 

Namespaces

namespace  o3tl
 
namespace  SvtLanguageOptions
 
namespace  SvtSystemLanguageOptions
 #i42730# Gives access to the Windows 16bit system locale
 

Enumerations

enum class  SvtScriptType : sal_uInt8 {
  NONE = 0x00 ,
  LATIN = 0x01 ,
  ASIAN = 0x02 ,
  COMPLEX = 0x04 ,
  UNKNOWN = 0x08
}
 

Functions

SvtScriptType SvtLanguageOptions::GetScriptTypeOfLanguage (LanguageType nLang)
 
SvtScriptType SvtLanguageOptions::FromI18NToSvtScriptType (sal_Int16 nI18NType)
 
sal_Int16 SvtLanguageOptions::FromSvtScriptTypeToI18N (SvtScriptType nItemType)
 
sal_Int16 SvtLanguageOptions::GetI18NScriptTypeOfLanguage (LanguageType nLang)
 
bool SvtSystemLanguageOptions::isCJKKeyboardLayoutInstalled ()
 

Enumeration Type Documentation

◆ SvtScriptType

enum class SvtScriptType : sal_uInt8
strong
Enumerator
NONE 
LATIN 
ASIAN 
COMPLEX 
UNKNOWN 

Definition at line 31 of file languageoptions.hxx.