Lines Matching refs:nStartRow
277 sal_Bool ScTable::SetOptimalHeight( SCROW nStartRow, SCROW nEndRow, sal_uInt16 nExtra, in SetOptimalHeight() argument
291 SCSIZE nCount = static_cast<SCSIZE>(nEndRow-nStartRow+1); in SetOptimalHeight()
308 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, 0, 0 ); in SetOptimalHeight()
316 SCROW nMinStart = nStartRow + nPos; in SetOptimalHeight()
322 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, in SetOptimalHeight()
345 sal_uInt8 nRowFlag = pRowFlags->GetValue( nStartRow+i, nIndex, nRegionEndRow ); in SetOptimalHeight()
348 SCSIZE nMoreRows = nRegionEndRow - ( nStartRow+i ); // additional equal rows after first in SetOptimalHeight()
356 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag | CR_MANUALSIZE); in SetOptimalHeight()
359 pRowFlags->SetValue( nStartRow+i, nRegionEndRow, nRowFlag & ~CR_MANUALSIZE); in SetOptimalHeight()
366 nRngEnd = nStartRow+nInner; in SetOptimalHeight()
376 nRngStart = nStartRow+nInner; in SetOptimalHeight()
377 nRngEnd = nStartRow+nInner; in SetOptimalHeight()
546 sal_Bool ScTable::GetPrintAreaHor( SCROW nStartRow, SCROW nEndRow, in GetPrintAreaHor() argument
555 if (aCol[i].HasVisibleAttrIn( nStartRow, nEndRow )) in GetPrintAreaHor()
565 while ( nMaxX>0 && aCol[nMaxX].IsVisibleAttrEqual(aCol[nMaxX+1], nStartRow, nEndRow) ) in GetPrintAreaHor()
571 if (!aCol[i].IsEmptyBlock( nStartRow, nEndRow )) //! bNotes ?????? in GetPrintAreaHor()
845 SCSIZE ScTable::GetEmptyLinesInBlock( SCCOL nStartCol, SCROW nStartRow, in GetEmptyLinesInBlock() argument
852 nCount = static_cast<SCSIZE>(nEndRow - nStartRow); in GetEmptyLinesInBlock()
854 nCount = Min(nCount, aCol[nCol].GetEmptyLinesInBlock(nStartRow, nEndRow, eDir)); in GetEmptyLinesInBlock()
860 aCol[nCol].IsEmptyBlock(nStartRow, nEndRow)) in GetEmptyLinesInBlock()
869 while ((nCol <= nEndCol) && aCol[nCol].IsEmptyBlock(nStartRow, nEndRow)) in GetEmptyLinesInBlock()
1401 SCCOL /* nStartCol */, SCROW nStartRow, SCCOL& rEndCol, SCROW nEndRow ) in ExtendPrintArea() argument
1458 ScBaseCell* pCell = aIter.reset(nStartRow); in ExtendPrintArea()