Searched refs:nPageEndX (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | preview.cxx | 474 long nPageEndX = aLocalPageSize.Width() - aOffset.X(); in DoPrint() local 477 nPageEndX = nPageEndY = 0; in DoPrint() 481 sal_Bool bRight = nPageEndX <= aWinEnd.X(); in DoPrint() 491 DrawInvert( (long)( nPageEndX - nRightMargin ) , POINTER_HSIZEBAR ); in DoPrint() 519 DrawRect(Rectangle(nPageEndX,0, aWinEnd.X(),aWinEnd.Y())); in DoPrint() 523 DrawRect(Rectangle(0,nPageEndY, nPageEndX,aWinEnd.Y())); // Ecke nicht doppelt in DoPrint() 540 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
|
Completed in 12 milliseconds