Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1583 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify() local
1587 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() local
1608 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() local
1648 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()
[all …]