Home
last modified time | relevance | path

Searched refs:getMoveOnly (Results 1 – 5 of 5) sorted by relevance

/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx238 bool bMoveOnly = pDragMethod->getMoveOnly(); in IsDragResize()
H A Ddlgedfunc.cxx631 if ( rDragStat.GetDragMethod()->getMoveOnly() ) in isRectangleHit()
/trunk/main/svx/inc/svx/
H A Dsvddrgmt.hxx231 bool getMoveOnly() const { return mbMoveOnly; } in getMoveOnly() function in SdrDragMethod
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx882 if(!getMoveOnly() && !( in DoAddConnectorOverlays()
889 const bool bDetail(getSdrDragView().IsDetailedEdgeDragging() && getMoveOnly()); in DoAddConnectorOverlays()
908 const bool bDetail(getSdrDragView().IsDetailedEdgeDragging() && getMoveOnly()); in AddConnectorOverlays()
3357 bNeuMoveOnly != getMoveOnly() || bNeuRotate!=bRotate || eNeuMode!=eMode) in MoveSdrDrag()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx835 bool bIsMoveOnly = pDragMethod ? pDragMethod->getMoveOnly() : false; in execute_MouseButtonUp()