Lines Matching refs:pErrorAttr
1421 … const TextCharAttrib* pErrorAttr = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify() local
1426 bHasError = pErrorAttr != 0 && (bHasRange || pErrorAttr->GetEnd() > aCursor.GetIndex()); in PreNotify()
1435 else if(pErrorAttr && in PreNotify()
1436 pErrorAttr->GetStart() <= rCurrentSelection.GetStart().GetIndex() && in PreNotify()
1437 pErrorAttr->GetEnd() >= rCurrentSelection.GetEnd().GetIndex()) in PreNotify()
1462 const TextCharAttrib* pCurAttr = pBackAttr ? pBackAttr : pErrorAttr; in PreNotify()
1477 bHasErrorLeft = pErrorAttr && pErrorAttr->GetEnd() == aCursor.GetIndex(); in PreNotify()
1480 pErrorAttrLeft = pErrorAttr; in PreNotify()
1481 pErrorAttr = 0; in PreNotify()
1499 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()
1581 DBG_ASSERT(pErrorAttrLeft || pErrorAttr, "where is the error"); in PreNotify()
1600 else if(pErrorAttr) in PreNotify()
1605 TextAttrib* pNewError = pErrorAttr->GetAttr().Clone(); in PreNotify()
1606 sal_uInt16 nStart = pErrorAttr->GetStart(); in PreNotify()
1607 sal_uInt16 nEnd = pErrorAttr->GetEnd(); in PreNotify()
1608 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()
1649 pTextEngine->RemoveAttrib( 0, *pErrorAttr ); in PreNotify()