Home
last modified time | relevance | path

Searched refs:rKEvt (Results 1 – 25 of 314) sorted by path

12345678910>>...13

/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx133 virtual void KeyInput( const KeyEvent& rKEvt );
134 virtual void KeyUp( const KeyEvent& rKEvt );
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx56 virtual void KeyInput( const KeyEvent& rKEvt );
57 virtual void KeyUp( const KeyEvent& rKEvt );
109 void PlayerChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
111 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
112 GetParent()->KeyInput( rKEvt ); in KeyInput()
117 void PlayerChildWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
119 SystemChildWindow::KeyUp( rKEvt ); in KeyUp()
120 GetParent()->KeyUp( rKEvt ); in KeyUp()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx138 void MediaChildWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
140 SystemChildWindow::KeyInput( rKEvt ); in KeyInput()
141 GetParent()->KeyInput( rKEvt ); in KeyInput()
146 void MediaChildWindow::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
148 SystemChildWindow::KeyUp( rKEvt ); in KeyUp()
149 GetParent()->KeyUp( rKEvt ); in KeyUp()
488 void MediaWindowImpl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
493 pMediaWindow->KeyInput( rKEvt ); in KeyInput()
498 void MediaWindowImpl::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
503 pMediaWindow->KeyUp( rKEvt ); in KeyUp()
H A Dmediawindow_impl.hxx72 virtual void KeyInput( const KeyEvent& rKEvt );
73 virtual void KeyUp( const KeyEvent& rKEvt );
114 virtual void KeyInput( const KeyEvent& rKEvt );
115 virtual void KeyUp( const KeyEvent& rKEvt );
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx418 void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
432 if ( !TextEngine::DoesKeyChangeText( rKEvt ) || ImpCanModify() ) in KeyInput()
434 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_Y ) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
438 if ( ( rKEvt.GetKeyCode().GetCode() == KEY_TAB ) && !rKEvt.GetKeyCode().IsMod1() && in KeyInput()
439 !rKEvt.GetKeyCode().IsMod2() && !GetEditView()->IsReadOnly() ) in KeyInput()
445 if ( !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
454 bDone = pEditView->KeyInput( rKEvt ); in KeyInput()
459 if ( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
460 Window::KeyInput( rKEvt ); in KeyInput()
471 if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_CURSOR ) in KeyInput()
[all …]
H A Dbaside3.cxx205 void DialogWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
209 if( rKEvt.GetKeyCode() == KEY_BACKSPACE ) in KeyInput()
221 if( pBindings && rKEvt.GetKeyCode() == KEY_TAB ) in KeyInput()
224 if( !pEditor->KeyInput( rKEvt ) ) in KeyInput()
226 if( !SfxViewShell::Current()->KeyInput( rKEvt ) ) in KeyInput()
227 Window::KeyInput( rKEvt ); in KeyInput()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx530 sal_Bool DlgEditor::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
532 return pFunc->KeyInput( rKEvt ); in KeyInput()
H A Ddlgedfunc.cxx131 sal_Bool DlgEdFunc::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
138 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
/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.cxx523 void __EXPORT TestWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
525 char nCharCode = rKEvt.GetCharCode(); in KeyInput()
526 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
529 if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
532 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx50 void RangeEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
52 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
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.hxx109 virtual bool execute_KeyInput( const KeyEvent& rKEvt )=0;
457 virtual bool execute_KeyInput( const KeyEvent& rKEvt );
H A DChartController_Window.cxx1322 bool ChartController::execute_KeyInput( const KeyEvent& rKEvt ) in execute_KeyInput() argument
1340 KeyCode aKeyCode( rKEvt.GetKeyCode()); in execute_KeyInput()
1354 if( pDrawViewWrapper->KeyInput(rKEvt,m_pChartWindow) ) in execute_KeyInput()
H A DChartWindow.cxx174 void ChartWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
178 if( !m_pWindowController->execute_KeyInput(rKEvt) ) in KeyInput()
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/dialogs/
H A Dcolorpicker.cxx397 virtual void KeyInput( const KeyEvent& rKEvt );
691 void ColorFieldControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
693 bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput()
694 bool bCtrl = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
695 bool bAlt = rKEvt.GetKeyCode().IsMod2(); in KeyInput()
699 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
707 Control::KeyInput( rKEvt ); in KeyInput()
803 virtual void KeyInput( const KeyEvent& rKEvt );
988 if ( !rKEvt.GetKeyCode().IsMod2() && !rKEvt.GetKeyCode().IsShift() ) in KeyInput()
990 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
[all …]
H A Dhangulhanjadlg.cxx406 void SuggestionDisplay::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
408 implGetCurrentControl().KeyInput( rKEvt ); in KeyInput()
410 void SuggestionDisplay::KeyUp( const KeyEvent& rKEvt ) in KeyUp() argument
412 implGetCurrentControl().KeyUp( rKEvt ); in KeyUp()
H A Dhyphen.cxx61 virtual void KeyInput( const KeyEvent &rKEvt );
71 void HyphenEdit_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
74 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
89 Edit::KeyInput(rKEvt); in KeyInput()
92 Control::KeyInput( rKEvt ); // An den Dialog weiterleiten in KeyInput()
H A Dthesdlg.cxx247 void ThesaurusAlternativesCtrl_Impl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
249 const KeyCode& rKey = rKEvt.GetKeyCode(); in KeyInput()
252 GetParent()->KeyInput( rKEvt ); // parent will close dialog... in KeyInput()
256 SvxCheckListBox::KeyInput( rKEvt ); in KeyInput()
H A Dthesdlg_impl.hxx159 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/cui/source/inc/
H A Dacccfg.hxx75 void KeyInput( const KeyEvent &rKEvt );
206 void KeyInput( const KeyEvent &rKEvt );
H A Dautocdlg.hxx80 virtual void KeyInput( const KeyEvent& rKEvt );

Completed in 167 milliseconds

12345678910>>...13