Lines Matching refs:nYBottom
445 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in Draw() local
446 if (nYBottom > MAXROW) nYBottom = MAXROW; in Draw()
452 maVisibleRange.mnRow2 = nYBottom; in Draw()
454 if (nX1 > nXRight || nY1 > nYBottom) in Draw()
457 if (nY2 > nYBottom) nY2 = nYBottom; in Draw()
1514 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in InvertSimple() local
1515 if (nYBottom > MAXROW) nYBottom = MAXROW; in InvertSimple()
1517 if (nX1 > nXRight || nY1 > nYBottom) in InvertSimple()
1520 if (nY2 > nYBottom) nY2 = nYBottom; in InvertSimple()
1702 SCROW nYBottom = nPosY + pViewData->VisibleCellsY(eVWhich); in GetSelectionRects() local
1703 if (nYBottom > MAXROW) nYBottom = MAXROW; in GetSelectionRects()
1705 if (nX1 > nXRight || nY1 > nYBottom) in GetSelectionRects()
1708 if (nY2 > nYBottom) nY2 = nYBottom; in GetSelectionRects()