Lines Matching refs:nRows
37 nRows = 0; in IcnCursor_Impl()
81 pRows = new SvPtrarr[ nRows ]; in ImplCreate()
93 if( nY >= nRows ) in ImplCreate()
94 nY = sal::static_int_cast< short >(nRows - 1); in ImplCreate()
302 DBG_ASSERT(nY< nRows,"GoLeftRight:Bad column"); in GoLeftRight()
336 if( nRowMax < (nRows-1)) in GoLeftRight()
420 DBG_ASSERT(nY<nRows,"GoUpDown:Bad column"); in GoUpDown()
426 nX, nY, sal::static_int_cast< sal_uInt16 >(nRows-1), nY, sal_True, sal_True ); in GoUpDown()
438 nLastRow = nRows; in GoUpDown()
468 nRows = rSize.Height() / pView->nGridDY; in SetDeltas()
469 if( (nRows * pView->nGridDY) < rSize.Height() ) in SetDeltas()
470 nRows++; in SetDeltas()
471 if( !nRows ) in SetDeltas()
472 nRows = 1; in SetDeltas()
475 nDeltaHeight = (short)(rSize.Height() / nRows); in SetDeltas()
806 sal_uInt16 nCols, nRows; in OutputSizeChanged() local
807 GetMinMapSize( nCols, nRows ); in OutputSizeChanged()
812 else if( nRows >= _nGridRows ) in OutputSizeChanged()
817 if( nRows != _nGridRows ) in OutputSizeChanged()