Lines Matching refs:pBackAttr
1420 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify() local
1425 bHasField = pBackAttr != 0 && (bHasRange || pBackAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1429 if(pBackAttr && in PreNotify()
1430 pBackAttr->GetStart() == rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1431 pBackAttr->GetEnd() == rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1453 if(pIntBackAttr && !pBackAttr) in PreNotify()
1454 pBackAttr = pIntBackAttr; in PreNotify()
1462 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1471 bHasFieldLeft = pBackAttr && pBackAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1474 pBackAttrLeft = pBackAttr; in PreNotify()
1475 pBackAttr = 0; in PreNotify()
1521 pBackAttr = 0; in PreNotify()
1570 const TextCharAttrib* pCharAttr = pBackAttr ? pBackAttr : pBackAttrLeft; in PreNotify()