Searched refs:ImplHandleKeyEvent (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/control/ |
H A D | edit.cxx | 1525 sal_Bool Edit::ImplHandleKeyEvent( const KeyEvent& rKEvt ) in ImplHandleKeyEvent() function in Edit 1858 if ( mpSubEdit || !ImplHandleKeyEvent( rKEvt ) ) in KeyInput() 2209 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command() 2214 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_RIGHT, KEY_MOD1 ) ) ); in Command() 2224 ImplHandleKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
|
H A D | tabctrl.cxx | 952 long TabControl::ImplHandleKeyEvent( const KeyEvent& rKeyEvent ) in ImplHandleKeyEvent() function in TabControl 1005 ImplHandleKeyEvent( *pKeyEvent ); in IMPL_LINK() 1579 nRet = ImplHandleKeyEvent( *rNEvt.GetKeyEvent() ); in Notify()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 82 SAL_DLLPRIVATE long ImplHandleKeyEvent( const KeyEvent& rKeyEvent );
|
H A D | edit.hxx | 111 SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvt );
|
H A D | menu.hxx | 414 …SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_T…
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 698 … sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_True ); 3424 sal_Bool MenuBar::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent() function in MenuBar 3436 bDone = ((MenuBarWindow*)pWin)->ImplHandleKeyEvent( rKEvent, bFromMenu ); in ImplHandleKeyEvent() 5719 if ( !ImplHandleKeyEvent( rKEvent ) ) in KeyInput() 5723 sal_Bool MenuBarWindow::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent() function in MenuBarWindow
|
H A D | syswin.cxx | 109 if ( pMBar && pMBar->ImplHandleKeyEvent( *rNEvt.GetKeyEvent(), sal_False ) ) in Notify()
|
Completed in 82 milliseconds