Home
last modified time | relevance | path

Searched refs:bDragWithCopy (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuconstr.cxx141 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
143 if (bDragWithCopy) in MouseButtonUp()
145 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
148 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfusel.cxx670 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
672 if (bDragWithCopy) in MouseButtonUp()
674 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
677 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
872 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
874 if (bDragWithCopy) in MouseButtonUp()
876 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
879 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfutext.cxx663 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
665 if (bDragWithCopy) in MouseButtonUp()
667 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
670 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuconstr.cxx140 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
142 if (bDragWithCopy) in MouseButtonUp()
144 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
147 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfusel.cxx663 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
665 if (bDragWithCopy) in MouseButtonUp()
667 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
670 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
864 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
866 if (bDragWithCopy) in MouseButtonUp()
868 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
871 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
H A Dfutext.cxx659 bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp() local
661 if (bDragWithCopy) in MouseButtonUp()
663 bDragWithCopy = !mpView->IsPresObjSelected(false); in MouseButtonUp()
666 mpView->SetDragWithCopy(bDragWithCopy); in MouseButtonUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Doptsitem.hxx194 bool bDragWithCopy : 1; // Misc/CopyWhileMoving member in SdOptionsMisc
244 bool IsDragWithCopy() const { Init(); return bDragWithCopy; } in IsDragWithCopy()
284 …void SetDragWithCopy( bool bOn ) { if( bDragWithCopy != bOn ) { OptionsChanged(); bDragWithCopy in SetDragWithCopy()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Doptsitem.hxx194 bool bDragWithCopy : 1; // Misc/CopyWhileMoving member in SdOptionsMisc
244 bool IsDragWithCopy() const { Init(); return bDragWithCopy; } in IsDragWithCopy()
284 …void SetDragWithCopy( bool bOn ) { if( bDragWithCopy != bOn ) { OptionsChanged(); bDragWithCopy in SetDragWithCopy()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Doptsitem.cxx406 bDragWithCopy( false ), in SdOptionsMisc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Doptsitem.cxx405 bDragWithCopy( false ), in SdOptionsMisc()