Home
last modified time | relevance | path

Searched refs:aKeyCode (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/automation/source/server/
H A Drecorder.cxx681 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 …]
/trunk/main/vcl/source/window/
H A Dsplit.cxx366 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 Dwinproc.cxx961 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()
1093aKeyCode = 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 Dtaskpanelist.cxx206 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 Ddlgctrl.cxx531 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 Dtoolbox.cxx5573 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 …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx219 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 Dvclxaccessiblebutton.cxx249 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 Dvclxaccessiblecheckbox.cxx263 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 Dvclxaccessiblemenuitem.cxx491 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()
/trunk/main/sw/source/ui/cctrl/
H A Dactctrl.cxx48 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()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1465 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 Dmenubtn.cxx196 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()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1014 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 Dcommoncontrol.cxx153 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()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx116 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()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1789 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 …]
/trunk/main/extensions/source/bibliography/
H A Dbibcont.cxx231 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()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx445 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()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx439 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()
/trunk/main/framework/source/fwe/helper/
H A Dacceleratorinfo.cxx43 ::rtl::OUString SAL_CALL GetCommandURLFromKeyCode( const KeyCode& aKeyCode ) in GetCommandURLFromKeyCode() argument
46 return _pGetCommandURLFromKeyCode( aKeyCode ); in GetCommandURLFromKeyCode()
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx918 KeyCode aKeyCode( KEY_F1 ); in IMPL_LINK() local
919 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in IMPL_LINK()
922 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in IMPL_LINK()
1514 KeyCode aKeyCode( KEY_F1 ); in FillMenuManager() local
1515 pMenu->SetAccelKey( pMenuItemHandler->nItemId, aKeyCode ); in FillMenuManager()
1518 pMenu->SetAccelKey( pMenuItemHandler->nItemId, pMenuItemHandler->aKeyCode ); in FillMenuManager()
1540 … aMenuShortCuts[i]->aKeyCode = svt::AcceleratorExecute::st_AWTKey2VCLKey( aKeyEvent ); in impl_RetrieveShortcutsFromConfiguration()
1638 aMenuShortCuts[i]->aKeyCode = aEmptyKeyCode; in RetrieveShortcuts()
/trunk/main/cui/source/options/
H A Doptdict.cxx792 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()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1010 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()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx168 const KeyCode& aKeyCode = pKeyEvent->GetKeyCode(); in PreNotify() local
169 if ( m_pAccel.get() && m_pAccel->execute( aKeyCode ) ) in PreNotify()

Completed in 186 milliseconds

123