Home
last modified time | relevance | path

Searched refs:aKEvnt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/automation/source/server/
H A Dsta_list.cxx1096 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 Dstatemnt.hxx488 void ImplKeyInput( Window* pWin, KeyEvent &aKEvnt, sal_Bool bForceDirect=sal_False );

Completed in 21 milliseconds