#include <string.h>
#include <wrtsh.hxx>
#include <doc.hxx>
#include <docary.hxx>
#include <charfmt.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sfxdlg.hxx>
#include <sfx2/viewfrm.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editdata.hxx>
#include <editeng/outliner.hxx>
#include <editeng/editview.hxx>
#include <editeng/langitem.hxx>
#include <svl/languageoptions.hxx>
#include <svtools/langtab.hxx>
#include <svl/slstitm.hxx>
#include <svl/stritem.hxx>
#include <svx/svxids.hrc>
#include <osl/diagnose.h>
#include <ndtxt.hxx>
#include <pam.hxx>
#include <view.hxx>
#include <viewopt.hxx>
#include <langhelper.hxx>
Go to the source code of this file.
|
void | SwLangHelper::GetLanguageStatus (OutlinerView *pOLV, SfxItemSet &rSet) |
|
bool | SwLangHelper::SetLanguageStatus (OutlinerView *pOLV, SfxRequest &rReq, SwView const &rView, SwWrtShell &rSh) |
|
void | SwLangHelper::SetLanguage (SwWrtShell &rWrtSh, std::u16string_view rLangText, bool bIsForSelection, SfxItemSet &rCoreSet) |
|
void | SwLangHelper::SetLanguage (SwWrtShell &rWrtSh, OutlinerView const *pOLV, const ESelection &rSelection, std::u16string_view rLangText, bool bIsForSelection, SfxItemSet &rCoreSet) |
|
void | SwLangHelper::SetLanguage_None (SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet) |
|
void | SwLangHelper::SetLanguage_None (SwWrtShell &rWrtSh, OutlinerView const *pOLV, const ESelection &rSelection, bool bIsForSelection, SfxItemSet &rCoreSet) |
|
void | SwLangHelper::ResetLanguages (SwWrtShell &rWrtSh, OutlinerView const *pOLV=nullptr) |
|
LanguageType | SwLangHelper::GetLanguage (SwWrtShell &rSh, sal_uInt16 nLangWhichId) |
|
LanguageType | SwLangHelper::GetLanguage (SfxItemSet const &aSet, sal_uInt16 nLangWhichId) |
|
LanguageType | SwLangHelper::GetCurrentLanguage (SwWrtShell &rSh) |
|
LanguageType | SwLangHelper::GetCurrentLanguage (SfxItemSet const &aSet, SvtScriptType nScriptType) |
|
OUString | SwLangHelper::GetTextForLanguageGuessing (SwWrtShell const &rSh) |
|
OUString | SwLangHelper::GetTextForLanguageGuessing (EditEngine const *rEditEngine, const ESelection &rDocSelection) |
|
void | SwLangHelper::SelectPara (EditView &rEditView, const ESelection &rCurSel) |
|
void | SwLangHelper::SelectCurrentPara (SwWrtShell &rWrtSh) |
|