LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations | Functions
langbox.hxx File Reference
#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <svx/svxdllapi.h>
#include <vcl/weld.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for langbox.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< SvxLanguageListFlags >
 
class  SvxLanguageBox
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  SvxLanguageListFlags {
  EMPTY = 0x0000 ,
  ALL = 0x0001 ,
  WESTERN = 0x0002 ,
  CTL = 0x0004 ,
  CJK = 0x0008 ,
  FBD_CHARS = 0x0010 ,
  ONLY_KNOWN = 0x0020 ,
  SPELL_USED = 0x0040
}
 

Functions

SVXCORE_DLLPUBLIC OUString GetDicInfoStr (std::u16string_view rName, const LanguageType nLang, bool bNeg)
 

Enumeration Type Documentation

◆ SvxLanguageListFlags

enum class SvxLanguageListFlags
strong
Enumerator
EMPTY 
ALL 
WESTERN 
CTL 
CJK 
FBD_CHARS 
ONLY_KNOWN 
SPELL_USED 

Definition at line 29 of file langbox.hxx.

Function Documentation

◆ GetDicInfoStr()

SVXCORE_DLLPUBLIC OUString GetDicInfoStr ( std::u16string_view  rName,
const LanguageType  nLang,
bool  bNeg 
)