/aoo41x/main/automation/source/server/ |
H A D | recorder.cxx | 681 if ( ( !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) && in IMPL_LINK() 684 ( aKeyCode.GetCode() == KEY_SPACE) || in IMPL_LINK() 685 ( aKeyCode.GetCode() == KEY_ADD) || in IMPL_LINK() 686 ( aKeyCode.GetCode() == KEY_SUBTRACT) || in IMPL_LINK() 687 ( aKeyCode.GetCode() == KEY_MULTIPLY) || in IMPL_LINK() 688 ( aKeyCode.GetCode() == KEY_DIVIDE) || in IMPL_LINK() 689 ( aKeyCode.GetCode() == KEY_POINT) || in IMPL_LINK() 690 ( aKeyCode.GetCode() == KEY_COMMA) || in IMPL_LINK() 691 ( aKeyCode.GetCode() == KEY_EQUAL) || in IMPL_LINK() 692 ( aKeyCode.GetCode() == 0) ) ) in IMPL_LINK() [all …]
|
/aoo41x/main/vcl/source/window/ |
H A D | split.cxx | 366 void Splitter::ImplKbdTracking( KeyCode aKeyCode ) in ImplKbdTracking() argument 368 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplKbdTracking() 408 …aNewPos = Point( ImplSplitterActive() ? aPos.X() : mnSplitPos, aKeyCode.IsShift() ? 0 : aSize.Heig… in ImplKbdTracking() 426 if( aKeyCode.IsShift() ) in ImplKbdTracking() 656 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 657 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() 665 ImplKbdTracking( aKeyCode ); in KeyInput() 681 ImplKbdTracking( aKeyCode ); in KeyInput() 721 if( aKeyCode.IsShift() && pSibling ) in KeyInput() 730 ImplKbdTracking( aKeyCode ); in KeyInput() [all …]
|
H A D | winproc.cxx | 961 KeyCode aKeyCode( nKeyCode, nKeyCode ); in ImplHandleKey() local 962 sal_uInt16 nEvCode = aKeyCode.GetCode(); in ImplHandleKey() 997 sal_Bool bCtrlF6 = (aKeyCode.GetCode() == KEY_F6) && aKeyCode.IsMod1(); in ImplHandleKey() 1007 …if ( aKeyCode.IsShift() && aKeyCode.IsMod1() && (aKeyCode.IsMod2() || aKeyCode.IsMod3()) && (aKeyC… in ImplHandleKey() 1091 if( (aKeyCode.GetCode() == KEY_LEFT || aKeyCode.GetCode() == KEY_RIGHT) && in ImplHandleKey() 1093 …aKeyCode = KeyCode( aKeyCode.GetCode() == KEY_LEFT ? KEY_RIGHT : KEY_LEFT, aKeyCode.GetModifier() … in ImplHandleKey() 1150 …ode == KEY_CONTEXTMENU) || ((nCode == KEY_F10) && aKeyCode.IsShift() && !aKeyCode.IsMod1() && !aKe… in ImplHandleKey() 1152 …else if ( ( (nCode == KEY_F2) && aKeyCode.IsShift() ) || ( (nCode == KEY_F1) && aKeyCode.IsMod1() … in ImplHandleKey() 1171 if ( !aKeyCode.GetModifier() ) in ImplHandleKey() 1182 else if ( aKeyCode.IsShift() ) in ImplHandleKey() [all …]
|
H A D | taskpanelist.cxx | 206 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in HandleKeyEvent() local 207 sal_Bool bForward = !aKeyCode.IsShift(); in HandleKeyEvent() 208 if( aKeyCode.GetCode() == KEY_F6 && ! aKeyCode.IsMod2() ) // F6 in HandleKeyEvent() 210 bSplitterOnly = aKeyCode.IsMod1() && aKeyCode.IsShift(); in HandleKeyEvent() 222 if( !pWin->IsDialog() && aKeyCode.IsMod1() && !aKeyCode.IsShift() ) in HandleKeyEvent()
|
H A D | dlgctrl.cxx | 531 KeyCode aKeyCode = rKEvt.GetKeyCode(); in ImplDlgCtrl() local 532 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in ImplDlgCtrl() 592 if ( aKeyCode.IsShift() ) in ImplDlgCtrl() 676 if ( !aKeyCode.IsMod2() ) in ImplDlgCtrl() 685 if ( aKeyCode.IsMod1() ) in ImplDlgCtrl() 699 if ( aKeyCode.IsShift() ) in ImplDlgCtrl() 722 if ( aKeyCode.IsShift() ) in ImplDlgCtrl() 749 if ( !aKeyCode.IsMod1() || (nDlgCtrlFlags & WINDOW_DLGCTRL_MOD1TAB) || in ImplDlgCtrl() 752 if ( aKeyCode.IsShift() ) in ImplDlgCtrl() 1337 KeyCode aKeyCode( nCode, sal_False, sal_False, sal_True, sal_False ); in GetActivationKey() local [all …]
|
H A D | toolbox.cxx | 5573 KeyCode aKeyCode( 0, nModifier ); in TriggerItem() local 5574 ImplActivateItem( aKeyCode ); in TriggerItem() 5665 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplOpenItem() 5690 mnMouseModifier = aKeyCode.GetModifier(); in ImplOpenItem() 5712 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 5713 mnKeyModifier = aKeyCode.GetModifier(); in KeyInput() 5714 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() 5733 ImplOpenItem( aKeyCode ); in KeyInput() 5743 ImplOpenItem( aKeyCode ); in KeyInput() 5753 ImplOpenItem( aKeyCode ); in KeyInput() [all …]
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblebutton.cxx | 249 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local 250 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding() 254 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding() 256 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding() 258 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding() 260 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding() 262 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding() 264 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
|
H A D | vclxaccessibleradiobutton.cxx | 219 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local 220 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding() 224 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding() 226 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding() 228 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding() 230 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding() 232 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding() 234 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
|
H A D | vclxaccessiblecheckbox.cxx | 263 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local 264 if ( aKeyCode.GetCode() != 0 ) in getAccessibleActionKeyBinding() 268 if ( aKeyCode.IsShift() ) in getAccessibleActionKeyBinding() 270 if ( aKeyCode.IsMod1() ) in getAccessibleActionKeyBinding() 272 if ( aKeyCode.IsMod2() ) in getAccessibleActionKeyBinding() 274 if ( aKeyCode.IsMod3() ) in getAccessibleActionKeyBinding() 276 aKeyStroke.KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding() 278 aKeyStroke.KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
|
H A D | vclxaccessiblemenuitem.cxx | 491 KeyCode aKeyCode = aKeyEvent.GetKeyCode(); in getAccessibleActionKeyBinding() local 501 aSeq1[0].KeyCode = aKeyCode.GetCode(); in getAccessibleActionKeyBinding() 503 aSeq1[0].KeyFunc = static_cast< sal_Int16 >( aKeyCode.GetFunction() ); in getAccessibleActionKeyBinding()
|
/aoo41x/main/sw/source/ui/cctrl/ |
H A D | actctrl.cxx | 48 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local 49 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in Notify() 50 if( aKeyCode.GetCode() == KEY_RETURN && in Notify() 125 const KeyCode aKeyCode = rEvt.GetKeyCode(); in KeyInput() local 126 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in KeyInput() 127 if( aKeyCode.GetCode() == KEY_RETURN && in KeyInput()
|
/aoo41x/main/vcl/source/control/ |
H A D | button.cxx | 1465 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 1467 if ( !aKeyCode.GetModifier() && in KeyInput() 1468 ((aKeyCode.GetCode() == KEY_RETURN) || (aKeyCode.GetCode() == KEY_SPACE)) ) in KeyInput() 1493 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp() local 1496 ((aKeyCode.GetCode() == KEY_RETURN) || (aKeyCode.GetCode() == KEY_SPACE)) ) in KeyUp() 2681 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 2683 if ( !aKeyCode.GetModifier() && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyInput() 2704 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyUp() local 3627 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 3629 if ( !aKeyCode.GetModifier() && (aKeyCode.GetCode() == KEY_SPACE) ) in KeyInput() [all …]
|
H A D | menubtn.cxx | 196 KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 197 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() 198 if ( (nCode == KEY_DOWN) && aKeyCode.IsMod2() ) in KeyInput() 201 !aKeyCode.GetModifier() && in KeyInput()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 1014 const KeyCode& aKeyCode = _rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local 1015 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify() 1018 && !aKeyCode.IsShift() in PreNotify() 1021 && aKeyCode.IsMod2() in PreNotify() 1119 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in PreNotify() local 1120 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify() 1122 if ( nKey == KEY_RETURN && !aKeyCode.IsShift() ) in PreNotify() 1130 else if ( nKey == KEY_DOWN && aKeyCode.IsMod2() ) in PreNotify() 1135 else if ( KEYGROUP_CURSOR == aKeyCode.GetGroup() in PreNotify() 1137 || KEYGROUP_FKEYS == aKeyCode.GetGroup() in PreNotify()
|
H A D | commoncontrol.cxx | 153 const KeyCode& aKeyCode = rNEvt.GetKeyEvent()->GetKeyCode(); in handlePreNotify() local 154 sal_uInt16 nKey = aKeyCode.GetCode(); in handlePreNotify() 156 if (nKey == KEY_RETURN && !aKeyCode.IsShift()) in handlePreNotify()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 116 KeyCode aKeyCode = rKEvt.GetKeyCode(); in PostKeyEvent() local 117 KeyFuncType eFunc = aKeyCode.GetFunction(); in PostKeyEvent() 118 sal_uInt16 nCode = aKeyCode.GetCode(); in PostKeyEvent() 181 if ( !bReadOnly && !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) in PostKeyEvent() 187 Indent( aKeyCode.IsShift() ? (-1) : (+1) ); in PostKeyEvent() 193 Indent( aKeyCode.IsShift() ? (-1) : (+1) ); in PostKeyEvent() 223 if( !aKeyCode.IsShift() ) in PostKeyEvent() 247 !aKeyCode.IsShift() && aKeyCode.IsMod1() && in PostKeyEvent()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | bibcont.cxx | 231 const KeyCode aKeyCode = pKEvt->GetKeyCode(); in PreNotify() local 232 sal_uInt16 nKey = aKeyCode.GetCode(); in PreNotify() 233 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in PreNotify()
|
/aoo41x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 1789 XubString aKeyCode; in GetKeyName() local 1794 aKeyCode = pLangTab[LSTR_KEY_SHIFT]; in GetKeyName() 1798 if ( aKeyCode.Len() == 0 ) in GetKeyName() 1802 aKeyCode += '+'; in GetKeyName() 1809 if ( aKeyCode.Len() == 0 ) in GetKeyName() 1813 aKeyCode += '+'; in GetKeyName() 1923 if ( aKeyCode.Len() == 0 ) in GetKeyName() 1924 aKeyCode = aCode; in GetKeyName() 1927 aKeyCode += '+'; in GetKeyName() 1928 aKeyCode += aCode; in GetKeyName() [all …]
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 445 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local 446 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify() 448 if ( aKeyCode.IsMod1() ) in Notify() 450 if ( aKeyCode.IsShift() || (nKeyCode == KEY_PAGEUP) ) in Notify()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 439 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local 440 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify() 443 bHandled = HandleTabKey( aKeyCode.IsShift() ); in Notify() 1202 KeyCode aKeyCode = pKEvt->GetKeyCode(); in Notify() local 1203 sal_uInt16 nKeyCode = aKeyCode.GetCode(); in Notify() 1207 if ( aKeyCode.IsShift() ) { in Notify() 1219 if ( aKeyCode.GetGroup() == KEYGROUP_CURSOR ) in Notify()
|
/aoo41x/main/framework/source/fwe/helper/ |
H A D | acceleratorinfo.cxx | 43 ::rtl::OUString SAL_CALL GetCommandURLFromKeyCode( const KeyCode& aKeyCode ) in GetCommandURLFromKeyCode() argument 46 return _pGetCommandURLFromKeyCode( aKeyCode ); in GetCommandURLFromKeyCode()
|
/aoo41x/main/cui/source/options/ |
H A D | optdict.cxx | 792 const KeyCode aKeyCode = rKEvt.GetKeyCode(); in KeyInput() local 793 const sal_uInt16 nModifier = aKeyCode.GetModifier(); in KeyInput() 794 if( aKeyCode.GetCode() == KEY_RETURN ) in KeyInput() 801 else if(bSpaces || aKeyCode.GetCode() != KEY_SPACE) in KeyInput()
|
/aoo41x/main/framework/source/uielement/ |
H A D | menubarmanager.cxx | 919 KeyCode aKeyCode( KEY_F1 ); in IMPL_LINK() local 920 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in IMPL_LINK() 923 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in IMPL_LINK() 1519 KeyCode aKeyCode( KEY_F1 ); in FillMenuManager() local 1520 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in FillMenuManager() 1523 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in FillMenuManager() 1545 … aMenuShortCuts[i]->aKeyCode = svt::AcceleratorExecute::st_AWTKey2VCLKey( aKeyEvent ); in impl_RetrieveShortcutsFromConfiguration() 1643 aMenuShortCuts[i]->aKeyCode = aEmptyKeyCode; in RetrieveShortcuts()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | futext.cxx | 1010 KeyCode aKeyCode (nKey, bShift, nCode.IsMod1(), nCode.IsMod2(), nCode.IsMod3() ); in KeyInput() local 1011 KeyEvent aKEvt(rKEvt.GetCharCode(), aKeyCode); in KeyInput() 1019 if( aKeyCode.GetCode() == KEY_PAGEUP || aKeyCode.GetCode() == KEY_PAGEDOWN ) in KeyInput() 1033 else if (aKeyCode == KEY_ESCAPE) in KeyInput()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify() local 169 if ( m_pAccel.get() && m_pAccel->execute( aKeyCode ) ) in PreNotify()
|