Lines Matching refs:rKEvt
96 virtual void KeyInput( const KeyEvent& rKEvt );
1188 sal_Bool SvxIconChoiceCtrl_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1192 sal_Bool bMod2 = rKEvt.GetKeyCode().IsMod2(); in KeyInput()
1193 sal_Unicode cChar = rKEvt.GetCharCode(); in KeyInput()
1210 sal_Bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
1211 sal_Bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput()
1233 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1339 if( rKEvt.GetKeyCode().IsShift() ) in KeyInput()
1372 if( rKEvt.GetKeyCode().IsShift() ) in KeyInput()
1377 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
3971 void IcnViewEdit_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
3973 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
3991 MultiLineEdit::KeyInput( rKEvt ); in KeyInput()
4637 sal_Bool SvxIconChoiceCtrl_Impl::HandleShortCutKey( const KeyEvent& rKEvt ) in HandleShortCutKey() argument
4643 …DBG_ASSERT( rKEvt.GetKeyCode().IsMod2(), "*SvxIconChoiceCtrl_Impl::HandleShortCutKey(): no <ALT> p… in HandleShortCutKey()
4645 sal_Unicode cChar = rKEvt.GetCharCode(); in HandleShortCutKey()