|
LibreOffice Module svl (master) 1
|
#include <sal/config.h>#include <memory>#include <com/sun/star/uno/Sequence.hxx>#include <svl/svldllapi.h>Go to the source code of this file.
Classes | |
| class | SvxAsianConfig |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::lang |
Enumerations | |
| enum class | CharCompressType { NONE , PunctuationOnly , PunctuationAndKana , Invalid = 0xff } |
| These constants define character compression in Asian text. More... | |
|
strong |
These constants define character compression in Asian text.
Must match the values in com::sun::star::text::CharacterCompressionType. For bonus points, also appears to be directly stored in the ww8 file format.
| Enumerator | |
|---|---|
| NONE | |
| PunctuationOnly | No Compression. |
| PunctuationAndKana | Only punctuation is compressed. |
| Invalid | Punctuation and Japanese Kana are compressed. |
Definition at line 36 of file asiancfg.hxx.