Searched refs:pErrorAttrib (Results 1 – 1 of 1) sorted by relevance
1398 const TextCharAttrib* pErrorAttrib = 0; in PreNotify() local1641 … pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()1642 if(pFontColor && pErrorAttrib ) in PreNotify()1646 … if(pErrorAttrib->GetStart() != m_nErrorStart || pErrorAttrib->GetEnd() != m_nErrorEnd) in PreNotify()1648 TextAttrib* pNewError = pErrorAttrib->GetAttr().Clone(); in PreNotify()1778 …const TextCharAttrib* pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXT… in ChangeMarkedWord() local1779 DBG_ASSERT(pErrorAttrib, "no error attribute found"); in ChangeMarkedWord()1782 if(pErrorAttrib) in ChangeMarkedWord()1784 pTextEngine->RemoveAttrib(0, *pErrorAttrib); in ChangeMarkedWord()1785 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pErrorAttrib->GetAttr()).GetErrorDe… in ChangeMarkedWord()
Completed in 29 milliseconds