Home
last modified time | relevance | path

Searched refs:ImplHandleKeyEvent (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx1525 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 Dtabctrl.cxx952 long TabControl::ImplHandleKeyEvent( const KeyEvent& rKeyEvent ) in ImplHandleKeyEvent() function in TabControl
1005 ImplHandleKeyEvent( *pKeyEvent ); in IMPL_LINK()
1579 nRet = ImplHandleKeyEvent( *rNEvt.GetKeyEvent() ); in Notify()
/trunk/main/vcl/inc/vcl/
H A Dtabctrl.hxx82 SAL_DLLPRIVATE long ImplHandleKeyEvent( const KeyEvent& rKeyEvent );
H A Dedit.hxx111 SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvt );
H A Dmenu.hxx414 …SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu = sal_T…
/trunk/main/vcl/source/window/
H A Dmenu.cxx698 … 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 Dsyswin.cxx109 if ( pMBar && pMBar->ImplHandleKeyEvent( *rNEvt.GetKeyEvent(), sal_False ) ) in Notify()

Completed in 72 milliseconds