Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1411 bool bHasErrorLeft = false; in PreNotify() local
1475 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1476 if(bHasErrorLeft) in PreNotify()
1491 bHasErrorLeft = pErrorAttrLeft != 0; in PreNotify()
1525 … bHasError ? ACTION_EXPAND : bHasErrorLeft ? ACTION_CONTINUE : ACTION_UNDOEDIT; in PreNotify()
1541 … bHasError ? ACTION_CONTINUE : bHasErrorLeft ? ACTION_EXPAND :ACTION_UNDOEDIT; in PreNotify()