Searched refs:bYSnapped (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdsnpv.cxx | 468 …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 D | svddrgmt.cxx | 1061 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdsnpv.hxx | 141 …onst SdrPageView* pPV, long& nBestXSnap, long& nBestYSnap, bool& bXSnapped, bool& bYSnapped) const;
|
H A D | svddrgmt.hxx | 251 bool bYSnapped; member in SdrDragMove
|
Completed in 38 milliseconds