Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx197 …bool IsDraggingGluePoints() const { return getSdrDragView().IsDraggingGluePoints(… in IsDraggingGluePoints() function in SdrDragMethod
H A Dsvddrgv.hxx139 sal_Bool IsDraggingGluePoints() const { return eDragHdl==HDL_GLUE; } in IsDraggingGluePoints() function in SdrDragView
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx358 else if(getSdrDragView().IsDraggingGluePoints()) in createSdrDragEntries()
585 } else if (IsDraggingGluePoints()) { in ImpTakeDescriptionStr()
877 if(getSdrDragView().IsDraggingPoints() || getSdrDragView().IsDraggingGluePoints()) in DoAddConnectorOverlays()
1700 if (getSdrDragView().IsDraggingGluePoints()) in MoveSdrDrag()
1765 else if (IsDraggingGluePoints()) in EndSdrDrag()
1779 if (IsDraggingPoints() || IsDraggingGluePoints()) in GetSdrDragPointer()
2101 else if (IsDraggingGluePoints()) in EndSdrDrag()
2246 else if (IsDraggingGluePoints()) 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()