Lines Matching refs:nStart

1586                     sal_uInt16 nStart = pErrorAttrLeft->GetStart();  in PreNotify()  local
1589 SetAttrib( *pNewError, 0, nStart, ++nEnd ); in PreNotify()
1594 MoveErrorMarkTo(nStart, nEnd, bGrammar); in PreNotify()
1606 sal_uInt16 nStart = pErrorAttr->GetStart(); in PreNotify() local
1609 nStart = nStart - (sal_uInt16)nAddedChars; in PreNotify()
1610 SetAttrib( *pNewError, 0, nStart - nAddedChars, nEnd ); in PreNotify()
1615 MoveErrorMarkTo(nStart, nEnd, bGrammar); in PreNotify()
1756 void SentenceEditWindow_Impl::MoveErrorMarkTo(sal_uInt16 nStart, sal_uInt16 nEnd, bool bGrammarErro… in MoveErrorMarkTo() argument
1761 pTextEngine->SetAttrib( TextAttribFontWeight(WEIGHT_BOLD), 0, nStart, nEnd ); in MoveErrorMarkTo()
1762 …e->SetAttrib( TextAttribFontColor(bGrammarError ? COL_LIGHTBLUE : COL_LIGHTRED), 0, nStart, nEnd ); in MoveErrorMarkTo()
1763 m_nErrorStart = nStart; in MoveErrorMarkTo()
1811 sal_uInt16 nStart = pBackAttrib->GetStart(); in ChangeMarkedWord() local
1813 pTextEngine->SetAttrib(*pNewBackground, 0, nStart, m_nErrorStart); in ChangeMarkedWord()
1893 …dow_Impl::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd ) in SetAttrib() argument
1895 GetTextEngine()->SetAttrib(rAttr, nPara, nStart, nEnd); in SetAttrib()
1999 sal_uInt16 nStart = aStart->nPosition; in CreateSpellPortions() local
2000 DBG_ASSERT(!nStart, "invalid start position - language attribute missing?"); in CreateSpellPortions()
2008 TextSelection(TextPaM(0, nStart), TextPaM(0, aStart->nPosition))); in CreateSpellPortions()
2009 bool bIsIgnoreError = m_aIgnoreErrorsAt.find( nStart ) != m_aIgnoreErrorsAt.end(); in CreateSpellPortions()
2015 nStart = aStart->nPosition; in CreateSpellPortions()