Lines Matching refs:rDrag
2230 bool SdrObjCustomShape::beginSpecialDrag(SdrDragStat& rDrag) const in beginSpecialDrag()
2232 const SdrHdl* pHdl = rDrag.GetHdl(); in beginSpecialDrag()
2236 rDrag.SetEndDragChangesAttributes(true); in beginSpecialDrag()
2237 rDrag.SetNoSnap(true); in beginSpecialDrag()
2241 const SdrHdl* pHdl2 = rDrag.GetHdl(); in beginSpecialDrag()
2406 bool SdrObjCustomShape::applySpecialDrag(SdrDragStat& rDrag) in applySpecialDrag() argument
2408 const SdrHdl* pHdl = rDrag.GetHdl(); in applySpecialDrag()
2415 rDrag.SetEndDragChangesGeoAndAttributes(true); in applySpecialDrag()
2416 DragMoveCustomShapeHdl( rDrag.GetNow(), (sal_uInt16)pHdl->GetPointNum(), this ); in applySpecialDrag()
2432 DragResizeCustomShape(ImpDragCalcRect(rDrag), this); in applySpecialDrag()
2437 Move(Size(rDrag.GetDX(), rDrag.GetDY())); in applySpecialDrag()
2493 FASTBOOL SdrObjCustomShape::BegCreate( SdrDragStat& rDrag ) in BegCreate() argument
2495 return SdrTextObj::BegCreate( rDrag ); in BegCreate()