Searched refs:pBackAttr (Results 1 – 1 of 1) sorted by relevance
1418 …const TextCharAttrib* pBackAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_BACKGROUND … in PreNotify() local1423 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()[all …]