Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/dialogs/
H A DSpellDialog.cxx1421 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() local
1426 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1435 else if(pErrorAttr && in PreNotify()
1436 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1437 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1462 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1477 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1480 pErrorAttrLeft = pErrorAttr; in PreNotify()
1481 pErrorAttr = 0; in PreNotify()
1499 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()
[all …]