Searched refs:IsDragWithCopy (Results 1 – 11 of 11) sorted by relevance
533 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()
1011 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()
878 bRet=EndDragObj(IsDragWithCopy()); in DoMouseEvent()
179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()187 mpView->EndDragObj( mpView->IsDragWithCopy() ); in MouseButtonUp()
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()
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 77 milliseconds