Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx468 void SdrSnapView::CheckSnap(const Point& rPt, const SdrPageView* pPV, long& nBestXSnap, long& nBest… in CheckSnap() argument
475 if (Abs(aPt.X())<Abs(nBestXSnap)) { in CheckSnap()
476 nBestXSnap=aPt.X(); in CheckSnap()
479 nBestXSnap=aPt.X(); in CheckSnap()
497 long nBestXSnap=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()
507 rDX=nBestXSnap; in SnapRect()
H A Dsvddrgmt.cxx1058 long nBestXSnap=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()
1065 aPnt.X()+=nBestXSnap; in MoveSdrDrag()
1592 if (Abs(aPt.X())<Abs(nBestXSnap)) in ImpCheckSnap()
1594 nBestXSnap=aPt.X(); in ImpCheckSnap()
1599 nBestXSnap=aPt.X(); in ImpCheckSnap()
1623 nBestXSnap=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.hxx248 long nBestXSnap; member in SdrDragMove

Completed in 52 milliseconds