Lines Matching refs:nEndY
1571 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in InvertSimple() local
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()
1758 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in GetSelectionRects() local
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()