Home
last modified time | relevance | path

Searched refs:KEY_A (Results 1 – 25 of 26) sorted by relevance

12

/aoo4110/main/vcl/aqua/source/window/
H A Dsalmenu.cxx710 if ((nKeyCode>=KEY_A) && (nKeyCode<=KEY_Z)) // letter A..Z in SetAccelerator()
711 nCommandKey = nKeyCode-KEY_A + 'a'; in SetAccelerator()
764 if( nKeyCode >= KEY_A && nKeyCode <= KEY_Z ) in SetAccelerator()
765 nCommandKey = nKeyCode - KEY_A + 'A'; in SetAccelerator()
H A Dsalframe.cxx1053 for( i = KEY_A; i <= KEY_Z; i++ ) in GetKeyName()
1054 aKeyMap[ i ] = rtl::OUString( sal_Unicode( 'A' + (i - KEY_A) ) ); in GetKeyName()
H A Dsalframeview.mm66 0, KEY_A, KEY_B, KEY_C, KEY_D, KEY_E, KEY_F, KEY_G,
70 KEY_QUOTELEFT, KEY_A, KEY_B, KEY_C, KEY_D, KEY_E, KEY_F, KEY_G,
/aoo4110/main/cui/source/customize/
H A Dacccfg.cxx191 KEY_A | KEY_MOD1 ,
260 KEY_A | KEY_SHIFT | KEY_MOD1,
324 KEY_A | KEY_MOD2 ,
388 KEY_A | KEY_SHIFT | KEY_MOD2,
452 KEY_A | KEY_MOD1 | KEY_MOD2 ,
516 KEY_A | KEY_SHIFT | KEY_MOD1 | KEY_MOD2,
/aoo4110/main/vcl/source/window/
H A Ddlgctrl.cxx1328 nCode = KEY_A + (nAccel-'a'); in GetActivationKey()
1330 nCode = KEY_A + (nAccel-'A'); in GetActivationKey()
H A Dmenu.cxx359 if( aKeyCode.GetCode() >= KEY_A && aKeyCode.GetCode() <= KEY_Z ) in SearchItem()
360 ascii = sal::static_int_cast<char>('A' + (aKeyCode.GetCode() - KEY_A)); in SearchItem()
413 if( aKeyCode.GetCode() >= KEY_A && aKeyCode.GetCode() <= KEY_Z ) in GetItemCount()
414 ascii = sal::static_int_cast<char>('A' + (aKeyCode.GetCode() - KEY_A)); in GetItemCount()
1717 nCode = KEY_A + (cAccel-'a'); in GetActivationKey()
1719 nCode = KEY_A + (cAccel-'A'); in GetActivationKey()
5885 if ( ((nKeyCode >= KEY_A) && (nKeyCode <= KEY_Z)) ) in ImplHandleKeyEvent()
/aoo4110/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1121 else if( KEY_A <= nKeyCode && nKeyCode <= KEY_Z ) in GetKeyName()
1122 nKeySym = XK_A + (nKeyCode - KEY_A); in GetKeyName()
1283 nKey = (sal_uInt16)(KEY_A + (keysym - XK_a)); in GetKeyCode()
1285 nKey = (sal_uInt16)(KEY_A + (keysym - XK_A)); in GetKeyCode()
/aoo4110/main/vcl/win/source/window/
H A Dsalframe.cxx693 KEY_A, // 65
2626 else if ( (nCode >= KEY_A) && (nCode <= KEY_Z) ) in GetKeyName()
2627 cSVCode = 'A' + (nCode - KEY_A); in GetKeyName()
4071 aKeyEvt.mnCode = KEY_A+(cKeyCode-65); in ImplHandleSalObjSysCharMsg()
4073 aKeyEvt.mnCode = KEY_A+(cKeyCode-97); in ImplHandleSalObjSysCharMsg()
5284 aKeyEvt.mnCode = KEY_A+(cKeyCode-97); in ImplHandleSysCommand()
/aoo4110/main/vcl/inc/vcl/
H A Dkeycodes.hxx57 #define KEY_A ((sal_uInt16)::com::sun::star::awt::Key::A) macro
/aoo4110/main/vcl/source/control/
H A Dedit.cxx1585 if ( nCode == KEY_A ) in ImplHandleKeyEvent()
2958 …pPopup->SetAccelKey( SV_MENU_EDIT_SELECTALL, KeyCode( KEY_A, sal_False, sal_True, sal_False, sal_F… in CreatePopupMenu()
H A Dilstbox.cxx1655 case KEY_A: in ProcessKeyInput()
/aoo4110/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx920 if( nCode == KEY_A ) in KeyInput()
/aoo4110/main/vcl/os2/source/window/
H A Dsalframe.cxx1821 else if ( (nKeyCode >= KEY_A) && (nKeyCode <= KEY_Z) ) in GetKeyName()
1822 aCode = sal::static_int_cast<sal_Char>('A' + (nKeyCode - KEY_A)); in GetKeyName()
/aoo4110/main/rsc/doku/feinkonz.43/
H A Drsc.doc2731  Code   = KEY_A;
2759 in StarView vordefiniert. Anstelle von KEY_A kann auch ein Wert aus
2760 KEY_0 ... KEY_9, KEY_A ... KEY_Z, KEY_F1 ... KEY_F24, KEY_DOWN,
/aoo4110/main/svx/source/svdraw/
H A Dsvdview.cxx224 case KEY_MOD1+KEY_A: MarkAll(); break; in KeyInput()
/aoo4110/main/svtools/source/edit/
H A Dsvmedit.cxx807 ( (nCode == KEY_A) && rKEvent.GetKeyCode().IsMod1() && !rKEvent.GetKeyCode().IsMod2() ) in KeyInput()
/aoo4110/main/cui/source/dialogs/
H A Dcolorpicker.cxx323 if( (rKeyCode.GetCode() < KEY_A) || (rKeyCode.GetCode() > KEY_F) ) in ImplProcessKeyInput()
/aoo4110/main/cui/source/options/
H A Doptinet2.cxx145 KEY_A == nKey || KEY_C == nKey || KEY_V == nKey || KEY_X == nKey || KEY_Z == nKey ) ) ) in KeyInput()
/aoo4110/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx119 nCode = KEY_A + (keyval-GDK_A ); in GetKeyCode()
121 nCode = KEY_A + (keyval-GDK_a ); in GetKeyCode()
/aoo4110/main/vcl/unx/generic/window/
H A Dsalframe.cxx3428 else if( nSeqKeyCode >= KEY_A && nSeqKeyCode <= KEY_F ) in HandleKeyEvent()
3430 if( appendUnicodeSequence( sal_Unicode( 'a' ) + sal_Unicode(nSeqKeyCode - KEY_A) ) ) in HandleKeyEvent()
/aoo4110/main/svx/workben/
H A Dedittest.cxx1536 if ( ( nCode == KEY_A) && rKEvt.GetKeyCode().IsMod1() ) in KeyInput()
/aoo4110/main/svtools/source/contnr/
H A Dsvimpbox.cxx2572 case KEY_A: in KeyInput()
H A Dimivctl1.cxx1387 case KEY_A: in KeyInput()
/aoo4110/main/sfx2/source/appl/
H A Dnewhelp.cxx2369 ( KEY_A == nCode || KEY_C == nCode || KEY_F == nCode || KEY_P == nCode || KEY_W == nCode ) ) in isHandledKey()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx1439 if( rKeyCode.GetFullCode() == (KEY_A | KEY_MOD1 |KEY_SHIFT) in KeyInput()

Completed in 447 milliseconds

12