Lines Matching refs:rDrag
324 bool SdrCaptionObj::beginSpecialDrag(SdrDragStat& rDrag) const in beginSpecialDrag()
326 const SdrHdl* pHdl = rDrag.GetHdl(); in beginSpecialDrag()
327 rDrag.SetEndDragChangesAttributes(true); in beginSpecialDrag()
328 rDrag.SetEndDragChangesGeoAndAttributes(true); in beginSpecialDrag()
332 return SdrRectObj::beginSpecialDrag(rDrag); in beginSpecialDrag()
336 rDrag.SetOrtho8Possible(true); in beginSpecialDrag()
343 rDrag.SetNoSnap(true); in beginSpecialDrag()
344 rDrag.SetActionRect(aRect); in beginSpecialDrag()
346 Point aHit(rDrag.GetStart()); in beginSpecialDrag()
348 … if(rDrag.GetPageView() && SdrObjectPrimitiveHit(*this, aHit, 0, *rDrag.GetPageView(), 0, false)) in beginSpecialDrag()
363 bool SdrCaptionObj::applySpecialDrag(SdrDragStat& rDrag) in applySpecialDrag() argument
365 const SdrHdl* pHdl = rDrag.GetHdl(); in applySpecialDrag()
369 const bool bRet(SdrRectObj::applySpecialDrag(rDrag)); in applySpecialDrag()
377 Point aDelt(rDrag.GetNow()-rDrag.GetStart()); in applySpecialDrag()
395 String SdrCaptionObj::getSpecialDragComment(const SdrDragStat& rDrag) const in getSpecialDragComment()
397 const bool bCreateComment(rDrag.GetView() && this == rDrag.GetView()->GetCreateObj()); in getSpecialDragComment()
405 const SdrHdl* pHdl = rDrag.GetHdl(); in getSpecialDragComment()
409 return SdrRectObj::getSpecialDragComment(rDrag); in getSpecialDragComment()