Home
last modified time | relevance | path

Searched refs:rLCS (Results 1 – 1 of 1) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx116 LangCheckState_map_t &rLCS = GetLangCheckState(); in ShowLanguageErrors() local
118 while (aIt != rLCS.end()) in ShowLanguageErrors()
140 rLCS[ nLang ] = (nTmpHyph << 8) | nTmpSpell; in ShowLanguageErrors()
212 LangCheckState_map_t &rLCS = GetLangCheckState(); in CheckSpellLang() local
217 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() local
242 if (aIt == rLCS.end()) in CheckHyphLang()
243 rLCS[ nLang ] = nVal; in CheckHyphLang()
[all …]

Completed in 12 milliseconds