Lines Matching refs:nRangeCnt

1723 	SCCOLROW nRangeCnt = bRows ? aFuncMark.GetMarkRowRanges( pRanges ) :  in DeleteMulti()  local
1725 if (nRangeCnt == 0) in DeleteMulti()
1728 nRangeCnt = 1; in DeleteMulti()
1737 for (nRangeNo=0; nRangeNo<nRangeCnt && !nErrorId; nRangeNo++) in DeleteMulti()
1810 for (nRangeNo=0; nRangeNo<nRangeCnt; nRangeNo++) in DeleteMulti()
1832 pOneRange = &pRanges[2*nRangeCnt]; // rueckwaerts in DeleteMulti()
1833 for (nRangeNo=0; nRangeNo<nRangeCnt; nRangeNo++) in DeleteMulti()
1859 new ScUndoDeleteMulti( pDocSh, bRows, bNeedRefresh, nTab, pRanges, nRangeCnt, in DeleteMulti()
2070 void ScViewFunc::SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges, in SetWidthOrHeight() argument
2074 if (nRangeCnt == 0) in SetWidthOrHeight()
2096 for ( SCCOLROW i=0; i<nRangeCnt && bAllowed; i++ ) in SetWidthOrHeight()
2117 SCCOLROW nEnd = pRanges[2*nRangeCnt-1]; in SetWidthOrHeight()
2158 pUndoRanges = new SCCOLROW[ 2*nRangeCnt ]; in SetWidthOrHeight()
2159 memmove( pUndoRanges, pRanges, 2*nRangeCnt*sizeof(SCCOLROW) ); in SetWidthOrHeight()
2180 for (SCCOLROW nRangeNo=0; nRangeNo<nRangeCnt; nRangeNo++) in SetWidthOrHeight()
2288 pUndoDoc, nRangeCnt, pUndoRanges, in SetWidthOrHeight()
2344 for ( SCCOLROW nRange = 0; nRange < nRangeCnt; ++nRange ) in SetWidthOrHeight()
2380 SCCOLROW nRangeCnt = 0; in SetMarkedWidthOrHeight() local
2383 nRangeCnt = rMark.GetMarkColumnRanges( pRanges ); in SetMarkedWidthOrHeight()
2385 nRangeCnt = rMark.GetMarkRowRanges( pRanges ); in SetMarkedWidthOrHeight()
2387 SetWidthOrHeight( bWidth, nRangeCnt, pRanges, eMode, nSizeTwips, bRecord, bPaint ); in SetMarkedWidthOrHeight()