Searched refs:IsDragWithCopy (Results 1 – 11 of 11) sorted by relevance
523 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()
1009 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()
878 bRet=EndDragObj(IsDragWithCopy()); in DoMouseEvent()
691 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()
179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()187 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
285 mpView->SetDragWithCopy(rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseMove()385 mpView->SetDragWithCopy(pFrameView->IsDragWithCopy()); in MouseButtonUp()
705 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()713 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
145 sal_Bool IsDragWithCopy() const { return bDragWithCopy; } in IsDragWithCopy() function in SdrDragView
212 SetDragWithCopy( pFrameView->IsDragWithCopy() ); in FrameView()367 SetDragWithCopy(pOptions->IsDragWithCopy()); in Update()
501 aCbxCopy.Check( aOptsItem.GetOptionsMisc().IsDragWithCopy() ); in Reset()
309 sal_Bool IsDragWithCopy() const { Init(); return (sal_Bool) bDragWithCopy; } in IsDragWithCopy() function in SdOptionsMisc
Completed in 71 milliseconds