Searched refs:lXDiff (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/draw/ |
H A D | dflyobj.cxx | 711 long lXDiff = aNewPos.X() - aOldPos.X(); in NbcMove() local 714 lXDiff = -lXDiff; in NbcMove() 718 lXDiff = -lXDiff; in NbcMove() 728 lXDiff += rVert.GetPos(); in NbcMove() 729 lXDiff = -lXDiff; in NbcMove() 733 lXDiff -= rVert.GetPos(); in NbcMove() 739 lXDiff += rHori.GetPos(); in NbcMove() 745 lXDiff = GetFlyFrm()->GetAnchorFrm()->Frm().Width() - in NbcMove() 746 aFlyRect.Width() - lXDiff; in NbcMove() 748 const Point aTmp( lXDiff, lYDiff ); in NbcMove()
|
/trunk/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() 1604 aVisArea.Pos().X() -= lXDiff; in SmoothScroll() 1607 GetWin()->Scroll( lXDiff, lYDiff, *pRect, SCROLL_CHILDREN); in SmoothScroll() 1609 GetWin()->Scroll( lXDiff, lYDiff, SCROLL_CHILDREN); in SmoothScroll()
|
/trunk/main/sw/inc/ |
H A D | viewsh.hxx | 259 sal_Bool SmoothScroll( long lXDiff, long lYDiff, const Rectangle* );//Browser
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 343 const long lXDiff = aVisArea.Left() - aPt.X(); in SetVisArea() local 346 Point( aVisArea.Right() - lXDiff, aVisArea.Bottom() - lYDiff ) ), in SetVisArea()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | fefly1.cxx | 1547 const long lXDiff = aPt.X() - pFly->Frm().Left(); in RequestObjectResize() local 1549 const Point aTmp( rHori.GetPos() + lXDiff, in RequestObjectResize()
|
Completed in 104 milliseconds