Searched refs:aKEvnt (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | sta_list.cxx | 1096 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect ) in ImplKeyInput() argument 1105 nID1 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, pWin, &aKEvnt ); in ImplKeyInput() 1106 nID2 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, pWin, &aKEvnt ); in ImplKeyInput() 1114 if ( !Application::CallAccel( aKEvnt.GetKeyCode() ) ) in ImplKeyInput() 1116 CALL_EVENT_WITH_NOTIFY( EVENT_KEYINPUT, aKEvnt, pWin, KeyInput ) in ImplKeyInput() 1118 KeyCode aCode = aKEvnt.GetKeyCode(); in ImplKeyInput() 1134 CALL_EVENT_WITH_NOTIFY( EVENT_KEYUP, aKEvnt, pWin, KeyUp ) in ImplKeyInput()
|
H A D | statemnt.hxx | 487 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect=sal_False );
|
Completed in 20 milliseconds