Lines Matching refs:rKEvt
134 void SvInplaceEdit::KeyInput( const KeyEvent& rKEvt ) in IMPL_LINK_INLINE_END()
137 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in IMPL_LINK_INLINE_END()
151 Edit::KeyInput( rKEvt ); in IMPL_LINK_INLINE_END()
208 virtual void KeyInput( const KeyEvent& rKEvt );
217 virtual void KeyInput( const KeyEvent& rKEvt );
230 void MyEdit_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
232 if( !pOwner->KeyInput( rKEvt )) in KeyInput()
233 Edit::KeyInput( rKEvt ); in KeyInput()
248 void MyMultiEdit_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
250 if( !pOwner->KeyInput( rKEvt )) in KeyInput()
251 MultiLineEdit::KeyInput( rKEvt ); in KeyInput()
348 sal_Bool SvInplaceEdit2::KeyInput( const KeyEvent& rKEvt ) in IMPL_LINK_INLINE_END()
351 KeyCode aCode = rKEvt.GetKeyCode(); in IMPL_LINK_INLINE_END()
1533 void SvLBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1535 bool bHandled = HandleKeyInput( rKEvt ); in KeyInput()
1537 Control::KeyInput( rKEvt ); in KeyInput()