Searched refs:bHasErrorLeft (Results 1 – 1 of 1) sorted by relevance
1411 bool bHasErrorLeft = false; in PreNotify() local1475 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()