Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/ui/app/
H A Doptsitem.cxx533 IsDragWithCopy() == rOpt.IsDragWithCopy() && in operator ==()
684 pValues[ 4 ] <<= IsDragWithCopy(); in WriteData()
776 maOptionsMisc.SetDragWithCopy( pView->IsDragWithCopy() ); in SdOptionsMiscItem()
791 maOptionsMisc.SetDragWithCopy( pOpts->IsDragWithCopy() ); in SdOptionsMiscItem()
830 pOpts->SetDragWithCopy( maOptionsMisc.IsDragWithCopy() ); in SetOptions()
/aoo4110/main/svx/source/svdraw/
H A Dsvddrgmt.cxx1011 if (getSdrDragView().IsDragWithCopy()) rStr+=ImpGetResStr(STR_EditWithCopy); in TakeSdrDragComment()
1563 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
1856 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2168 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2306 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2596 if (getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
2896 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3551 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
3706 if(getSdrDragView().IsDragWithCopy()) in TakeSdrDragComment()
H A Dsvdview.cxx878 bRet=EndDragObj(IsDragWithCopy()); in DoMouseEvent()
/aoo4110/main/sd/source/ui/func/
H A Dfuconstr.cxx179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
187 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
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 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()
/aoo4110/main/svx/inc/svx/
H A Dsvddrgv.hxx145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy() function in SdrDragView
/aoo4110/main/sd/source/ui/view/
H A Dfrmview.cxx212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()
367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
/aoo4110/main/sd/source/ui/dlg/
H A Dtpoption.cxx501 aCbxCopy.Check( aOptsItem.GetOptionsMisc().IsDragWithCopy() ); in Reset()
/aoo4110/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 69 milliseconds