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