Lines Matching refs:MAXROW
205 if ( nY2 < MAXROW-1 ) nY2 += 2; // Hack: Titelzeile beruehrt zwei Zellen in lcl_DrawScenarioFrames()
206 else if ( nY2 < MAXROW ) ++nY2; in lcl_DrawScenarioFrames()
405 ScViewData::AddPixelsWhile( nScrY, aPixRect.Top(), nY1, MAXROW, nPPTY, pDoc, nTab); in Paint()
407 if (nScrY <= aPixRect.Bottom() && nY2 < MAXROW) in Paint()
410 ScViewData::AddPixelsWhile( nScrY, aPixRect.Bottom(), nY2, MAXROW, nPPTY, pDoc, nTab); in Paint()
446 if (nYBottom > MAXROW) nYBottom = MAXROW; in Draw()
635 if(MAXROW == nY2) in Draw()
679 if ( nX2==MAXCOL || nY2==MAXROW ) in Draw()
698 if ( nY2==MAXROW ) in Draw()
1515 if (nYBottom > MAXROW) nYBottom = MAXROW; in InvertSimple()
1703 if (nYBottom > MAXROW) nYBottom = MAXROW; in GetSelectionRects()