Lines Matching refs:pBackAttr
1418 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify() local
1423 bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1427 if(pBackAttr && in PreNotify()
1428 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1429 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1451 if(pIntBackAttr && !pBackAttr) in PreNotify()
1452 pBackAttr = pIntBackAttr; in PreNotify()
1460 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1469 bHasFieldLeft = pBackAttr && pBackAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1472 pBackAttrLeft = pBackAttr; in PreNotify()
1473 pBackAttr = 0; in PreNotify()
1519 pBackAttr = 0; in PreNotify()
1568 const TextCharAttrib* pCharAttr = pBackAttr ? pBackAttr : pBackAttrLeft; in PreNotify()