Searched refs:m_pSpellCheck (Results 1 – 2 of 2) sorted by relevance
20 : m_pFillerNotify(NULL), m_pSpellCheck(NULL), m_bFocus(FALSE) { in CPWL_Edit()246 m_pSpellCheck = GetCreationParam().pSpellCheck; in SetParamByFlag()349 m_pEdit, m_pSpellCheck, ptOffset, &wrVisible); in GetThisAppearanceStream()527 if (m_pSpellCheck) { in OnRButtonUp()530 if (!m_pSpellCheck->CheckWord(sLatin)) { in OnRButtonUp()531 m_pSpellCheck->SuggestWords(sLatin, sSuggestWords); in OnRButtonUp()
160 IPWL_SpellCheck* m_pSpellCheck; variable