Home
last modified time | relevance | path

Searched refs:rKEvt (Results 126 – 150 of 314) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/ui/drawfunc/
H A Dfuconpol.cxx154 sal_Bool __EXPORT FuConstPolygon::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
156 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
/trunk/main/cui/source/inc/
H A Dhangulhanjadlg.hxx83 virtual void KeyInput( const KeyEvent& rKEvt );
84 virtual void KeyUp( const KeyEvent& rKEvt );
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx928 void OfaACorrCheckListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
930 if(!rKEvt.GetKeyCode().GetModifier() && in KeyInput()
931 KEY_SPACE == rKEvt.GetKeyCode().GetCode()) in KeyInput()
952 SvxSimpleTable::KeyInput(rKEvt); in KeyInput()
1967 void AutoCorrEdit::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1969 const KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1976 Edit::KeyInput(rKEvt); in KeyInput()
1979 Edit::KeyInput(rKEvt); in KeyInput()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx976 sal_Bool FuText::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
981 KeyCode nCode = rKEvt.GetKeyCode(); in KeyInput()
1003 …tor() == SdrInventor && mxTextObj->GetObjIdentifier() == OBJ_TITLETEXT && rKEvt.GetKeyCode().GetCo… in KeyInput()
1011 KeyEvent aKEvt(rKEvt.GetCharCode(), aKeyCode); in KeyInput()
H A Dfuconstr.cxx266 sal_Bool FuConstruct::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
271 bReturn = FuDraw::KeyInput(rKEvt); in KeyInput()
H A Dfucon3d.cxx410 sal_Bool FuConstruct3dObject::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
412 return( FuConstruct::KeyInput(rKEvt) ); in KeyInput()
H A Dfuconbez.cxx264 sal_Bool FuConstructBezierPolygon::KeyInput(const KeyEvent& rKEvt) in KeyInput() argument
266 sal_Bool bReturn = FuConstruct::KeyInput(rKEvt); in KeyInput()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx248 void __EXPORT SvIconView::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
255 sal_Bool bKeyUsed = pImp->KeyInput( rKEvt ); in KeyInput()
257 SvLBox::KeyInput( rKEvt ); in KeyInput()
/trunk/main/reportdesign/source/ui/dlg/
H A DCondition.cxx133 virtual void KeyInput( const KeyEvent& rKEvt );
183 void OColorPopup::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
185 m_aColorSet.KeyInput(rKEvt); in KeyInput()
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx202 virtual void KeyInput(const KeyEvent& rKEvt);
290 virtual void KeyInput(const KeyEvent& rKEvt);
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx1001 void IMapWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1003 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
1037 GraphCtrl::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx514 void CustomAnimationList::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
516 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
531 ::SvTreeListBox::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx868 void SdNavigatorWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
872 if (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) in KeyInput()
891 Window::KeyInput(rKEvt); in KeyInput()
H A Dsdtreelb.cxx1241 void SdPageObjsTLB::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1243 if( rKEvt.GetKeyCode().GetCode() == KEY_RETURN ) in KeyInput()
1257 else if (rKEvt.GetKeyCode().GetCode() == KEY_SPACE) in KeyInput()
1312 SvTreeListBox::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2982 sal_Bool ScInputHandler::KeyInput( const KeyEvent& rKEvt, sal_Bool bStartEdit /* = sal_False */ ) in KeyInput() argument
2990 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
2996 sal_Unicode nChar = rKEvt.GetCharCode(); in KeyInput()
3097 sal_Bool bCursorKey = EditEngine::DoesKeyMoveCursor(rKEvt); in KeyInput()
3099 if ( !bUsed && !bSkip && ( bDoEnter || EditEngine::DoesKeyChangeText(rKEvt) || in KeyInput()
3171 if ( pTableView->PostKeyEvent( rKEvt ) ) in KeyInput()
3174 if ( pTopView->PostKeyEvent( rKEvt ) ) in KeyInput()
3185 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput()
/trunk/main/svtools/inc/svtools/
H A Divctrl.hxx244 virtual void KeyInput( const KeyEvent& rKEvt );
325 sal_Bool DoKeyInput( const KeyEvent& rKEvt );
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1690 void Calendar::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
1694 sal_Bool bExpand = rKEvt.GetKeyCode().IsShift(); in KeyInput()
1695 sal_Bool bExtended = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
1697 switch ( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
1750 Control::KeyInput( rKEvt ); in KeyInput()
1754 Control::KeyInput( rKEvt ); in KeyInput()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx255 sal_Bool DrawKeyInput(const KeyEvent& rKEvt);
301 virtual void KeyInput(const KeyEvent& rKEvt);
H A Dtabvwsh.hxx261 sal_Bool TabKeyInput(const KeyEvent& rKEvt);
262 sal_Bool SfxKeyInput(const KeyEvent& rKEvt);
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx433 void SwAddressPreview::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
435 sal_uInt16 nKey = rKEvt.GetKeyCode().GetCode(); in KeyInput()
470 Window::KeyInput(rKEvt); in KeyInput()
/trunk/main/vcl/source/control/
H A Dspinfld.cxx536 const KeyEvent& rKEvt = *rNEvt.GetKeyEvent(); in Notify() local
539 sal_uInt16 nMod = rKEvt.GetKeyCode().GetModifier(); in Notify()
540 switch ( rKEvt.GetKeyCode().GetCode() ) in Notify()
/trunk/main/sc/source/ui/view/
H A Dolinewin.cxx992 void ScOutlineWindow::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
994 const KeyCode& rKCode = rKEvt.GetKeyCode(); in KeyInput()
1035 default: Window::KeyInput( rKEvt ); in KeyInput()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx367 void OCreationList::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
369 const KeyCode& rCode = rKEvt.GetKeyCode(); in KeyInput()
381 SvTreeListBox::KeyInput(rKEvt); in KeyInput()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx312 void TextViewOutWin::KeyInput( const KeyEvent& rKEvt ) in KeyInput() argument
314 if(!TextEngine::DoesKeyChangeText( rKEvt )) in KeyInput()
315 pTextView->KeyInput( rKEvt ); in KeyInput()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1399 void NavigatorTree::KeyInput(const ::KeyEvent& rKEvt) in KeyInput() argument
1402 const KeyCode& rCode = rKEvt.GetKeyCode(); in KeyInput()
1405 if (rKEvt.GetKeyCode().GetCode() == KEY_DELETE && !rKEvt.GetKeyCode().GetModifier()) in KeyInput()
1431 SvTreeListBox::KeyInput(rKEvt); in KeyInput()

Completed in 196 milliseconds

12345678910>>...13