Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1419 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() local
1424 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1433 else if(pErrorAttr && in PreNotify()
1434 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1435 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1460 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1475 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1478 pErrorAttrLeft = pErrorAttr; in PreNotify()
1479 pErrorAttr = 0; in PreNotify()
1497 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()
[all …]