Home
last modified time | relevance | path

Searched refs:KeyInput (Results 1 – 25 of 404) sorted by path

12345678910>>...17

/trunk/main/automation/source/server/
H A Dsta_list.cxx1116 CALL_EVENT_WITH_NOTIFY( EVENT_KEYINPUT, aKEvnt, pWin, KeyInput ) in ImplKeyInput()
/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx133 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx56 virtual void KeyInput( const KeyEvent& rKEvt );
109 void PlayerChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in avmedia::gst::PlayerChildWindow
111 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
112 GetParent()->KeyInput( rKEvt ); in KeyInput()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow.cxx106 void MediaWindow::KeyInput( const KeyEvent& /* rKEvt */ ) in KeyInput() function in avmedia::MediaWindow
H A Dmediawindow_impl.cxx138 void MediaChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in avmedia::priv::MediaChildWindow
140 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
141 GetParent()->KeyInput( rKEvt ); in KeyInput()
488 void MediaWindowImpl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in avmedia::priv::MediaWindowImpl
493 pMediaWindow->KeyInput( rKEvt ); in KeyInput()
H A Dmediawindow_impl.hxx72 virtual void KeyInput( const KeyEvent& rKEvt );
114 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/basctl/source/basicide/
H A Dbaside2.hxx144 virtual void KeyInput( const KeyEvent& rKeyEvt );
H A Dbaside2b.cxx418 void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in EditorWindow
454 bDone = pEditView->KeyInput( rKEvt ); in KeyInput()
459 if ( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
460 Window::KeyInput( rKEvt ); in KeyInput()
H A Dbaside3.cxx205 void DialogWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in DialogWindow
224 if( !pEditor->KeyInput( rKEvt ) ) in KeyInput()
226 if( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
227 Window::KeyInput( rKEvt ); in KeyInput()
H A Dbastype4.hxx45 virtual void KeyInput( const KeyEvent& rKEvent );
H A Dobjdlg.cxx73 void ObjectTreeListBox::KeyInput( const KeyEvent& rEvt ) in KeyInput() function in ObjectTreeListBox
79 BasicTreeListBox::KeyInput( rEvt ); in KeyInput()
H A Dobjdlg.hxx43 virtual void KeyInput( const KeyEvent& rEvt );
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx530 sal_Bool DlgEditor::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in DlgEditor
532 return pFunc->KeyInput( rKEvt ); in KeyInput()
H A Ddlgedfunc.cxx131 sal_Bool DlgEdFunc::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in DlgEdFunc
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx66 virtual void KeyInput( const KeyEvent& rKEvt );
H A Ddlged.hxx179 sal_Bool KeyInput( const KeyEvent& rKEvt );
H A Ddlgedfunc.hxx54 virtual sal_Bool KeyInput( const KeyEvent& rKEvt );
/trunk/main/basic/workben/
H A Dmgrtest.cxx94 virtual void KeyInput( const KeyEvent& rKeyEvt );
523 void __EXPORT TestWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in TestWindow
532 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx50 void RangeEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in chart::RangeEdit
61 Edit::KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/inc/
H A DRangeEdit.hxx43 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1354 if( pDrawViewWrapper->KeyInput(rKEvt,m_pChartWindow) ) in execute_KeyInput()
H A DChartWindow.cxx174 void ChartWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() function in chart::ChartWindow
179 Window::KeyInput(rKEvt); in KeyInput()
182 Window::KeyInput( rKEvt ); in KeyInput()
H A DChartWindow.hxx62 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/cui/source/customize/
H A Dacccfg.cxx653 void SfxAccCfgTabListBox_Impl::KeyInput(const KeyEvent& aKey) in KeyInput() function in SfxAccCfgTabListBox_Impl
692 SvTabListBox::KeyInput(aKey); in KeyInput()
H A Dcfg.cxx1568 void SvxMenuEntriesListBox::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() function in SvxMenuEntriesListBox
1589 SvTreeListBox::KeyInput( rKeyEvent ); in KeyInput()
4956 void SvxToolbarEntriesListBox::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput() function in SvxToolbarEntriesListBox
4966 SvxMenuEntriesListBox::KeyInput( rKeyEvent ); in KeyInput()

Completed in 146 milliseconds

12345678910>>...17