Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdsnpv.cxx468 …const SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool& bXSnapped, bool& bYSnapped) const in CheckSnap()
484 if (bYSnapped) { in CheckSnap()
490 bYSnapped=sal_True; in CheckSnap()
500 bool bYSnapped=sal_False; 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()
511 if (bYSnapped) nRet+=SDRSNAP_YSNAPPED; in SnapRect()
H A Dsvddrgmt.cxx1061 bool bYSnapped=false; 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()
1606 if (bYSnapped) in ImpCheckSnap()
1616 bYSnapped=true; in ImpCheckSnap()
1626 bYSnapped=false; in MoveSdrDrag()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx141 …onst SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool& bXSnapped, bool& bYSnapped) const;
H A Dsvddrgmt.hxx251 bool bYSnapped; member in SdrDragMove

Completed in 51 milliseconds