LibreOffice Module editeng (master) 1
|
#include <o3tl/sorted_vector.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <o3tl/string_view.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <tools/time.hxx>
#include <tools/date.hxx>
#include <editeng/swafopt.hxx>
#include <editeng/editengdllapi.h>
#include <unotools/charclass.hxx>
#include <optional>
#include <map>
#include <memory>
#include <string_view>
#include <utility>
Go to the source code of this file.
Classes | |
struct | CompareSvStringsISortDtor |
class | SvStringsISortDtor |
struct | o3tl::typed_flags< ACFlags > |
class | SvxAutoCorrDoc |
class | SvxAutocorrWord |
class | SvxAutocorrWordList |
class | SvxAutoCorrectLanguageLists |
class | SvxAutoCorrect |
Namespaces | |
namespace | vcl |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::embed |
namespace | tools |
namespace | o3tl |
Enumerations | |
enum class | ACFlags : sal_uInt32 { NONE = 0x00000000 , CapitalStartSentence = 0x00000001 , CapitalStartWord = 0x00000002 , AddNonBrkSpace = 0x00000004 , ChgOrdinalNumber = 0x00000008 , ChgToEnEmDash = 0x00000010 , ChgWeightUnderl = 0x00000020 , SetINetAttr = 0x00000040 , Autocorrect = 0x00000080 , ChgQuotes = 0x00000100 , SaveWordCplSttLst = 0x00000200 , SaveWordWordStartLst = 0x00000400 , IgnoreDoubleSpace = 0x00000800 , ChgSglQuotes = 0x00001000 , CorrectCapsLock = 0x00002000 , TransliterateRTL = 0x00004000 , ChgAngleQuotes = 0x00008000 , SetDOIAttr = 0x00010000 , ChgWordLstLoad = 0x20000000 , CplSttLstLoad = 0x40000000 , WordStartLstLoad = 0x80000000 } |
enum class | ACQuotes { NONE , NonBreakingSpace , CapitalizeIAm , DoubleAngleQuote , UseApostrophe } |
|
strong |
Definition at line 61 of file svxacorr.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
NonBreakingSpace | |
CapitalizeIAm | |
DoubleAngleQuote | |
UseApostrophe |
Definition at line 89 of file svxacorr.hxx.