Lines Matching refs:nStt

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
1541 nStt = pULPara->bUL ? 0 : rpFndBox->GetLines().Count()-1; in lcl_Merge_MoveBox()
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
1728 nStt = pULPara->bUL ? 0 : rpFndLine->GetBoxes().Count()-1; in lcl_Merge_MoveLine()
1729 nEnd = nStt+1; in lcl_Merge_MoveLine()
1737 ((_FndLine*)rpFndLine)->GetBoxes().ForEach( nStt, nEnd, in lcl_Merge_MoveLine()
2524 sal_uInt16 nStt = 0, nPos = pLine->GetTabBoxes().C40_GETPOS( SwTableBox, pBox ); in lcl_GetDistance() local
2530 while( nStt < nPos ) in lcl_GetDistance()
2531 nRet += pLine->GetTabBoxes()[ nStt++ ]->GetFrmFmt() in lcl_GetDistance()
3031 SwComparePosition _CheckBoxInRange( sal_uInt16 nStt, sal_uInt16 nEnd, in _CheckBoxInRange() argument
3036 if( nBoxStt + COLFUZZY < nStt ) in _CheckBoxInRange()
3038 if( nBoxEnd > nStt + COLFUZZY ) in _CheckBoxInRange()
3053 COLFUZZY > Abs( long(nStt) - long(nBoxStt) ) ) 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()