Home
last modified time | relevance | path

Searched refs:GetKeyCode (Results 51 – 75 of 264) sorted by relevance

1234567891011

/aoo41x/main/sd/source/ui/func/
H A Dfusel.cxx949 switch (rKEvt.GetKeyCode().GetCode()) in KeyInput()
962 if(rKEvt.GetKeyCode().IsShift()&&(nEditMode == SID_BEZIER_INSERT)){ in KeyInput()
965 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1007 if(rKEvt.GetKeyCode().IsShift()&&(nEditMode == SID_BEZIER_INSERT)) in KeyInput()
/aoo41x/main/svtools/source/dialogs/
H A Daddresstemplate.cxx1278 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify()
1279 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify()
1280 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify()
1281 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
/aoo41x/main/basctl/source/basicide/
H A Dbasicbox.cxx273 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in PreNotify()
501 sal_uInt16 nKeyCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in PreNotify()
/aoo41x/main/sfx2/source/sidebar/
H A DFocusManager.cxx644 HandleKeyEvent(pKeyEvent->GetKeyCode(), *pSource); in IMPL_LINK()
702 switch (pKeyEvent->GetKeyCode().GetCode()) in IMPL_LINK()
/aoo41x/main/cui/source/options/
H A Doptfltr.cxx406 if(!rKEvt.GetKeyCode().GetModifier() && in KeyInput()
407 KEY_SPACE == rKEvt.GetKeyCode().GetCode()) in KeyInput()
H A Dfontsubs.cxx488 if(!rKEvt.GetKeyCode().GetModifier() && in KeyInput()
489 KEY_SPACE == rKEvt.GetKeyCode().GetCode()) in KeyInput()
/aoo41x/main/svx/source/fmcomp/
H A Dgridctrl.cxx337 if (rEvt.GetKeyCode() == KEY_RETURN && GetText().Len()) in KeyInput()
345 else if (rEvt.GetKeyCode() == KEY_TAB) in KeyInput()
3433 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify()
3434 sal_Bool bShift = pKeyEvent->GetKeyCode().IsShift(); in PreNotify()
3435 sal_Bool bCtrl = pKeyEvent->GetKeyCode().IsMod1(); in PreNotify()
3436 sal_Bool bAlt = pKeyEvent->GetKeyCode().IsMod2(); in PreNotify()
3493 if (rEvt.GetKeyCode().GetFunction() == KEYFUNC_COPY) in KeyInput()
/aoo41x/main/sd/source/ui/slideshow/
H A Dshowwin.cxx113 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
138 const int nKeyCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
/aoo41x/main/basic/workben/
H A Dmgrtest.cxx526 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
529 if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
/aoo41x/main/vcl/source/window/
H A Dsyswin.cxx123 if( rNEvt.GetKeyEvent()->GetKeyCode().GetCode() == KEY_F6 && in PreNotify()
124 rNEvt.GetKeyEvent()->GetKeyCode().IsMod1() && in PreNotify()
125 !rNEvt.GetKeyEvent()->GetKeyCode().IsShift() ) in PreNotify()
H A Dmenu.cxx4952 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in KeyInput()
4972 if( nCode == KEY_F6 && !rKEvent.GetKeyCode().IsMod1() ) in KeyInput()
5080 …rCode && pMenu) ? pMenu->GetItemList()->SearchItem( nCharCode, rKEvent.GetKeyCode(), nPos, nDuplic… in KeyInput()
5097 …if ( !rKEvent.GetKeyCode().IsMod2() && ( nCode != KEY_HELP ) && ( rKEvent.GetKeyCode().GetGroup() … in KeyInput()
5732 sal_uInt16 nCode = rKEvent.GetKeyCode().GetCode(); in ImplHandleKeyEvent()
5745 if ( nCode == KEY_MENU && !rKEvent.GetKeyCode().IsShift() ) // only F10, not Shift-F10 in ImplHandleKeyEvent()
5840 else if ( nCode == KEY_ESCAPE || ( nCode == KEY_F6 && rKEvent.GetKeyCode().IsMod1() ) ) in ImplHandleKeyEvent()
5857 if( nCode == KEY_F6 && rKEvent.GetKeyCode().IsMod1() ) in ImplHandleKeyEvent()
5867 if ( !bDone && ( bFromMenu || rKEvent.GetKeyCode().IsMod2() ) ) in ImplHandleKeyEvent()
5873 …MenuItemData* pData = pMenu->GetItemList()->SearchItem( nCharCode, rKEvent.GetKeyCode(), nEntry, n… in ImplHandleKeyEvent()
[all …]
H A Dmnemonicengine.cxx101 sal_Bool bAccelKey = _rKEvt.GetKeyCode().IsMod2(); in HandleKeyEvent()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl1.cxx1192 sal_Bool bMod2 = rKEvt.GetKeyCode().IsMod2(); in KeyInput()
1210 sal_Bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
1211 sal_Bool bShift = rKEvt.GetKeyCode().IsShift(); in KeyInput()
1233 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
1339 if( rKEvt.GetKeyCode().IsShift() ) in KeyInput()
1372 if( rKEvt.GetKeyCode().IsShift() ) in KeyInput()
1377 if( rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
3973 KeyCode aCode = rKEvt.GetKeyCode(); in KeyInput()
4643 …DBG_ASSERT( rKEvt.GetKeyCode().IsMod2(), "*SvxIconChoiceCtrl_Impl::HandleShortCutKey(): no <ALT> p… in HandleShortCutKey()
/aoo41x/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx553 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
613 if (pSdrView->AreObjectsMarked() && rKEvt.GetKeyCode().IsMod2()) in KeyInput()
H A Ddselect.cxx63 switch (rKEvt.GetKeyCode().GetCode()) in KeyInput()
/aoo41x/main/svx/source/gallery2/
H A Dgalbrws1.cxx611 sal_Bool bMod1 = rKEvt.GetKeyCode().IsMod1(); in KeyInput()
613 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
H A Dgalbrws2.cxx762 switch( rKEvt.GetKeyCode().GetCode() ) in KeyInput()
780 if( bAddLink && rKEvt.GetKeyCode().IsShift() && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
/aoo41x/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx380 KeyFuncType eFunc = rKEvt.GetKeyCode().GetFunction(); in KeyInput()
381 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput()
/aoo41x/main/chart2/source/controller/dialogs/
H A DRangeEdit.cxx52 const KeyCode& rKeyCode = rKEvt.GetKeyCode(); in KeyInput()
/aoo41x/main/svx/source/table/
H A Dtablecontroller.cxx222 switch( rKEvt.GetKeyCode().GetCode() ) in onKeyInput()
246 return executeAction( nAction, ( rKEvt.GetKeyCode().IsShift() ) ? sal_True : sal_False, pWindow ); in onKeyInput()
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()
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx1465 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
1493 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
2681 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
2704 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
3627 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
3650 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp()
4333 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput()
H A Dcombobox.cxx830 sal_uInt16 nKeyCode = aKeyEvt.GetKeyCode().GetCode(); in Notify()
839 …Code == KEY_DOWN ) && mpFloatWin && !mpFloatWin->IsInPopupMode() && aKeyEvt.GetKeyCode().IsMod2() ) in Notify()
850 …KeyCode == KEY_UP ) && mpFloatWin && mpFloatWin->IsInPopupMode() && aKeyEvt.GetKeyCode().IsMod2() ) in Notify()
H A Dlstbox.cxx955 switch( aKeyEvt.GetKeyCode().GetCode() ) in PreNotify()
960 aKeyEvt.GetKeyCode().IsMod2() ) in PreNotify()
977 aKeyEvt.GetKeyCode().IsMod2() ) in PreNotify()
/aoo41x/main/sw/inc/
H A DIMark.hxx85 virtual const KeyCode& GetKeyCode() const =0;
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1853 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in ProcessKey()
1854 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in ProcessKey()
1855 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in ProcessKey()
1856 sal_Bool bAlt = rEvt.GetKeyCode().IsMod2(); in ProcessKey()

Completed in 252 milliseconds

1234567891011