Lines Matching refs:nScrY

404 	long nScrY = 0;  in Paint()  local
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()
485 long nScrY = aScrPos.Y(); in Draw() local
527 nScrX, nScrY, nX1, nY1, nX2, nY2, nPPTX, nPPTY, in Draw()
619 …Rectangle aDrawingRectPixel(Point(nScrX, nScrY), Size(aOutputData.GetScrW(), aOutputData.GetScrH()… in Draw()
701 aDrawRect.Top() = nScrY + aOutputData.GetScrH(); in Draw()
947 pEditView->Paint( PixelToLogic( Rectangle( Point( nScrX, nScrY ), in Draw()
1530 long nScrY = aScrPos.Y(); in InvertSimple() local
1571 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in InvertSimple()
1618 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in InvertSimple()
1620 aInvert.AddRect( Rectangle( nScrX,nScrY, in InvertSimple()
1624 else if ( nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in InvertSimple()
1626 aInvert.AddRect( Rectangle( nScrX,nScrY,nEndX,nEndY ) ); in InvertSimple()
1634 nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in InvertSimple()
1636 aInvert.AddRect( Rectangle( nScrX,nScrY,nEndX,nEndY ) ); in InvertSimple()
1643 nScrY = nEndY + 1; in InvertSimple()
1718 long nScrY = aScrPos.Y(); in GetSelectionRects() local
1758 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in GetSelectionRects()
1805 if ( aEndPos.X() * nLayoutSign > nScrX * nLayoutSign && aEndPos.Y() > nScrY ) in GetSelectionRects()
1807 aInvert.AddRect( Rectangle( nScrX,nScrY, in GetSelectionRects()
1811 else if ( nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in GetSelectionRects()
1813 aInvert.AddRect( Rectangle( nScrX,nScrY,nEndX,nEndY ) ); in GetSelectionRects()
1821 nEndX * nLayoutSign >= nScrX * nLayoutSign && nEndY >= nScrY ) in GetSelectionRects()
1823 aInvert.AddRect( Rectangle( nScrX,nScrY,nEndX,nEndY ) ); in GetSelectionRects()
1830 nScrY = nEndY + 1; in GetSelectionRects()