Lines Matching refs:aSR2
1654 Rectangle aSR2(GetMarkedRect()); in MoveSdrDrag() local
1667 if (aSR2.Left()>aLR.Left() || aSR2.Right()<aLR.Right()) in MoveSdrDrag()
1669 aSR2.Move(aD.X(),0); in MoveSdrDrag()
1671 if (aSR2.Left()<aLR.Left()) in MoveSdrDrag()
1673 aPt1.X()-=aSR2.Left()-aLR.Left(); in MoveSdrDrag()
1675 else if (aSR2.Right()>aLR.Right()) in MoveSdrDrag()
1677 aPt1.X()-=aSR2.Right()-aLR.Right(); in MoveSdrDrag()
1683 if (aSR2.Top()>aLR.Top() || aSR2.Bottom()<aLR.Bottom()) in MoveSdrDrag()
1685 aSR2.Move(0,aD.Y()); in MoveSdrDrag()
1687 if (aSR2.Top()<aLR.Top()) in MoveSdrDrag()
1689 aPt1.Y()-=aSR2.Top()-aLR.Top(); in MoveSdrDrag()
1691 else if (aSR2.Bottom()>aLR.Bottom()) in MoveSdrDrag()
1693 aPt1.Y()-=aSR2.Bottom()-aLR.Bottom(); in MoveSdrDrag()