Lines Matching refs:nEnd

182 		sal_uInt16 nEnd, nStart = nIndex;  in lcl_DrawRedLines()  local
183 sal_Bool bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
191 if ( nEnd > nMaxEnd ) in lcl_DrawRedLines()
192 nEnd = nMaxEnd; in lcl_DrawRedLines()
216 DBG_ASSERT( nEnd > nIndex, "RedLine: aPnt2?" ); in lcl_DrawRedLines()
222 aPnt2.X() += (bIsRightToLeft ? -1 : 1) * pDXArray[ nEnd - nIndex - 1 ]; in lcl_DrawRedLines()
225 aPnt2.Y() += pDXArray[ nEnd - nIndex - 1 ]; in lcl_DrawRedLines()
234 nStart = nEnd+1; in lcl_DrawRedLines()
235 if ( nEnd < nMaxEnd ) in lcl_DrawRedLines()
236 bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
667 sal_uInt16 nEnd = nStart - nInvalidDiff; // neg. in CreateLines() local
676 if ( ( nPos > nStart ) && ( nPos < nEnd ) ) in CreateLines()
1496 sal_uInt16 nEnd = pLine->GetEnd(); in CreateLines() local
1501 ( ( nEnd-nInvalidDiff ) == aSaveLine.GetEnd() ) ) in CreateLines()
1513 else if ( bCalcCharPositions && bQuickFormat && ( nEnd > nInvalidEnd) ) in CreateLines()
1519 if ( nEnd == ( aSaveLine.GetEnd() + nInvalidDiff ) ) in CreateLines()
2114 void ImpEditEngine::ImpFindKashidas( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, SvUSho… in ImpFindKashidas() argument
2123 while ( ( aWordSel.Min().GetNode() == pNode ) && ( aWordSel.Min().GetIndex() < nEnd ) ) in ImpFindKashidas()
2126 if ( aWordSel.Max().GetIndex() > nEnd ) in ImpFindKashidas()
2127 aWordSel.Max().GetIndex() = nEnd; in ImpFindKashidas()
2449 sal_uInt16 nEnd = nStartPos-nNewChars; in RecalcTextPortion() local
2458 DBG_ASSERT( nPos+pTP->GetLen() >= nEnd, "End falsch!" ); in RecalcTextPortion()
2464 if ( ( nPos == nStartPos ) && ( (nPos+pTP->GetLen()) == nEnd ) ) in RecalcTextPortion()
3252 sal_uInt16 nEnd(0); in Paint() local
3253 sal_Bool bWrong(pWrongs->NextWrong(nStart, nEnd)); in Paint()
3268 if(nEnd > nMaxEnd) in Paint()
3270 nEnd = nMaxEnd; in Paint()
3274 … aWrongSpellVector.push_back(EEngineData::WrongSpellClass(nStart, nEnd)); in Paint()
3277 nStart = nEnd + 1; in Paint()
3279 if(nEnd < nMaxEnd) in Paint()
3281 bWrong = pWrongs->NextWrong(nStart, nEnd); in Paint()
4484 const xub_StrLen nEnd = nStt + nLen; in ImplInitDigitMode() local
4485 for( xub_StrLen nIdx = nStt; nIdx < nEnd; ++nIdx ) in ImplInitDigitMode()