Searched refs:pErrorAttrLeft (Results 1 – 1 of 1) sorted by relevance
1423 const TextCharAttrib* pErrorAttrLeft = 0; in PreNotify() local1480 pErrorAttrLeft = pErrorAttr; in PreNotify()1491 pErrorAttrLeft = pTextEngine->FindCharAttrib( aCursor, TEXTATTR_SPELL_ERROR ); in PreNotify()1493 bHasErrorLeft = pErrorAttrLeft != 0; in PreNotify()1500 (pErrorAttrLeft && pErrorAttrLeft->GetStart() == m_nErrorStart); in PreNotify()1581 DBG_ASSERT(pErrorAttrLeft || pErrorAttr, "where is the error"); in PreNotify()1583 if(pErrorAttrLeft) in PreNotify()1585 TextAttrib* pNewError = pErrorAttrLeft->GetAttr().Clone(); in PreNotify()1586 sal_uInt16 nStart = pErrorAttrLeft->GetStart(); in PreNotify()1587 sal_uInt16 nEnd = pErrorAttrLeft->GetEnd(); in PreNotify()[all …]
Completed in 15 milliseconds