Searched refs:pErrorAttrLeft (Results 1 – 1 of 1) sorted by relevance
1421 const TextCharAttrib* pErrorAttrLeft = 0; in PreNotify() local1478 pErrorAttrLeft = pErrorAttr; in PreNotify()1489 pErrorAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()1491 bHasErrorLeft = pErrorAttrLeft != 0; in PreNotify()1498 (pErrorAttrLeft && pErrorAttrLeft->GetStart() == m_nErrorStart); in PreNotify()1579 DBG_ASSERT(pErrorAttrLeft || pErrorAttr, "where is the error"); in PreNotify()1581 if(pErrorAttrLeft) in PreNotify()1583 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify()1584 sal_uInt16 nStart = pErrorAttrLeft->GetStart(); in PreNotify()1585 sal_uInt16 nEnd = pErrorAttrLeft->GetEnd(); in PreNotify()[all …]