Home
last modified time | relevance | path

Searched refs:SetDragWithCopy (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/sd/source/ui/app/
H A Doptsitem.cxx619 if( pValues[4].hasValue() ) SetDragWithCopy( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
776 maOptionsMisc.SetDragWithCopy( pView->IsDragWithCopy() ); in SdOptionsMiscItem()
791 maOptionsMisc.SetDragWithCopy( pOpts->IsDragWithCopy() ); in SdOptionsMiscItem()
830 pOpts->SetDragWithCopy( maOptionsMisc.IsDragWithCopy() ); in SetOptions()
/aoo41x/main/sd/source/ui/func/
H A Dfudraw.cxx285 mpView->SetDragWithCopy(rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseMove()
385 mpView->SetDragWithCopy(pFrameView->IsDragWithCopy()); in MouseButtonUp()
H A Dfuconstr.cxx186 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfusel.cxx698 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
892 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfutext.cxx712 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
/aoo41x/main/svx/inc/svx/
H A Dsvddrgv.hxx144 void SetDragWithCopy(sal_Bool bOn) { bDragWithCopy = bOn; } in SetDragWithCopy() function in SdrDragView
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()
367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
/aoo41x/main/svx/source/svdraw/
H A Dsvddrgv.cxx233 SetDragWithCopy(sal_False); in BegDragObj()
H A Dsvdview.cxx818 SetDragWithCopy(MODKEY_CopyDrag); in DoMouseEvent()
/aoo41x/main/sd/source/ui/dlg/
H A Dtpoption.cxx443 aOptsItem.GetOptionsMisc().SetDragWithCopy( aCbxCopy.IsChecked() ); in FillItemSet()
/aoo41x/main/sd/source/ui/inc/
H A Doptsitem.hxx352 …void SetDragWithCopy( sal_Bool bOn = sal_True ) { if( bDragWithCopy != bOn ) { OptionsChanged(); b… in SetDragWithCopy() function in SdOptionsMisc

Completed in 196 milliseconds