Searched refs:nPageEndY (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | preview.cxx | 478 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint() local 480 nPageEndX = nPageEndY = 0; in DoPrint() 485 sal_Bool bBottom = nPageEndY <= aWinEnd.Y(); in DoPrint() 492 DrawInvert( (long)(nPageEndY - nBottomMargin ), POINTER_VSIZEBAR ); in DoPrint() 501 DrawInvert( nPageEndY - nFooterHeight, POINTER_VSIZEBAR ); in DoPrint() 526 DrawRect(Rectangle(0,nPageEndY, nPageEndX,aWinEnd.Y())); // Ecke nicht doppelt in DoPrint() 528 DrawRect(Rectangle(0,nPageEndY, aWinEnd.X(),aWinEnd.Y())); in DoPrint() 543 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint() 556 aPixel = LogicToPixel( Rectangle( nPageEndX, -aOffset.Y(), nPageEndX, nPageEndY ) ); in DoPrint() 562 aPixel = LogicToPixel( Rectangle( -aOffset.X(), nPageEndY, nPageEndX, nPageEndY ) ); in DoPrint()
|
Completed in 12 milliseconds