Lines Matching refs:rKEvt
239 sal_Bool __EXPORT FuDraw::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
244 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
302 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
328 if( rKEvt.GetKeyCode().GetModifier() == 0 ) in KeyInput()
350 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
375 if(rKEvt.GetKeyCode().IsMod1() || rKEvt.GetKeyCode().IsMod2()) in KeyInput()
379 sal_Bool bForward(!rKEvt.GetKeyCode().IsShift()); in KeyInput()
407 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
432 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
473 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
502 if(!rKEvt.GetKeyCode().IsMod1() && !bReadOnly) in KeyInput()
504 if(rKEvt.GetKeyCode().IsMod2()) 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()
691 bReturn = FuPoor::KeyInput(rKEvt); in KeyInput()
699 …if( !pView->IsTextEdit() && 1 == rMarkList.GetMarkCount() && EditEngine::IsSimpleCharInput(rKEvt) ) in KeyInput()
704 if ( lcl_KeyEditMode( pObj, pViewShell, &rKEvt ) ) in KeyInput()