#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <i18nlangtag/lang.h>
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) |
|
void | SwLangHelper::SelectCurrentPara (SwWrtShell &rWrtSh) |
|
void | SwLangHelper::SelectPara (EditView &rEditView, const ESelection &rCurSel) |
|
OUString | SwLangHelper::GetTextForLanguageGuessing (EditEngine const *rEditEngine, const ESelection &rDocSelection) |
|
OUString | SwLangHelper::GetTextForLanguageGuessing (SwWrtShell const &rSh) |
|
LanguageType | SwLangHelper::GetLanguage (SfxItemSet const &aSet, sal_uInt16 nLangWhichId) |
|
LanguageType | SwLangHelper::GetLanguage (SwWrtShell &rSh, sal_uInt16 nLangWhichId) |
|
LanguageType | SwLangHelper::GetCurrentLanguage (SfxItemSet const &aSet, SvtScriptType nScriptType) |
|
LanguageType | SwLangHelper::GetCurrentLanguage (SwWrtShell &rSh) |
|