LibreOffice Module editeng (master) 1
Macros | Typedefs | Functions
splwrap.cxx File Reference
#include <config_wasm_strip.h>
#include <rtl/ustring.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svtools/langtab.hxx>
#include <vcl/errinf.hxx>
#include <editeng/unolingu.hxx>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/linguistic2/XLinguProperties.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <com/sun/star/linguistic2/XHyphenator.hpp>
#include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp>
#include <com/sun/star/linguistic2/XDictionary.hpp>
#include <editeng/svxenum.hxx>
#include <editeng/splwrap.hxx>
#include <editeng/edtdlg.hxx>
#include <editeng/eerdll.hxx>
#include <editeng/editrids.hrc>
#include <editeng/editerr.hxx>
#include <map>
#include <memory>
Include dependency graph for splwrap.cxx:

Go to the source code of this file.

Macros

#define SVX_LANG_NEED_CHECK   0
 
#define SVX_LANG_OK   1
 
#define SVX_LANG_MISSING   2
 
#define SVX_LANG_MISSING_DO_WARN   3
 

Typedefs

typedef std::map< LanguageType, sal_uInt16 > LangCheckState_map_t
 

Functions

void SvxPrepareAutoCorrect (OUString &rOldText, std::u16string_view rNewText)
 
static LangCheckState_map_tGetLangCheckState ()
 

Macro Definition Documentation

◆ SVX_LANG_MISSING

#define SVX_LANG_MISSING   2

Definition at line 80 of file splwrap.cxx.

◆ SVX_LANG_MISSING_DO_WARN

#define SVX_LANG_MISSING_DO_WARN   3

Definition at line 81 of file splwrap.cxx.

◆ SVX_LANG_NEED_CHECK

#define SVX_LANG_NEED_CHECK   0

Definition at line 78 of file splwrap.cxx.

◆ SVX_LANG_OK

#define SVX_LANG_OK   1

Definition at line 79 of file splwrap.cxx.

Typedef Documentation

◆ LangCheckState_map_t

typedef std::map< LanguageType, sal_uInt16 > LangCheckState_map_t

Definition at line 83 of file splwrap.cxx.

Function Documentation

◆ GetLangCheckState()

static LangCheckState_map_t & GetLangCheckState ( )
static

◆ SvxPrepareAutoCorrect()

void SvxPrepareAutoCorrect ( OUString &  rOldText,
std::u16string_view  rNewText 
)

Definition at line 55 of file splwrap.cxx.