Home
last modified time | relevance | path

Searched refs:PostKeyEvent (Results 1 – 25 of 26) sorted by path

12

/trunk/main/automation/source/server/
H A Dsta_list.cxx1105 nID1 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, pWin, &aKEvnt ); in ImplKeyInput()
1106 nID2 = Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, pWin, &aKEvnt ); in ImplKeyInput()
/trunk/main/avmedia/source/viewer/
H A Dmediaevent_impl.cxx82 …Application::PostKeyEvent( VCLEVENT_WINDOW_KEYINPUT, reinterpret_cast< ::Window* >( mpNotifyWindow… in keyPressed()
101 …Application::PostKeyEvent( VCLEVENT_WINDOW_KEYUP, reinterpret_cast< ::Window* >( mpNotifyWindow ),… in keyReleased()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx126 EDITENG_DLLPRIVATE sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pView );
H A Deditview.hxx145 sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent );
H A Doutliner.hxx263 sal_Bool PostKeyEvent( const KeyEvent& rKEvt );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx826 sal_Bool EditEngine::PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pEditView ) in PostKeyEvent() function in EditEngine
H A Deditview.cxx418 sal_Bool EditView::PostKeyEvent( const KeyEvent& rKeyEvent ) in PostKeyEvent() function in EditView
422 return pImpEditView->PostKeyEvent( rKeyEvent ); in PostKeyEvent()
H A Dimpedit.cxx1007 sal_Bool ImpEditView::PostKeyEvent( const KeyEvent& rKeyEvent ) in PostKeyEvent() function in ImpEditView
1051 bDone = pEditEngine->PostKeyEvent( rKeyEvent, GetEditViewPtr() ); in PostKeyEvent()
H A Dimpedit.hxx288 sal_Bool PostKeyEvent( const KeyEvent& rKeyEvent );
H A Dimpedit2.cxx393 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RETURN, 0 ) ) ); in Command()
398 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RETURN, KEY_SHIFT ) ) ); in Command()
403 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_TAB, 0 ) ) ); in Command()
408 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1 ) ) ); in Command()
413 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_RIGHT, KEY_MOD1 ) ) ); in Command()
418 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_UP, 0 ) ) ); in Command()
423 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_UP, 0 ) ) ); in Command()
433 pView->PostKeyEvent( KeyEvent( 0, KeyCode( KEY_LEFT, KEY_MOD1|KEY_SHIFT ) ) ); in Command()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx103 sal_Bool OutlinerView::PostKeyEvent( const KeyEvent& rKEvt ) in PostKeyEvent() function in OutlinerView
268 return bKeyProcessed ? sal_True : pEditView->PostKeyEvent( rKEvt ); in PostKeyEvent()
/trunk/main/forms/source/richtext/
H A Drichtextviewport.cxx76 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3157 if( pTableView->PostKeyEvent( KeyEvent( CHAR_CR, KeyCode(KEY_RETURN) ) ) ) in KeyInput()
3160 if( pTopView->PostKeyEvent( KeyEvent( CHAR_CR, KeyCode(KEY_RETURN) ) ) ) in KeyInput()
3171 if ( pTableView->PostKeyEvent( rKEvt ) ) in KeyInput()
3174 if ( pTopView->PostKeyEvent( rKEvt ) ) in KeyInput()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext.cxx814 pOLV->PostKeyEvent( *pInitialKey ); in SetInEditMode()
/trunk/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx595 else if ( !pEdView->PostKeyEvent( rKEvt ) ) in KeyInput()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx183 bDone = mpOutlinerView->PostKeyEvent( rKeyEvt ); in KeyInput()
/trunk/main/sd/source/ui/func/
H A Dfuoltext.cxx256 bReturn = pOutlineView->GetViewByWindow(mpWindow)->PostKeyEvent(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx148 pOLV->PostKeyEvent(aKeyEvent); in ImpAddPrintableCharactersToTextEdit()
877 pOLV->PostKeyEvent(aKEvt); in FuSupport()
H A Doutlnvsh.cxx588 pOutlView->PostKeyEvent(aKEvt); in FuSupport()
/trunk/main/starmath/source/
H A Dedit.cxx429 if ( !pEditView->PostKeyEvent(rKEvt) ) in IMPL_LINK_INLINE_END()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1276 if (pTextEditOutlinerView->PostKeyEvent(rKEvt)) in KeyInput()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx1365 pOLV->PostKeyEvent(rKEvt); in getKeyboardAction()
/trunk/main/svx/workben/
H A Dedittest.cxx313 pEditView->PostKeyEvent( rKEvt ); in KeyInput()
1699 BOOL bDone = pEditView->PostKeyEvent( rKEvt ); in KeyInput()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx212 bDone = GetTextView() && GetTextView()->PostKeyEvent( rKeyEvt ); in KeyInput()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx328 static sal_uLong PostKeyEvent( sal_uLong nEvent, Window *pWin, KeyEvent* pKeyEvent );

Completed in 199 milliseconds

12