Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/ !
H A DSpellDialog.cxx1396 const TextCharAttrib* pErrorAttrib = 0; in PreNotify() local
1639pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()
1640 if(pFontColor && pErrorAttrib ) in PreNotify()
1644 … if(pErrorAttrib->GetStart() != m_nErrorStart || pErrorAttrib->GetEnd() != m_nErrorEnd) in PreNotify()
1646 TextAttrib* pNewError = pErrorAttrib->GetAttr().Clone(); in PreNotify()
1776 …const TextCharAttrib* pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXT… in ChangeMarkedWord() local
1777 DBG_ASSERT(pErrorAttrib, "no error attribute found"); in ChangeMarkedWord()
1780 if(pErrorAttrib) in ChangeMarkedWord()
1782 pTextEngine->RemoveAttrib(0, *pErrorAttrib); in ChangeMarkedWord()
1783 …pSpellErrorDescription = &static_cast<const SpellErrorAttrib&>(pErrorAttrib->GetAttr()).GetErrorDe… in ChangeMarkedWord()