Searched refs:rLCS (Results 1 – 1 of 1) sorted by relevance
116 LangCheckState_map_t &rLCS = GetLangCheckState(); in ShowLanguageErrors() local118 while (aIt != rLCS.end()) in ShowLanguageErrors()140 rLCS[ nLang ] = (nTmpHyph << 8) | nTmpSpell; in ShowLanguageErrors()212 LangCheckState_map_t &rLCS = GetLangCheckState(); in CheckSpellLang() local217 if (aIt == rLCS.end()) in CheckSpellLang()218 rLCS[ nLang ] = nVal; in CheckSpellLang()228 rLCS[ nLang ] = nVal; in CheckSpellLang()237 LangCheckState_map_t &rLCS = GetLangCheckState(); in CheckHyphLang() local242 if (aIt == rLCS.end()) in CheckHyphLang()243 rLCS[ nLang ] = nVal; in CheckHyphLang()[all …]
Completed in 14 milliseconds