Lines Matching refs:pErrorAttr
1419 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() local
1424 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1433 else if(pErrorAttr && in PreNotify()
1434 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1435 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1460 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1475 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1478 pErrorAttrLeft = pErrorAttr; in PreNotify()
1479 pErrorAttr = 0; in PreNotify()
1497 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()
1579 DBG_ASSERT(pErrorAttrLeft || pErrorAttr, "where is the error"); in PreNotify()
1598 else if(pErrorAttr) in PreNotify()
1603 TextAttrib* pNewError = pErrorAttr->GetAttr().Clone(); in PreNotify()
1604 sal_uInt16 nStart = pErrorAttr->GetStart(); in PreNotify()
1605 sal_uInt16 nEnd = pErrorAttr->GetEnd(); in PreNotify()
1606 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1647 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()