Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/app/
H A Doptsitem.cxx523 IsDragWithCopy() == rOpt.IsDragWithCopy() && in operator ==()
674 pValues[ 4 ] <<= IsDragWithCopy(); in WriteData()
764 maOptionsMisc.SetDragWithCopy( pView->IsDragWithCopy() ); in SdOptionsMiscItem()
779 maOptionsMisc.SetDragWithCopy( pOpts->IsDragWithCopy() ); in SdOptionsMiscItem()
818 pOpts->SetDragWithCopy( maOptionsMisc.IsDragWithCopy() ); in SetOptions()
/aoo42x/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1009 if (getSdrDragView().IsDragWithCopy()) rStr+=ImpGetResStr(STR_EditWithCopy); in TakeSdrDragComment()
1560 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
1853 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2165 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2303 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2593 if (getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2893 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3548 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3703 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
H A Dsvdview.cxx878 bRet=EndDragObj(IsDragWithCopy()); in DoMouseEvent()
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx691 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
699 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
885 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
893 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
H A Dfuconstr.cxx179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
187 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
H A Dfudraw.cxx285 mpView->SetDragWithCopy(rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseMove()
385 mpView->SetDragWithCopy(pFrameView->IsDragWithCopy()); in MouseButtonUp()
H A Dfutext.cxx705 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
713 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
/aoo42x/main/svx/inc/svx/
H A Dsvddrgv.hxx145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy() function in SdrDragView
/aoo42x/main/sd/source/ui/view/
H A Dfrmview.cxx212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()
367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
/aoo42x/main/sd/source/ui/dlg/
H A Dtpoption.cxx501 aCbxCopy.Check( aOptsItem.GetOptionsMisc().IsDragWithCopy() ); in Reset()
/aoo42x/main/sd/source/ui/inc/
H A Doptsitem.hxx309 sal_Bool IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; } in IsDragWithCopy() function in SdOptionsMisc

Completed in 110 milliseconds