Home
last modified time | relevance | path

Searched refs:rKEvt (Results 101 – 125 of 316) sorted by relevance

12345678910>>...13

/aoo41x/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx132 virtual void KeyInput( const KeyEvent& rKEvt );
133 virtual void KeyUp( const KeyEvent& rKEvt );
/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuconarc.cxx131 sal_Bool __EXPORT FuConstArc::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
133 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfuconuno.cxx125 sal_Bool __EXPORT FuConstUnoControl::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
127 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfuconrec.cxx159 sal_Bool __EXPORT FuConstRectangle::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
161 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfuconcustomshape.cxx148 sal_Bool __EXPORT FuConstCustomShape::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
150 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfutext.cxx587 sal_Bool __EXPORT FuText::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
591 if ( pView->KeyInput(rKEvt, pWindow) ) in KeyInput()
598 bReturn = FuDraw::KeyInput(rKEvt); in KeyInput()
/aoo41x/main/vcl/source/control/
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()
H A Dscrbar.cxx1173 void ScrollBar::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1175 if ( !rKEvt.GetKeyCode().GetModifier() ) in KeyInput()
1177 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
1206 Control::KeyInput( rKEvt ); in KeyInput()
1211 Control::KeyInput( rKEvt ); in KeyInput()
H A Dilstbox.cxx1412 void ImplListBoxWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1414 if( !ProcessKeyInput( rKEvt ) ) in KeyInput()
1415 Control::KeyInput( rKEvt ); in KeyInput()
1424 sal_Bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt ) in ProcessKeyInput() argument
1430 KeyCode aKeyCode = rKEvt.GetKeyCode(); in ProcessKeyInput()
1632 mnSelectModifier = rKEvt.GetKeyCode().GetModifier(); in ProcessKeyInput()
1682 bDone = maQuickSelectionEngine.HandleKeyEvent( rKEvt ); in ProcessKeyInput()
1703 mnSelectModifier = rKEvt.GetKeyCode().GetModifier(); in ProcessKeyInput()
/aoo41x/main/sd/source/ui/view/
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()
/aoo41x/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()
H A D_bmpmask.cxx107 virtual void KeyInput( const KeyEvent& rKEvt );
145 void MaskSet::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
147 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
152 ValueSet::KeyInput( rKEvt ); in KeyInput()
163 ValueSet::KeyInput( rKEvt ); in KeyInput()
H A Ddlgctl3d.cxx1125 void SvxLightCtl3D::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1127 const KeyCode aCode(rKEvt.GetKeyCode()); in KeyInput()
1131 Control::KeyInput( rKEvt ); in KeyInput()
1227 Control::KeyInput( rKEvt ); in KeyInput()
/aoo41x/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()
/aoo41x/main/sd/source/ui/func/
H A Dfuconuno.cxx162 sal_Bool FuConstructUnoControl::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
164 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfuconarc.cxx207 sal_Bool FuConstructArc::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
209 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
H A Dfuconcs.cxx211 sal_Bool FuConstructCustomShape::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
213 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
/aoo41x/main/svtools/source/table/
H A Dtablecontrol.cxx96 void TableControl::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
98 if ( !m_pImpl->getInputHandler()->KeyInput( *m_pImpl, rKEvt ) ) in KeyInput()
99 Control::KeyInput( rKEvt ); in KeyInput()
H A Ddefaultinputhandler.cxx144 bool DefaultInputHandler::KeyInput( ITableControl& _rControl, const KeyEvent& rKEvt ) in KeyInput() argument
148 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx550 sal_Bool SwDrawBase::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
553 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
613 if (pSdrView->AreObjectsMarked() && rKEvt.GetKeyCode().IsMod2()) in KeyInput()
/aoo41x/main/cui/source/inc/
H A Dacccfg.hxx75 void KeyInput( const KeyEvent &rKEvt );
206 void KeyInput( const KeyEvent &rKEvt );
/aoo41x/main/formula/source/ui/dlg/
H A Dfuncpage.cxx53 void FormulaListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
55 KeyEvent aKEvt=rKEvt; in KeyInput()
/aoo41x/main/sw/source/ui/index/
H A Dcnttab.cxx663 virtual void KeyInput( const KeyEvent& rKEvt );
689 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
717 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
1816 virtual void KeyInput( const KeyEvent& rKEvt );
1852 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
1874 Edit::KeyInput(rKEvt); in KeyInput()
1907 virtual void KeyInput( const KeyEvent& rKEvt );
1988 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
2015 PushButton::KeyInput(rKEvt); in KeyInput()
2668 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify() local
[all …]
/aoo41x/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx448 void ScCsvRuler::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
450 const KeyCode& rKCode = rKEvt.GetKeyCode(); in KeyInput()
481 ScCsvControl::KeyInput( rKEvt ); in KeyInput()
/aoo41x/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx56 SVX_DLLPRIVATE virtual bool onKeyInput(const KeyEvent& rKEvt, Window* pWin);
144 SVX_DLLPRIVATE sal_uInt16 getKeyboardAction( const KeyEvent& rKEvt, Window* pWindow );

Completed in 527 milliseconds

12345678910>>...13