Lines Matching refs:Y

354 	if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage )  in DoPrint()
363 if ( aOffset.Y() < 0 ) in DoPrint()
364 DrawRect(Rectangle( 0, 0, aWinSize.Width(), -aOffset.Y() )); in DoPrint()
475 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint()
482 sal_Bool bBottom = nPageEndY <= aWinEnd.Y(); in DoPrint()
488 DrawInvert( (long)( nTopMargin - aOffset.Y() ), POINTER_VSIZEBAR ); in DoPrint()
494 DrawInvert( nHeaderHeight - aOffset.Y(), POINTER_VSIZEBAR ); in DoPrint()
504 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint()
507 …DrawRect( Rectangle( Point( nRight[i] - 2, aColumnTop.Y() ),Point( nRight[i] + 2 , 4 + aColumnTop. in DoPrint()
508 … DrawLine( Point( nRight[i], aColumnTop.Y() ), Point( nRight[i], 10 + aColumnTop.Y()) ); 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()
525 DrawRect(Rectangle(0,nPageEndY, aWinEnd.X(),aWinEnd.Y())); in DoPrint()
535 if ( aOffset.X() <= 0 || aOffset.Y() <= 0 || bRight || bBottom ) in DoPrint()
540 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
827 if ( aOffset.Y() == nY ) in SetYOffset()
832 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset()
833 aOffset.Y() = nY; in SetYOffset()
843 aOffset.Y() = nY; in SetYOffset()
959 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
965 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
971 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
977 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
1107 …oterRulerChange ) && ( aButtonUpPt.Y() <= ( 0 - aOffset.Y() ) || aButtonUpPt.Y() > nHeight * HMM_P… in MouseButtonUp()
1112 else if( aButtonDownPt.Y() == aButtonUpPt.Y() ) in MouseButtonUp()
1115 DrawInvert( aButtonUpPt.Y(), POINTER_VSIZEBAR ); in MouseButtonUp()
1137 …aULItem.SetUpperValue( (sal_uInt16)( aButtonUpPt.Y() / HMM_PER_TWIPS + aOffset.Y() / HMM_PER_TWIPS… in MouseButtonUp()
1142 …aULItem.SetLowerValue( (sal_uInt16)( nHeight - aButtonUpPt.Y() / HMM_PER_TWIPS - aOffset.Y() / HMM… in MouseButtonUp()
1152 …aHeaderSize.Height() = (long)( aButtonUpPt.Y() / HMM_PER_TWIPS + aOffset.Y() / HMM_PER_TWIPS - aUL… in MouseButtonUp()
1166 …aFooterSize.Height() = (long)( nHeight - aButtonUpPt.Y() / HMM_PER_TWIPS - aOffset.Y() / HMM_PER_T… in MouseButtonUp()
1283 nTopMargin = (long)( pPrintFunc->GetTopMargin() * HMM_PER_TWIPS - aOffset.Y() ); in MouseMove()
1285 nBottomMargin = (long)( nHeight * HMM_PER_TWIPS - nBottomMargin - aOffset.Y() ); in MouseMove()
1300 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1301 …tom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1302 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1313 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1314 …Point aColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), … in MouseMove()
1316 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove()
1336 …else if( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) && !bBottomRulerMo… in MouseMove()
1343 …else if( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1350 …else if( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1357 …else if( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1369 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()
1404 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove()
1405 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove()
1406 …( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) ) || bHeaderRulerMo… in MouseMove()
1407 …( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) ) || bFooterRulerMo… in MouseMove()
1415 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset. in MouseMove()
1416 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1424 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset. in MouseMove()
1425 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1433 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset. in MouseMove()
1434 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1442 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset. in MouseMove()
1443 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1519 if( nDragMovePos != aButtonDownChangePoint.Y() ) in DragMove()
1521 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1522 aButtonDownChangePoint.Y() = nPos; in DragMove()
1523 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1534 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert()