Searched refs:mpCurrentSdrDragMethod (Results 1 – 3 of 3) sorted by relevance
75 mpCurrentSdrDragMethod=NULL; in ImpClearVars()123 return (mpCurrentSdrDragMethod || SdrExchangeView::IsAction()); in IsAction()129 if (mpCurrentSdrDragMethod) in MovAction()137 if (mpCurrentSdrDragMethod) in EndAction()158 if (mpCurrentSdrDragMethod) in TakeActionRect()168 const basegfx::B2DRange aBoundRange(mpCurrentSdrDragMethod->getCurrentRange()); in TakeActionRect()192 !mpCurrentSdrDragMethod->ISA(SdrDragMovHdl)) // nicht beim Handlesschieben in TakeDragObjAnchorPos()199 sal_Bool bOwn=mpCurrentSdrDragMethod->ISA(SdrDragObjOwn); // Objektspeziefisch in TakeDragObjAnchorPos()209 …const basegfx::B2DPoint aTransformed(mpCurrentSdrDragMethod->getCurrentTransformation() * basegfx:… in TakeDragObjAnchorPos()236 mpCurrentSdrDragMethod=NULL; in BegDragObj()[all …]
987 if (mpCurrentSdrDragMethod) in GetPreferedPointer()992 return mpCurrentSdrDragMethod->GetSdrDragPointer(); in GetPreferedPointer()1219 else if (mpCurrentSdrDragMethod) in GetStatusText()1229 OSL_TRACE("SdrView::GetStatusText(%lx) %lx\n", this, mpCurrentSdrDragMethod); in GetStatusText()1230 mpCurrentSdrDragMethod->TakeSdrDragComment(aStr); in GetStatusText()
59 SdrDragMethod* mpCurrentSdrDragMethod; member in SdrDragView135 … sal_Bool IsDragObj() const { return mpCurrentSdrDragMethod && !bInsPolyPoint && !bInsGluePoint; } in IsDragObj()137 SdrDragMethod* GetDragMethod() const { return mpCurrentSdrDragMethod; } in GetDragMethod()157 sal_Bool IsInsObjPoint() const { return mpCurrentSdrDragMethod && bInsPolyPoint; } in IsInsObjPoint()169 sal_Bool IsInsGluePoint() const { return mpCurrentSdrDragMethod && bInsGluePoint; } in IsInsGluePoint()