Searched refs:nBestYSnap (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdsnpv.cxx | 468 …Snap(const Point& rPt, const SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool& bXSnapped… in CheckSnap() argument 485 if (Abs(aPt.Y())<Abs(nBestYSnap)) { in CheckSnap() 486 nBestYSnap=aPt.Y(); in CheckSnap() 489 nBestYSnap=aPt.Y(); in CheckSnap() 498 long nBestYSnap=0; in SnapRect() local 501 CheckSnap(rRect.TopLeft() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect() 503 CheckSnap(rRect.TopRight() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect() 504 CheckSnap(rRect.BottomLeft() ,pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect() 505 CheckSnap(rRect.BottomRight(),pPV,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in SnapRect() 508 rDY=nBestYSnap; in SnapRect()
|
H A D | svddrgmt.cxx | 1059 long nBestYSnap=0; in MoveSdrDrag() local 1063 getSdrDragView().CheckSnap(Ref1()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag() 1064 getSdrDragView().CheckSnap(Ref2()+aDif,NULL,nBestXSnap,nBestYSnap,bXSnapped,bYSnapped); in MoveSdrDrag() 1066 aPnt.Y()+=nBestYSnap; in MoveSdrDrag() 1608 if (Abs(aPt.Y())<Abs(nBestYSnap)) in ImpCheckSnap() 1610 nBestYSnap=aPt.Y(); in ImpCheckSnap() 1615 nBestYSnap=aPt.Y(); in ImpCheckSnap() 1624 nBestYSnap=0; in MoveSdrDrag() 1644 Point aPnt(aNoSnapPnt.X()+nBestXSnap,aNoSnapPnt.Y()+nBestYSnap); in MoveSdrDrag()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdsnpv.hxx | 141 …void CheckSnap(const Point& rPt, const SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool&…
|
H A D | svddrgmt.hxx | 249 long nBestYSnap; member in SdrDragMove
|
Completed in 37 milliseconds