| /aoo41x/main/sw/source/ui/ribbar/ | 
| H A D | drawbase.cxx | 101 	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 D | conform.cxx | 66 	pSdrView->SetOrtho(rMEvt.IsShift());  in MouseButtonDown()67 	pSdrView->SetAngleSnapEnabled(rMEvt.IsShift());  in MouseButtonDown()
 
 | 
| /aoo41x/main/sd/source/ui/func/ | 
| H A D | fusel.cxx | 283 					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 D | fuediglu.cxx | 165 			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 D | fudraw.cxx | 153 			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 D | futext.cxx | 346 						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 D | fupoor.cxx | 353 				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 D | fuconstr.cxx | 216 		else if (rMEvt.IsLeft() && !rMEvt.IsShift() && !rMEvt.IsMod1() && !rMEvt.IsMod2() &&  in MouseButtonUp()248 		!rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift() )  in MouseButtonUp()
 
 | 
| /aoo41x/main/reportdesign/source/ui/report/ | 
| H A D | dlgedfunc.cxx | 231 …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()
 
 | 
| /aoo41x/main/sc/source/ui/drawfunc/ | 
| H A D | fudraw.cxx | 89 	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 D | futext.cxx | 168 				if ( rMEvt.IsShift() )  in MouseButtonDown()266 					if (!rMEvt.IsShift())  in MouseButtonDown()
 415 		pView->EndDragObj( rMEvt.IsShift() );  in MouseButtonUp()
 
 | 
| /aoo41x/main/svtools/source/brwbox/ | 
| H A D | ebbcontrols.cxx | 70 						(!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()
 
 | 
| /aoo41x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsSelectionFunction.cxx | 516             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()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | split.cxx | 408 …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 D | taskpanelist.cxx | 207     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 D | dlgctrl.cxx | 592             if ( aKeyCode.IsShift() )  in ImplDlgCtrl()699                             if ( aKeyCode.IsShift() )  in ImplDlgCtrl()
 722                             if ( aKeyCode.IsShift() )  in ImplDlgCtrl()
 752                         if ( aKeyCode.IsShift() )  in ImplDlgCtrl()
 
 | 
| /aoo41x/main/basctl/source/dlged/ | 
| H A D | dlgedfunc.cxx | 168 				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()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | graphctl.cxx | 456 					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 D | measctrl.cxx | 132 	sal_Bool bZoomIn  = rMEvt.IsLeft() && !rMEvt.IsShift();  in MouseButtonDown()133 	sal_Bool bZoomOut = rMEvt.IsRight() || rMEvt.IsShift();  in MouseButtonDown()
 
 | 
| H A D | connctrl.cxx | 315 	sal_Bool bZoomIn  = rMEvt.IsLeft() && !rMEvt.IsShift();  in MouseButtonDown()316 	sal_Bool bZoomOut = rMEvt.IsRight() || rMEvt.IsShift();  in MouseButtonDown()
 
 | 
| /aoo41x/main/sd/source/ui/animations/ | 
| H A D | motionpathtag.cxx | 555 				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()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | tabcontr.cxx | 135         && !rMEvt.IsShift())  in MouseButtonDown()156 	else if (rMEvt.IsLeft() && rMEvt.IsMod1() && !rMEvt.IsMod2() && !rMEvt.IsShift())  in MouseButtonDown()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | colorpicker.cxx | 331         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()
 
 | 
| /aoo41x/main/dbaccess/source/ui/querydesign/ | 
| H A D | TableWindow.cxx | 567 	sal_Bool   bShift = rCode.IsShift();  in HandleKeyInput()680 				if ( rCode.IsShift() )  in PreNotify()
 707 					if ( rCode.IsShift() )  in PreNotify()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | cmdevt.hxx | 156     sal_Bool            IsShift() const  in IsShift()  function in CommandWheelData277     sal_Bool            IsShift()   const { return (mnCode & MODKEY_SHIFT) ? sal_True : sal_False; }  in IsShift()  function in CommandModKeyData
 
 |