Home
last modified time | relevance | path

Searched refs:nPageEndY (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sc/source/ui/view/ !
H A Dpreview.cxx462 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint() local
464 nPageEndX = nPageEndY = 0; in DoPrint()
469 sal_Bool bBottom = nPageEndY <= aWinEnd.Y(); in DoPrint()
476 DrawInvert( (long)(nPageEndY - nBottomMargin ), POINTER_VSIZEBAR ); in DoPrint()
485 DrawInvert( nPageEndY - nFooterHeight, POINTER_VSIZEBAR ); in DoPrint()
510 DrawRect(Rectangle(0,nPageEndY, nPageEndX,aWinEnd.Y())); // Ecke nicht doppelt in DoPrint()
512 DrawRect(Rectangle(0,nPageEndY, aWinEnd.X(),aWinEnd.Y())); in DoPrint()
527 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()