Home
last modified time | relevance | path

Searched refs:mpCurrentSdrDragMethod (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/svx/source/svdraw/
H A Dsvddrgv.cxx75 mpCurrentSdrDragMethod=NULL; in ImpClearVars()
129 if (mpCurrentSdrDragMethod) in MovAction()
137 if (mpCurrentSdrDragMethod) in EndAction()
158 if (mpCurrentSdrDragMethod) in TakeActionRect()
236 mpCurrentSdrDragMethod=NULL; in BegDragObj()
508 if (mpCurrentSdrDragMethod) in BegDragObj()
543 if (mpCurrentSdrDragMethod) in MovDragObj()
578 mpCurrentSdrDragMethod = 0; in EndDragObj()
625 if (mpCurrentSdrDragMethod) in BrkDragObj()
630 mpCurrentSdrDragMethod = 0; in BrkDragObj()
[all …]
H A Dsvdview.cxx987 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()
/aoo42x/main/svx/inc/svx/
H A Dsvddrgv.hxx59 SdrDragMethod* mpCurrentSdrDragMethod; member in SdrDragView
135 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()

Completed in 28 milliseconds