|
LibreOffice Module vcl (master) 1
|
#include <o3tl/typed_flags_set.hxx>Go to the source code of this file.
Classes | |
| struct | o3tl::typed_flags< SalLayoutFlags > |
Namespaces | |
| namespace | o3tl |
Enumerations | |
| enum class | SalLayoutFlags { NONE = 0x0000 , BiDiRtl = 0x0001 , BiDiStrong = 0x0002 , RightAlign = 0x0004 , DisableKerning = 0x0010 , KerningAsian = 0x0020 , Vertical = 0x0040 , DisableLigatures = 0x0200 , ForFallback = 0x2000 , GlyphItemsOnly = 0x4000 } |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| BiDiRtl | |
| BiDiStrong | |
| RightAlign | |
| DisableKerning | |
| KerningAsian | |
| Vertical | |
| DisableLigatures | |
| ForFallback | |
| GlyphItemsOnly | |
Definition at line 24 of file SalLayoutFlags.hxx.