Lines Matching refs:nEnd

1432 void lcl_CpyLines( sal_uInt16 nStt, sal_uInt16 nEnd,  in lcl_CpyLines()  argument
1437 for( sal_uInt16 n = nStt; n < nEnd; ++n ) in lcl_CpyLines()
1441 pInsBox->GetTabLines().Insert( &rLines, nPos, nStt, nEnd ); in lcl_CpyLines()
1442 rLines.Remove( nStt, nEnd - nStt ); in lcl_CpyLines()
1445 void lcl_CpyBoxes( sal_uInt16 nStt, sal_uInt16 nEnd, in lcl_CpyBoxes() argument
1450 for( sal_uInt16 n = nStt; n < nEnd; ++n ) in lcl_CpyBoxes()
1454 pInsLine->GetTabBoxes().Insert( &rBoxes, nPos, nStt, nEnd ); in lcl_CpyBoxes()
1455 rBoxes.Remove( nStt, nEnd - nStt ); in lcl_CpyBoxes()
1515 sal_uInt16 nStt = 0, nEnd = rpFndBox->GetLines().Count(); in lcl_Merge_MoveBox() local
1542 nEnd = nStt+1; in lcl_Merge_MoveBox()
1554 ((_FndBox*)rpFndBox)->GetLines().ForEach( nStt, nEnd, in lcl_Merge_MoveBox()
1574 sal_uInt16 nStt = 0, nEnd = rpFndLine->GetBoxes().Count(); in lcl_Merge_MoveLine() local
1729 nEnd = nStt+1; in lcl_Merge_MoveLine()
1737 ((_FndLine*)rpFndLine)->GetBoxes().ForEach( nStt, nEnd, in lcl_Merge_MoveLine()
1818 sal_uInt16 nEnd = pFndBox->GetLines().Count()-1; in OldMerge() local
1819 pFndBox->GetLines()[nEnd]->GetBoxes().ForEach( &lcl_Merge_MoveBox, in OldMerge()
3031 SwComparePosition _CheckBoxInRange( sal_uInt16 nStt, sal_uInt16 nEnd, in _CheckBoxInRange() argument
3040 if( nBoxEnd >= nEnd + COLFUZZY ) in _CheckBoxInRange()
3048 else if( nEnd > nBoxStt + COLFUZZY ) in _CheckBoxInRange()
3050 if( nEnd + COLFUZZY >= nBoxEnd ) in _CheckBoxInRange()
3052 if( COLFUZZY > Abs( long(nEnd) - long(nBoxEnd) ) && in _CheckBoxInRange()
4421 sal_uInt16 nStt, nEnd; in SetRowHeight() local
4423 nStt = 0, nEnd = nBaseLinePos; in SetRowHeight()
4425 nStt = nBaseLinePos + 1, nEnd = pLines->Count(); in SetRowHeight()
4430 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
4442 if( bTop ? nEnd : nStt < nEnd ) in SetRowHeight()
4445 nStt = nEnd - 1; in SetRowHeight()
4447 nEnd = nStt + 1; in SetRowHeight()
4457 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
4496 aParam1.nLines = nEnd - nStt; in SetRowHeight()
4503 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()
4509 for( n = nStt; n < nEnd; ++n ) in SetRowHeight()