LibreOffice Module sw (master)
1
|
#include <unotools/configitem.hxx>
#include "swdllapi.h"
#include "authratr.hxx"
#include "SwCapObjType.hxx"
#include "tblenum.hxx"
#include "itabenum.hxx"
#include <caption.hxx>
#include <tools/globname.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< MailTextFormats > |
class | InsCaptionOptArr |
class | SwRevisionConfig |
class | SwCompareConfig |
class | SwInsertConfig |
class | SwTableConfig |
class | SwMiscConfig |
class | SwModuleOptions |
Namespaces | |
o3tl | |
Enumerations | |
enum | MailTextFormats { MailTextFormats::NONE = 0x00, MailTextFormats::HTML = 0x01, MailTextFormats::RTF = 0x02, MailTextFormats::OFFICE = 0x04 } |
enum | SwCompareMode { SwCompareMode::Auto = 0, SwCompareMode::ByWord, SwCompareMode::ByChar } |
|
strong |
Enumerator | |
---|---|
NONE | |
HTML | |
RTF | |
OFFICE |
Definition at line 38 of file modcfg.hxx.
|
strong |
Enumerator | |
---|---|
Auto | |
ByWord | |
ByChar |
Definition at line 87 of file modcfg.hxx.