Searched refs:pNewError (Results 1 – 1 of 1) sorted by relevance
1583 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify() local1587 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()1591 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()1594 delete pNewError; in PreNotify()1603 TextAttrib* pNewError = pErrorAttr->GetAttr().Clone(); in PreNotify() local1608 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()1612 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()1615 delete pNewError; in PreNotify()1646 TextAttrib* pNewError = pErrorAttrib->GetAttr().Clone(); in PreNotify() local1648 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()[all …]