Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1004 if (getSdrDragView().IsDragWithCopy()) rStr+=ImpGetResStr(STR_EditWithCopy); in TakeSdrDragComment()
1555 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
1848 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2160 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2298 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2588 if (getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2888 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3543 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3698 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
H A Dsvdview.cxx878 bRet=EndDragObj(IsDragWithCopy()); in DoMouseEvent()
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dsvddrgv.hxx145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy() function in SdrDragView
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()
367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx501 aCbxCopy.Check( aOptsItem.GetOptionsMisc().IsDragWithCopy() ); in Reset()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx309 sal_Bool IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; } in IsDragWithCopy() function in SdOptionsMisc