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.cxx1426 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1435 else if(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()
1600 else if(pErrorAttr) in PreNotify()
1606 sal_uInt16 nStart = pErrorAttr->GetStart(); in PreNotify()
1607 sal_uInt16 nEnd = pErrorAttr->GetEnd(); in PreNotify()
1608 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
[all …]

Completed in 45 milliseconds