Home
last modified time | relevance | path

Searched refs:IsShift (Results 1 – 25 of 115) sorted by relevance

12345

/trunk/main/sd/source/ui/func/
H A Dfusel.cxx283 if (!rMEvt.IsShift()) in MouseButtonDown()
366 if ( ! (rMEvt.IsShift() || rMEvt.IsMod2())) in MouseButtonDown()
379 if ( !rMEvt.IsShift() && !rMEvt.IsMod2() ) in MouseButtonDown()
481 if (!rMEvt.IsShift()) in MouseButtonDown()
500 if (!mpView->IsPointMarked(aVEvt.pHdl) || rMEvt.IsShift()) in MouseButtonDown()
502 if (!rMEvt.IsShift()) in MouseButtonDown()
562 (!rMEvt.IsShift() || eHit == SDRHIT_MARKEDOBJECT)) in MouseButtonDown()
573 if (!rMEvt.IsShift()) in MouseButtonDown()
833 !rMEvt.IsMod1() && !rMEvt.IsShift() ) in MouseButtonUp()
904 !rMEvt.IsShift() && !rMEvt.IsMod2()) in MouseButtonUp()
[all …]
H A Dfuediglu.cxx165 if (!rMEvt.IsShift()) in MouseButtonDown()
170 else if (eHit == SDRHIT_MARKEDOBJECT && !rMEvt.IsShift() && !rMEvt.IsMod2()) in MouseButtonDown()
182 if (!rMEvt.IsShift()) in MouseButtonDown()
198 if (!rMEvt.IsShift() && !rMEvt.IsMod2() && eHit == SDRHIT_UNMARKEDOBJECT) in MouseButtonDown()
209 bMarked = mpView->MarkNextObj(aMDPos, nHitLog, rMEvt.IsShift()); in MouseButtonDown()
213 bMarked = mpView->MarkObj(aMDPos, nHitLog, rMEvt.IsShift()); in MouseButtonDown()
218 (!rMEvt.IsShift() || eHit == SDRHIT_MARKEDOBJECT)) in MouseButtonDown()
228 if (!rMEvt.IsShift()) in MouseButtonDown()
298 !rMEvt.IsShift() && !rMEvt.IsMod2()) in MouseButtonUp()
340 if(rKEvt.GetKeyCode().IsShift()&& mpView->IsInsGluePointMode() ){ in KeyInput()
[all …]
H A Dfudraw.cxx153 bOrtho = !rMEvt.IsShift(); in MouseButtonDown()
157 bOrtho = rMEvt.IsShift() != pFrameView->IsOrtho(); in MouseButtonDown()
200 sal_Bool bAngleSnap = rMEvt.IsShift() == !pFrameView->IsAngleSnapEnabled(); in MouseButtonDown()
228 …&& ((mpView->GetEditMode() == SDREDITMODE_EDIT && !bHitHdl) || (rMEvt.IsShift() && bSnapModPressed… in MouseButtonDown()
277 bOrtho = !rMEvt.IsShift(); in MouseMove()
281 bOrtho = rMEvt.IsShift() != pFrameView->IsOrtho(); in MouseMove()
323 sal_Bool bAngleSnap = rMEvt.IsShift() == !pFrameView->IsAngleSnapEnabled(); in MouseMove()
471 if(!mpView->MarkNextObj( !aCode.IsShift() )) in KeyInput()
479 mpView->MarkNextObj(!aCode.IsShift()); in KeyInput()
873 mpView->MarkObj(aMDPos, nHitLog, rMEvt.IsShift(), sal_True); in DoubleClick()
H A Dfutext.cxx346 if (!rMEvt.IsShift() && eHit == SDRHIT_TEXTEDITOBJ) in MouseButtonDown()
441 if ( !rMEvt.IsShift() ) in MouseButtonDown()
482 if( !rMEvt.IsShift() ) in MouseButtonDown()
720 !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsRight() && in MouseButtonUp()
812 !rMEvt.IsShift() && !rMEvt.IsMod2() ) in MouseButtonUp()
982 sal_Bool bShift = nCode.IsShift(); in KeyInput()
H A Dfupoor.cxx353 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in IMPL_LINK_INLINE_END()
601 if(rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END()
608 if(!rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END()
745 else if(rKEvt.GetKeyCode().IsShift()) in IMPL_LINK_INLINE_END()
H A Dfuconstr.cxx216 else if (rMEvt.IsLeft() && !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() && in MouseButtonUp()
248 !rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift() ) in MouseButtonUp()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx101 pSdrView->SetOrtho(doConstructOrthogonal() ? !rMEvt.IsShift() : rMEvt.IsShift()); in MouseButtonDown()
102 pSdrView->SetAngleSnapEnabled(rMEvt.IsShift()); in MouseButtonDown()
167 if (!rMEvt.IsShift()) in MouseButtonDown()
189 if (!rMEvt.IsShift()) in MouseButtonDown()
235 if (!rMEvt.IsShift()) in MouseButtonDown()
281 pSdrView->SetOrtho(doConstructOrthogonal() ? !rMEvt.IsShift() : rMEvt.IsShift()); in MouseMove()
282 pSdrView->SetAngleSnapEnabled(rMEvt.IsShift()); in MouseMove()
390 m_pSh->SelectObj(aPnt, ( rMEvt.IsShift() && in MouseButtonUp()
409 m_pSh->SelectObj(aPnt, ( rMEvt.IsShift() && in MouseButtonUp()
447 if (!rMEvt.IsShift()) in MouseButtonUp()
[all …]
H A Dconform.cxx57 pSdrView->SetOrtho(rMEvt.IsShift()); in MouseButtonDown()
58 pSdrView->SetAngleSnapEnabled(rMEvt.IsShift()); in MouseButtonDown()
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx231 …m_rView.PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt) != SDRHIT_MARKEDOBJECT && !rMEvt.IsShift() ) in MouseButtonDown()
337 if ( !m_rView.MarkNextObj( !rCode.IsShift() ) ) in handleKeyEvent()
341 m_rView.MarkNextObj( !rCode.IsShift() ); in handleKeyEvent()
353 ((SdrHdlList&)rHdlList).TravelFocusHdl( !rCode.IsShift() ); in handleKeyEvent()
727 if( !rMEvt.IsShift() ) in MouseButtonDown()
789 !rMEvt.IsShift() && !rMEvt.IsMod2() ) in MouseButtonUp()
811 …ion()->getSectionWindow()->getViewsWindow()->getShapeType()) ? !rMEvt.IsShift() : rMEvt.IsShift()); in MouseMove()
812 m_rView.SetAngleSnapEnabled(rMEvt.IsShift()); in MouseMove()
866 if ( !rMEvt.IsShift() ) in MouseButtonDown()
882 if( !rMEvt.IsShift() ) in MouseButtonDown()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx89 sal_Bool bShift = rMEvt.IsShift(); in DoModifiers()
355 if(!pView->MarkNextObj( !aCode.IsShift() )) in KeyInput()
363 pView->MarkNextObj(!aCode.IsShift()); in KeyInput()
379 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in KeyInput()
511 else if(rKEvt.GetKeyCode().IsShift()) // #121236# Support for shift key in calc in KeyInput()
642 if(rKEvt.GetKeyCode().IsShift()) in KeyInput()
649 if(!rKEvt.GetKeyCode().IsShift()) in KeyInput()
H A Dfutext.cxx168 if ( rMEvt.IsShift() ) in MouseButtonDown()
266 if (!rMEvt.IsShift()) in MouseButtonDown()
415 pView->EndDragObj( rMEvt.IsShift() ); in MouseButtonUp()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx70 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify()
119 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
177 (!pEvt->GetKeyCode().IsShift() && pEvt->GetKeyCode().IsMod1())) in PreNotify()
215 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx516 MoveFocus(FocusManager::FMD_LEFT, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
522 MoveFocus(FocusManager::FMD_RIGHT, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
528 MoveFocus(FocusManager::FMD_UP, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
534 MoveFocus(FocusManager::FMD_DOWN, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
574 if (rCode.IsShift()) in KeyInput()
1047 if (rEvent.IsShift()) in EncodeMouseEvent()
1069 if (rEvent.GetKeyCode().IsShift()) in EncodeKeyEvent()
/trunk/main/vcl/source/window/
H A Dsplit.cxx408 …aNewPos = Point( ImplSplitterActive() ? aPos.X() : mnSplitPos, aKeyCode.IsShift() ? 0 : aSize.Heig… in ImplKbdTracking()
410 …aNewPos = Point( aKeyCode.IsShift() ? 0 : aSize.Width()/2, ImplSplitterActive() ? aPos.Y() : mnSpl… in ImplKbdTracking()
426 if( aKeyCode.IsShift() ) in ImplKbdTracking()
721 if( aKeyCode.IsShift() && pSibling ) in KeyInput()
H A Dtaskpanelist.cxx207 sal_Bool bForward = !aKeyCode.IsShift(); in HandleKeyEvent()
210 bSplitterOnly = aKeyCode.IsMod1() && aKeyCode.IsShift(); in HandleKeyEvent()
222 if( !pWin->IsDialog() && aKeyCode.IsMod1() && !aKeyCode.IsShift() ) in HandleKeyEvent()
H A Ddlgctrl.cxx592 if ( aKeyCode.IsShift() ) in ImplDlgCtrl()
699 if ( aKeyCode.IsShift() ) in ImplDlgCtrl()
722 if ( aKeyCode.IsShift() ) in ImplDlgCtrl()
752 if ( aKeyCode.IsShift() ) in ImplDlgCtrl()
H A Dwinproc.cxx1007 …if ( aKeyCode.IsShift() && aKeyCode.IsMod1() && (aKeyCode.IsMod2() || aKeyCode.IsMod3()) && (aKeyC… in ImplHandleKey()
1134 if( (nCode == KEY_F1) && aKeyCode.IsShift() ) in ImplHandleKey()
1150 …if ( (nCode == KEY_CONTEXTMENU) || ((nCode == KEY_F10) && aKeyCode.IsShift() && !aKeyCode.IsMod1()… in ImplHandleKey()
1152 …else if ( ( (nCode == KEY_F2) && aKeyCode.IsShift() ) || ( (nCode == KEY_F1) && aKeyCode.IsMod1() … in ImplHandleKey()
1154 ( (nCode == KEY_F1) && aKeyCode.IsShift() && bToolboxFocus ) ) in ImplHandleKey()
1182 else if ( aKeyCode.IsShift() ) in ImplHandleKey()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx168 if ( !pView->MarkNextObj( !aCode.IsShift() ) ) in KeyInput()
172 pView->MarkNextObj( !aCode.IsShift() ); in KeyInput()
184 ((SdrHdlList&)rHdlList).TravelFocusHdl( !aCode.IsShift() ); in KeyInput()
515 if ( !rMEvt.IsShift() ) in MouseButtonDown()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx456 bool bForward = !aCode.IsShift(); in KeyInput()
471 sal_Bool bForward(!aCode.IsShift()); in KeyInput()
656 if(rKEvt.GetKeyCode().IsShift()) in KeyInput()
663 if(!rKEvt.GetKeyCode().IsShift()) in KeyInput()
H A Dmeasctrl.cxx132 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown()
133 sal_Bool bZoomOut = rMEvt.IsRight() || rMEvt.IsShift(); in MouseButtonDown()
H A Dconnctrl.cxx315 sal_Bool bZoomIn = rMEvt.IsLeft() && !rMEvt.IsShift(); in MouseButtonDown()
316 sal_Bool bZoomOut = rMEvt.IsRight() || rMEvt.IsShift(); in MouseButtonDown()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx555 if (!mrView.IsPointMarked(pHdl) || rMEvt.IsShift()) in MouseButtonDown()
557 if (!rMEvt.IsShift()) in MouseButtonDown()
666 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in OnTabHandles()
703 if(rKEvt.GetKeyCode().IsShift()) in OnMarkHandle()
710 if(!rKEvt.GetKeyCode().IsShift()) in OnMarkHandle()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx331 if( rKeyCode.IsShift() ) in ImplProcessKeyInput()
652 if( rMEvt.IsLeft() && !rMEvt.IsShift() ) in MouseButtonDown()
693 bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput()
961 if( rMEvt.IsLeft() && !rMEvt.IsShift() ) in MouseButtonDown()
988 if ( !rKEvt.GetKeyCode().IsMod2() && !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx135 && !rMEvt.IsShift()) in MouseButtonDown()
156 else if (rMEvt.IsLeft() && rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift()) in MouseButtonDown()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx567 sal_Bool bShift = rCode.IsShift(); in HandleKeyInput()
680 if ( rCode.IsShift() ) in PreNotify()
707 if ( rCode.IsShift() ) in PreNotify()

Completed in 166 milliseconds

12345