Lines Matching refs:pNewError
1585 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify() local
1589 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()
1593 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()
1596 delete pNewError; in PreNotify()
1605 TextAttrib* pNewError = pErrorAttr->GetAttr().Clone(); in PreNotify() local
1610 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()
1614 …bool bGrammar = static_cast<const SpellErrorAttrib&>(*pNewError).GetErrorDescription().bIsGrammarE… in PreNotify()
1617 delete pNewError; in PreNotify()
1648 TextAttrib* pNewError = pErrorAttrib->GetAttr().Clone(); in PreNotify() local
1650 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()
1651 delete pNewError; in PreNotify()