Searched refs:bDragWithCopy (Results 1 – 9 of 9) sorted by relevance
179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local181 if (bDragWithCopy) in MouseButtonUp()183 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()186 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
691 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local693 if (bDragWithCopy) in MouseButtonUp()695 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()698 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()885 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local887 if (bDragWithCopy) in MouseButtonUp()889 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()892 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
705 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local707 if (bDragWithCopy) in MouseButtonUp()709 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()712 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
82 unsigned bDragWithCopy : 1; member in SdrDragView144 void SetDragWithCopy(sal_Bool bOn) { bDragWithCopy = bOn; } in SetDragWithCopy()145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy()
140 unsigned bDragWithCopy : 1; member
257 sal_Bool bDragWithCopy : 1; // Misc/CopyWhileMoving member in SdOptionsMisc309 sal_Bool IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; } in IsDragWithCopy()352 …etDragWithCopy( sal_Bool bOn = sal_True ) { if( bDragWithCopy != bOn ) { OptionsChanged(); bDragWi… in SetDragWithCopy()
86 bDragWithCopy(sal_False), in SdrViewEvent()611 rVEvt.bDragWithCopy=MODKEY_CopyDrag; in PickAnything()
78 bDragWithCopy=sal_False; in ImpClearVars()
495 bDragWithCopy( sal_False ), in SdOptionsMisc()
Completed in 70 milliseconds