#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>
Go to the source code of this file.
◆ SVX_LANG_MISSING
#define SVX_LANG_MISSING 2 |
◆ SVX_LANG_MISSING_DO_WARN
#define SVX_LANG_MISSING_DO_WARN 3 |
◆ SVX_LANG_NEED_CHECK
#define SVX_LANG_NEED_CHECK 0 |
◆ SVX_LANG_OK
◆ LangCheckState_map_t
◆ GetLangCheckState()
◆ SvxPrepareAutoCorrect()
void SvxPrepareAutoCorrect |
( |
OUString & |
rOldText, |
|
|
std::u16string_view |
rNewText |
|
) |
| |