Home
last modified time | relevance | path

Searched refs:bDragWithCopy (Results 1 – 9 of 9) sorted by path

/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx485 bDragWithCopy( sal_False ), in SdOptionsMisc()
/trunk/main/sd/source/ui/func/
H A Dfuconstr.cxx179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
181 if (bDragWithCopy) in MouseButtonUp()
183 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()
186 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfusel.cxx691 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
693 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() local
887 if (bDragWithCopy) in MouseButtonUp()
889 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()
892 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfutext.cxx705 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
707 if (bDragWithCopy) in MouseButtonUp()
709 bDragWithCopy = !mpView->IsPresObjSelected(sal_False, sal_True); in MouseButtonUp()
712 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx257 sal_Bool bDragWithCopy : 1; // Misc/CopyWhileMoving member in SdOptionsMisc
309 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()
/trunk/main/svx/inc/svx/
H A Dsvddrgv.hxx82 unsigned bDragWithCopy : 1; member in SdrDragView
144 void SetDragWithCopy(sal_Bool bOn) { bDragWithCopy = bOn; } in SetDragWithCopy()
145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy()
H A Dsvdview.hxx140 unsigned bDragWithCopy : 1; member
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx78 bDragWithCopy=sal_False; in ImpClearVars()
H A Dsvdview.cxx86 bDragWithCopy(sal_False), in SdrViewEvent()
611 rVEvt.bDragWithCopy=MODKEY_CopyDrag; in PickAnything()

Completed in 60 milliseconds