Lines Matching refs:eLang
563 LanguageType eLang = GetSelectedLang_Impl(); in IMPL_LINK() local
564 rParent.AddAutoCorrection( sWrong, sCurrentErrorText, eLang ); in IMPL_LINK()
651 LanguageType eLang = GetSelectedLang_Impl(); in IMPL_LINK() local
659 aString, eLang ); in IMPL_LINK()
670 aSentenceED.ChangeMarkedWord(aString, eLang); in IMPL_LINK()
1912 LanguagePosition_Impl(sal_uInt16 nPos, LanguageType eLang) : in LanguagePosition_Impl()
1914 eLanguage(eLang) in LanguagePosition_Impl()
1958 LanguageType eLang = LANGUAGE_DONTKNOW; in CreateSpellPortions() local
1965 eLang = static_cast<const SpellLanguageAttrib&>(pLang->GetAttr()).GetLanguage(); in CreateSpellPortions()
1966 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetStart(), eLang); in CreateSpellPortions()
1967 lcl_InsertBreakPosition_Impl(aBreakPositions, pLang->GetEnd(), eLang); in CreateSpellPortions()
1973 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetStart(), eLang); in CreateSpellPortions()
1974 lcl_InsertBreakPosition_Impl(aBreakPositions, pError->GetEnd(), eLang); in CreateSpellPortions()
1996 eLang = aStart->eLanguage; in CreateSpellPortions()
2004 aPortion1.eLanguage = eLang; in CreateSpellPortions()
2014 eLang = aStart->eLanguage; in CreateSpellPortions()
2034 aPortion2.eLanguage = eLang; in CreateSpellPortions()