Lines Matching refs:nStart

182 		sal_uInt16 nEnd, nStart = nIndex;  in lcl_DrawRedLines()  local
183 sal_Bool bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
186 if ( nStart >= nMaxEnd ) in lcl_DrawRedLines()
189 if ( nStart < nIndex ) // Wurde korrigiert in lcl_DrawRedLines()
190 nStart = nIndex; in lcl_DrawRedLines()
203 if ( nStart > nIndex ) in lcl_DrawRedLines()
210 aPnt1.X() += (bIsRightToLeft ? -1 : 1) * pDXArray[ nStart - nIndex - 1 ]; in lcl_DrawRedLines()
213 aPnt1.Y() += pDXArray[ nStart - nIndex - 1 ]; in lcl_DrawRedLines()
234 nStart = nEnd+1; in lcl_DrawRedLines()
236 bWrong = pWrongs->NextWrong( nStart, nEnd ); in lcl_DrawRedLines()
666 sal_uInt16 nStart = nInvalidStart; // DOPPELT !!!!!!!!!!!!!!! in CreateLines() local
667 sal_uInt16 nEnd = nStart - nInvalidDiff; // neg. in CreateLines()
676 if ( ( nPos > nStart ) && ( nPos < nEnd ) ) in CreateLines()
1495 sal_uInt16 nStart = pLine->GetStart(); in CreateLines() local
1498 if ( nStart > nInvalidEnd ) in CreateLines()
1500 if ( ( ( nStart-nInvalidDiff ) == aSaveLine.GetStart() ) && in CreateLines()
2114 void ImpEditEngine::ImpFindKashidas( ContentNode* pNode, sal_uInt16 nStart, sal_uInt16 nEnd, SvUSho… in ImpFindKashidas() argument
2118 EditSelection aWordSel( EditPaM( pNode, nStart ) ); in ImpFindKashidas()
2120 if ( aWordSel.Min().GetIndex() < nStart ) in ImpFindKashidas()
2121 aWordSel.Min().GetIndex() = nStart; in ImpFindKashidas()
3251 sal_uInt16 nStart(nIndex); in Paint() local
3253 sal_Bool bWrong(pWrongs->NextWrong(nStart, nEnd)); in Paint()
3258 if(nStart >= nMaxEnd) in Paint()
3263 if(nStart < nIndex) in Paint()
3265 nStart = nIndex; in Paint()
3274 … aWrongSpellVector.push_back(EEngineData::WrongSpellClass(nStart, nEnd)); in Paint()
3277 nStart = nEnd + 1; in Paint()
3281 bWrong = pWrongs->NextWrong(nStart, nEnd); in Paint()