Searched refs:rLCS (Results 1 – 1 of 1) sorted by relevance
116 LangCheckState_map_t &rLCS = GetLangCheckState(); in ShowLanguageErrors() local117 LangCheckState_map_t::iterator aIt( rLCS.begin() ); in ShowLanguageErrors()118 while (aIt != rLCS.end()) in ShowLanguageErrors()140 rLCS[ nLang ] = (nTmpHyph << 8) | nTmpSpell; in ShowLanguageErrors()212 LangCheckState_map_t &rLCS = GetLangCheckState(); in CheckSpellLang() local214 LangCheckState_map_t::iterator aIt( rLCS.find( nLang ) ); in CheckSpellLang()215 sal_uInt16 nVal = aIt == rLCS.end() ? SVX_LANG_NEED_CHECK : aIt->second; in CheckSpellLang()217 if (aIt == rLCS.end()) in CheckSpellLang()218 rLCS[ nLang ] = nVal; in CheckSpellLang()228 rLCS[ nLang ] = nVal; in CheckSpellLang()[all …]