Searched refs:SetDragWithCopy (Results 1 – 11 of 11) sorted by relevance
609 if( pValues[4].hasValue() ) SetDragWithCopy( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()764 maOptionsMisc.SetDragWithCopy( pView->IsDragWithCopy() ); in SdOptionsMiscItem()779 maOptionsMisc.SetDragWithCopy( pOpts->IsDragWithCopy() ); in SdOptionsMiscItem()818 pOpts->SetDragWithCopy( maOptionsMisc.IsDragWithCopy() ); in SetOptions()
285 mpView->SetDragWithCopy(rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseMove()385 mpView->SetDragWithCopy(pFrameView->IsDragWithCopy()); in MouseButtonUp()
698 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()892 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
186 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
712 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
144 void SetDragWithCopy(sal_Bool bOn) { bDragWithCopy = bOn; } in SetDragWithCopy() function in SdrDragView
212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
233 SetDragWithCopy(sal_False); in BegDragObj()
818 SetDragWithCopy(MODKEY_CopyDrag); in DoMouseEvent()
443 aOptsItem.GetOptionsMisc().SetDragWithCopy( aCbxCopy.IsChecked() ); in FillItemSet()
352 …void SetDragWithCopy( sal_Bool bOn = sal_True ) { if( bDragWithCopy != bOn ) { OptionsChanged(); b… in SetDragWithCopy() function in SdOptionsMisc
Completed in 116 milliseconds