Lines Matching refs:eLang
565 LanguageType eLang = GetSelectedLang_Impl(); in IMPL_LINK() local
566 rParent.AddAutoCorrection( sWrong, sCurrentErrorText, eLang ); in IMPL_LINK()
653 LanguageType eLang = GetSelectedLang_Impl(); in IMPL_LINK() local
661 aString, eLang ); in IMPL_LINK()
672 aSentenceED.ChangeMarkedWord(aString, eLang); in IMPL_LINK()
1914 LanguagePosition_Impl(sal_uInt16 nPos, LanguageType eLang) : in LanguagePosition_Impl()
1916 eLanguage(eLang) in LanguagePosition_Impl()
1960 LanguageType eLang = LANGUAGE_DONTKNOW; in CreateSpellPortions() local
1967 eLang = static_cast<const SpellLanguageAttrib&>(pLang->GetAttr()).GetLanguage(); in CreateSpellPortions()
1968 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetStart(), eLang); in CreateSpellPortions()
1969 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetEnd(), eLang); in CreateSpellPortions()
1975 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetStart(), eLang); in CreateSpellPortions()
1976 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetEnd(), eLang); in CreateSpellPortions()
1998 eLang = aStart->eLanguage; in CreateSpellPortions()
2006 aPortion1.eLanguage = eLang; in CreateSpellPortions()
2016 eLang = aStart->eLanguage; in CreateSpellPortions()
2036 aPortion2.eLanguage = eLang; in CreateSpellPortions()