Searched refs:pNewError (Results 1 – 1 of 1) sorted by relevance
1585 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify() local1589 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() local1610 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() local1650 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()[all …]
Completed in 18 milliseconds