Lines Matching refs:Y
357 if ( bDoPrint && ( aOffset.X() < 0 || aOffset.Y() < 0 ) && bValidPage ) in DoPrint()
366 if ( aOffset.Y() < 0 ) in DoPrint()
367 DrawRect(Rectangle( 0, 0, aWinSize.Width(), -aOffset.Y() )); in DoPrint()
478 long nPageEndY = aLocalPageSize.Height() - aOffset.Y(); in DoPrint()
485 sal_Bool bBottom = nPageEndY <= aWinEnd.Y(); in DoPrint()
491 DrawInvert( (long)( nTopMargin - aOffset.Y() ), POINTER_VSIZEBAR ); in DoPrint()
497 DrawInvert( nHeaderHeight - aOffset.Y(), POINTER_VSIZEBAR ); in DoPrint()
507 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in DoPrint()
510 …DrawRect( Rectangle( Point( nRight[i] - 2, aColumnTop.Y() ),Point( nRight[i] + 2 , 4 + aColumnTop.… in DoPrint()
511 … DrawLine( Point( nRight[i], aColumnTop.Y() ), Point( nRight[i], 10 + aColumnTop.Y()) ); 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()
528 DrawRect(Rectangle(0,nPageEndY, aWinEnd.X(),aWinEnd.Y())); in DoPrint()
538 if ( aOffset.X() <= 0 || aOffset.Y() <= 0 || bRight || bBottom ) in DoPrint()
543 … Rectangle aPixel( LogicToPixel( Rectangle( -aOffset.X(), -aOffset.Y(), nPageEndX, nPageEndY ) ) ); in DoPrint()
830 if ( aOffset.Y() == nY ) in SetYOffset()
835 long nDif = LogicToPixel(aOffset).Y() - LogicToPixel(Point(0,nY)).Y(); in SetYOffset()
836 aOffset.Y() = nY; in SetYOffset()
846 aOffset.Y() = nY; in SetYOffset()
962 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
968 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
974 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
980 DrawInvert( aButtonDownChangePoint.Y(), POINTER_VSIZEBAR ); in MouseButtonDown()
1110 …oterRulerChange ) && ( aButtonUpPt.Y() <= ( 0 - aOffset.Y() ) || aButtonUpPt.Y() > nHeight * HMM_P… in MouseButtonUp()
1115 else if( aButtonDownPt.Y() == aButtonUpPt.Y() ) in MouseButtonUp()
1118 DrawInvert( aButtonUpPt.Y(), POINTER_VSIZEBAR ); in MouseButtonUp()
1140 …aULItem.SetUpperValue( (sal_uInt16)( aButtonUpPt.Y() / HMM_PER_TWIPS + aOffset.Y() / HMM_PER_TWIPS… in MouseButtonUp()
1145 …aULItem.SetLowerValue( (sal_uInt16)( nHeight - aButtonUpPt.Y() / HMM_PER_TWIPS - aOffset.Y() / HMM… in MouseButtonUp()
1155 …aHeaderSize.Height() = (long)( aButtonUpPt.Y() / HMM_PER_TWIPS + aOffset.Y() / HMM_PER_TWIPS - aUL… in MouseButtonUp()
1169 …aFooterSize.Height() = (long)( nHeight - aButtonUpPt.Y() / HMM_PER_TWIPS - aOffset.Y() / HMM_PER_T… in MouseButtonUp()
1286 nTopMargin = (long)( pPrintFunc->GetTopMargin() * HMM_PER_TWIPS - aOffset.Y() ); in MouseMove()
1288 nBottomMargin = (long)( nHeight * HMM_PER_TWIPS - nBottomMargin - aOffset.Y() ); in MouseMove()
1303 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove()
1304 …tom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y()) ), aMMMode ); in MouseMove()
1305 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove()
1316 Point aColumnTop = LogicToPixel( Point( 0, -aOffset.Y() ) ,aMMMode ); in MouseMove()
1317 …Point aColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), … in MouseMove()
1319 …&& ( aPixPt.Y() > aColumnTop.Y() ) && ( aPixPt.Y() < aColumnBottom.Y() ) && !bLeftRulerMove && !bR… in MouseMove()
1339 …else if( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) && !bBottomRulerMo… in MouseMove()
1346 …else if( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1353 …else if( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1360 …else if( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) && !bTopRule… in MouseMove()
1372 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()
1407 …if( ( ( aPixPt.Y() < ( aTopLeft.Y() + 2 ) && aPixPt.Y() > ( aTopLeft.Y() - 2 ) ) || bTopRulerMove … in MouseMove()
1408 …( aPixPt.Y() < ( aBottomLeft.Y() + 2 ) && aPixPt.Y() > ( aBottomLeft.Y() - 2 ) ) || bBottomRulerMo… in MouseMove()
1409 …( aPixPt.Y() < ( aHeaderLeft.Y() + 2 ) && aPixPt.Y() > ( aHeaderLeft.Y() - 2 ) ) || bHeaderRulerMo… in MouseMove()
1410 …( aPixPt.Y() < ( aFooderLeft.Y() + 2 ) && aPixPt.Y() > ( aFooderLeft.Y() - 2 ) ) || bFooterRulerMo… in MouseMove()
1418 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1419 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1427 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1428 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1436 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1437 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1445 …if( aMouseMovePoint.Y() > -aOffset.Y() && aMouseMovePoint.Y() < nHeight * HMM_PER_TWIPS - aOffset.… in MouseMove()
1446 DragMove( aMouseMovePoint.Y(), POINTER_VSIZEBAR ); in MouseMove()
1522 if( nDragMovePos != aButtonDownChangePoint.Y() ) in DragMove()
1524 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1525 aButtonDownChangePoint.Y() = nPos; in DragMove()
1526 DrawInvert( aButtonDownChangePoint.Y(), nFlags ); in DragMove()
1537 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert()