Searched refs:lYDiff (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1308 sal_Bool ViewShell::SmoothScroll( long lXDiff, long lYDiff, const Rectangle *pRect ) in SmoothScroll() argument 1329 const bool bOnlyYScroll(!lXDiff && Abs(lYDiff) != 0 && Abs(lYDiff) < lMax); in SmoothScroll() 1362 Size aSize( aVisArea.Width()+2*aPixSz.Width(), Abs(lYDiff)+(2*aPixSz.Height()) ); in SmoothScroll() 1379 aRect.Pos().Y() = lYDiff < 0 ? aOldVis.Bottom() - aPixSz.Height() in SmoothScroll() 1447 if ( Abs(lYDiff) > ( aVisArea.Height() / 3 ) ) in SmoothScroll() 1454 if ( lYDiff < 0 ) in SmoothScroll() 1457 long lDiff = lYDiff; in SmoothScroll() 1605 aVisArea.Pos().Y() -= lYDiff; in SmoothScroll() 1607 GetWin()->Scroll( lXDiff, lYDiff, *pRect, SCROLL_CHILDREN); in SmoothScroll() 1609 GetWin()->Scroll( lXDiff, lYDiff, SCROLL_CHILDREN); in SmoothScroll()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 720 long lYDiff = aNewPos.Y() - aOldPos.Y(); in NbcMove() local 734 lYDiff += rHori.GetPos(); in NbcMove() 740 lYDiff += rVert.GetPos(); in NbcMove() 748 const Point aTmp( lXDiff, lYDiff ); in NbcMove()
|
/aoo4110/main/sw/inc/ |
H A D | viewsh.hxx | 259 sal_Bool SmoothScroll( long lXDiff, long lYDiff, const Rectangle* );//Browser
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 344 const long lYDiff = aVisArea.Top() - aPt.Y(); in SetVisArea() local 346 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1548 const long lYDiff = aPt.Y() - pFly->Frm().Top(); in RequestObjectResize() local 1550 rVert.GetPos() + lYDiff ); in RequestObjectResize()
|
Completed in 47 milliseconds