Home
last modified time | relevance | path

Searched refs:nBestYSnap (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx468 …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 Dsvddrgmt.cxx1059 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()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx141 …void CheckSnap(const Point& rPt, const SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool&…
H A Dsvddrgmt.hxx249 long nBestYSnap; member in SdrDragMove

Completed in 24 milliseconds