Home
last modified time | relevance | path

Searched refs:IsDraggingPoints (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx196 … bool IsDraggingPoints() const { return getSdrDragView().IsDraggingPoints(); } in IsDraggingPoints() function in SdrDragMethod
H A Dsvddrgv.hxx138 sal_Bool IsDraggingPoints() const { return eDragHdl==HDL_POLY; } in IsDraggingPoints() function in SdrDragView
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx354 if(getSdrDragView().IsDraggingPoints()) in createSdrDragEntries()
583 if (IsDraggingPoints()) { in ImpTakeDescriptionStr()
877 if(getSdrDragView().IsDraggingPoints() || getSdrDragView().IsDraggingGluePoints()) in DoAddConnectorOverlays()
1761 if (IsDraggingPoints()) in EndSdrDrag()
1779 if (IsDraggingPoints() || IsDraggingGluePoints()) in GetSdrDragPointer()
2097 if (IsDraggingPoints()) in EndSdrDrag()
2242 if (IsDraggingPoints()) in EndSdrDrag()
H A Dsvddrgv.cxx191 !IsDraggingPoints() && !IsDraggingGluePoints() && // nicht beim Punkteschieben in TakeDragObjAnchorPos()
H A Dsvdview.cxx989 if ((IsDraggingPoints() || IsDraggingGluePoints()) && IsMouseHideWhileDraggingPoints()) in GetPreferedPointer()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_Base.cxx82 if( IsDraggingPoints() || IsDraggingGluePoints() ) in GetSdrDragPointer()