Searched refs:m_nErrorStart (Results 1 – 2 of 2) sorted by relevance
1310 m_nErrorStart(0), in SentenceEditWindow_Impl()1499 bool bIsErrorActive = (pErrorAttr && pErrorAttr->GetStart() == m_nErrorStart) || in PreNotify()1500 (pErrorAttrLeft && pErrorAttrLeft->GetStart() == m_nErrorStart); in PreNotify()1641 … pErrorAttrib = pTextEngine->FindCharAttrib( TextPaM(0, m_nErrorStart), TEXTATTR_SPELL_ERROR ); in PreNotify()1644 m_nErrorStart = pFontColor->GetStart(); in PreNotify()1646 … if(pErrorAttrib->GetStart() != m_nErrorStart || pErrorAttrib->GetEnd() != m_nErrorEnd) in PreNotify()1650 SetAttrib( *pNewError, 0, m_nErrorStart, m_nErrorEnd ); in PreNotify()1671 m_aIgnoreErrorsAt.insert( m_nErrorStart ); in MarkNextError()1679 const sal_uInt16 nOldErrorStart = m_nErrorStart; in MarkNextError()1713 m_nErrorStart = pNextError->GetStart(); in MarkNextError()[all …]
74 sal_uInt16 m_nErrorStart; member in svx::SentenceEditWindow_Impl