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.cxx1585 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()
[all …]

Completed in 22 milliseconds