Home
last modified time | relevance | path

Searched refs:rKEvt (Results 76 – 100 of 314) sorted by relevance

12345678910>>...13

/trunk/main/basctl/source/basicide/
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/svtools/inc/svtools/
H A Dsvlbox.hxx366 virtual void KeyInput( const KeyEvent& rKEvt );
488 bool HandleKeyInput( const KeyEvent& rKEvt );
623 virtual void KeyInput( const KeyEvent& rKEvt );
653 sal_Bool KeyInput( const KeyEvent& rKEvt );
H A Dexpander.hxx64 virtual void KeyInput( const KeyEvent& rKEvt );
65 virtual void KeyUp( const KeyEvent& rKEvt );
H A Dfixedhyper.hxx100 virtual void KeyInput( const KeyEvent& rKEvt );
195 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx378 void DBTreeListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
380 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput()
381 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
440 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/vcl/inc/vcl/
H A Dedit.hxx111 SAL_DLLPRIVATE sal_Bool ImplHandleKeyEvent( const KeyEvent& rKEvt );
160 virtual void KeyInput( const KeyEvent& rKEvt );
175 static sal_Bool IsCharInput( const KeyEvent& rKEvt );
/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx161 sal_Bool ScGridWindow::DrawKeyInput(const KeyEvent& rKEvt) in DrawKeyInput() argument
169 if (pDraw->KeyInput( rKEvt )) in DrawKeyInput()
180 rKEvt.GetKeyCode().GetCode() == KEY_DELETE ) in DrawKeyInput()
/trunk/main/vcl/inc/
H A Dilstbox.hxx259 virtual void KeyInput( const KeyEvent& rKEvt );
306 sal_Bool ProcessKeyInput( const KeyEvent& rKEvt );
459 sal_Bool ProcessKeyInput( const KeyEvent& rKEvt ) { return maLBWindow.ProcessKeyInput( rKEvt ); } in ProcessKeyInput() argument
/trunk/main/cui/source/dialogs/
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()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx287 void Window::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
289 if (!(mpViewShell && mpViewShell->KeyInput(rKEvt, this))) in KeyInput()
291 if (mpViewShell && rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in KeyInput()
297 ::Window::KeyInput(rKEvt); in KeyInput()
H A Dviewoverlaymanager.cxx130 virtual bool KeyInput( const KeyEvent& rKEvt );
357 bool ChangePlaceholderTag::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
359 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
/trunk/main/svx/source/sdr/contact/
H A Dsdrmediawindow.hxx47 virtual void KeyInput( const KeyEvent& rKEvt );
48 virtual void KeyUp( const KeyEvent& rKEvt );
/trunk/main/svtools/workben/
H A Dsvdem.cxx223 void KeyInput( const KeyEvent& rKEvt );
1067 void MyWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1069 if ( rKEvt.GetKeyCode().GetCode() == KEY_P ) in KeyInput()
1080 else if ( rKEvt.GetCharCode() == '+' ) in KeyInput()
1082 else if ( rKEvt.GetCharCode() == '-' ) in KeyInput()
1085 WorkWindow::KeyInput( rKEvt ); in KeyInput()
/trunk/main/vcl/source/control/
H A Dfield2.cxx482 static sal_Bool ImplPatternProcessKeyInput( Edit* pEdit, const KeyEvent& rKEvt, in ImplPatternProcessKeyInput() argument
494 KeyCode aCode = rKEvt.GetKeyCode(); in ImplPatternProcessKeyInput()
495 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplPatternProcessKeyInput()
639 if ( rKEvt.GetKeyCode().IsMod2() || (cChar < 32) || (cChar == 127) ) in ImplPatternProcessKeyInput()
1190 static sal_Bool ImplDateProcessKeyInput( Edit*, const KeyEvent& rKEvt, ExtDateFieldFormat eFormat, in ImplDateProcessKeyInput() argument
1193 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplDateProcessKeyInput()
1194 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplDateProcessKeyInput()
2376 static sal_Bool ImplTimeProcessKeyInput( Edit*, const KeyEvent& rKEvt, in ImplTimeProcessKeyInput() argument
2381 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplTimeProcessKeyInput()
2387 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplTimeProcessKeyInput()
H A Dfield.cxx75 static sal_Bool ImplNumericProcessKeyInput( Edit*, const KeyEvent& rKEvt, in ImplNumericProcessKeyInput() argument
83 xub_Unicode cChar = rKEvt.GetCharCode(); in ImplNumericProcessKeyInput()
84 sal_uInt16 nGroup = rKEvt.GetKeyCode().GetGroup(); in ImplNumericProcessKeyInput()
1085 static sal_Bool ImplMetricProcessKeyInput( Edit* pEdit, const KeyEvent& rKEvt, in ImplMetricProcessKeyInput() argument
1090 return ImplNumericProcessKeyInput( pEdit, rKEvt, sal_False, bUseThousandSep, rWrapper ); in ImplMetricProcessKeyInput()
2094 static sal_Bool ImplCurrencyProcessKeyInput( Edit* pEdit, const KeyEvent& rKEvt, in ImplCurrencyProcessKeyInput() argument
2099 return ImplNumericProcessKeyInput( pEdit, rKEvt, sal_False, bUseThousandSep, rWrapper ); in ImplCurrencyProcessKeyInput()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx214 bool SvxTableController::onKeyInput(const KeyEvent& rKEvt, Window* pWindow ) in onKeyInput() argument
222 switch( rKEvt.GetKeyCode().GetCode() ) in onKeyInput()
244 sal_uInt16 nAction = getKeyboardAction( rKEvt, pWindow ); in onKeyInput()
246 return executeAction( nAction, ( rKEvt.GetKeyCode().IsShift() ) ? sal_True : sal_False, pWindow ); in onKeyInput()
1225 sal_uInt16 SvxTableController::getKeyboardAction( const KeyEvent& rKEvt, Window* /*pWindow*/ ) in getKeyboardAction() argument
1227 const bool bMod1 = rKEvt.GetKeyCode().IsMod1(); // ctrl in getKeyboardAction()
1228 const bool bMod2 = rKEvt.GetKeyCode().IsMod2() != 0; // Alt in getKeyboardAction()
1239 const sal_Int16 nCode = rKEvt.GetKeyCode().GetCode(); in getKeyboardAction()
1365 pOLV->PostKeyEvent(rKEvt); in getKeyboardAction()
/trunk/main/framework/inc/uielement/
H A Dcomboboxtoolbarcontroller.hxx51 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
77 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dedittoolbarcontroller.hxx49 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
73 virtual void KeyInput( const KeyEvent& rKEvt );
H A Dspinfieldtoolbarcontroller.hxx52 virtual void KeyInput( const KeyEvent& rKEvt ) = 0;
82 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/formula/inc/formula/
H A Dfuncutl.hxx48 virtual void KeyInput( const KeyEvent& rKEvt );
85 virtual void KeyInput( const KeyEvent& rKEvt );
/trunk/main/cui/source/options/
H A Doptdict.cxx790 void SvxDictEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
792 const KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
799 Edit::KeyInput(rKEvt); in KeyInput()
802 Edit::KeyInput(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.hxx50 virtual bool KeyInput( const KeyEvent& rKEvt );
66 bool OnMove( const KeyEvent& rKEvt );
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx577 void __EXPORT SvxComboBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
579 sal_Unicode cChar = rKEvt.GetCharCode(); in KeyInput()
592 ComboBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/svx/source/dialog/
H A Ddialcontrol.cxx337 void DialControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
339 const KeyCode& rKCode = rKEvt.GetKeyCode(); in KeyInput()
343 Control::KeyInput( rKEvt ); in KeyInput()
/trunk/main/svx/source/form/
H A Dfmview.cxx502 sal_Bool FmFormView::KeyInput(const KeyEvent& rKEvt, Window* pWin) in KeyInput() argument
505 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
548 bDone = E3dView::KeyInput(rKEvt,pWin); in KeyInput()

Completed in 161 milliseconds

12345678910>>...13