Lines Matching refs:KeyInput
134 void SvInplaceEdit::KeyInput( const KeyEvent& rKEvt ) 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() function in MyEdit_Impl
232 if( !pOwner->KeyInput( rKEvt )) in KeyInput()
233 Edit::KeyInput( rKEvt ); in KeyInput()
248 void MyMultiEdit_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in MyMultiEdit_Impl
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()
1533 void SvLBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in SvLBox
1537 Control::KeyInput( rKEvt ); in KeyInput()