Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx477 long nPageEndX = aLocalPageSize.Width() - aOffset.X(); in DoPrint() local
480 nPageEndX = nPageEndY = 0; in DoPrint()
484 sal_Bool bRight = nPageEndX <= aWinEnd.X(); in DoPrint()
494 DrawInvert( (long)( nPageEndX - nRightMargin ) , POINTER_HSIZEBAR ); in DoPrint()
522 DrawRect(Rectangle(nPageEndX,0, aWinEnd.X(),aWinEnd.Y())); in DoPrint()
526 DrawRect(Rectangle(0,nPageEndY, nPageEndX,aWinEnd.Y())); // Ecke nicht doppelt 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 107 milliseconds