LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations | Variables
keycodes.hxx File Reference
#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyGroup.hpp>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for keycodes.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< ModKeyFlags >
 
struct  o3tl::typed_flags< KeyIndicatorState >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  ModKeyFlags {
  NONE = 0x0000 ,
  LeftShift = 0x0001 ,
  RightShift = 0x0002 ,
  LeftMod1 = 0x0004 ,
  RightMod1 = 0x0008 ,
  LeftMod2 = 0x0010 ,
  RightMod2 = 0x0020 ,
  LeftMod3 = 0x0040 ,
  RightMod3 = 0x0080 ,
  Mod1Msk = LeftMod1 | RightMod1 ,
  Mod2Msk = LeftMod2 | RightMod2
}
 
enum class  KeyIndicatorState {
  NONE = 0x0000 ,
  CAPSLOCK = 0x0001 ,
  NUMLOCK = 0x0002 ,
  SCROLLLOCK = 0x0004
}
 

Variables

constexpr sal_uInt16 KEY_CODE_MASK = 0x0FFF
 
constexpr sal_uInt16 KEY_SHIFT = 0x1000
 
constexpr sal_uInt16 KEY_MOD1 = 0x2000
 
constexpr sal_uInt16 KEY_MOD2 = 0x4000
 
constexpr sal_uInt16 KEY_MOD3 = 0x8000
 
constexpr sal_uInt16 KEY_MODIFIERS_MASK = 0xF000
 
constexpr sal_uInt16 KEYGROUP_NUM = css::awt::KeyGroup::NUM
 
constexpr sal_uInt16 KEYGROUP_ALPHA = css::awt::KeyGroup::ALPHA
 
constexpr sal_uInt16 KEYGROUP_FKEYS = css::awt::KeyGroup::FKEYS
 
constexpr sal_uInt16 KEYGROUP_CURSOR = css::awt::KeyGroup::CURSOR
 
constexpr sal_uInt16 KEYGROUP_MISC = css::awt::KeyGroup::MISC
 
constexpr sal_uInt16 KEYGROUP_TYPE = css::awt::KeyGroup::TYPE
 
constexpr sal_uInt16 KEY_0 = css::awt::Key::NUM0
 
constexpr sal_uInt16 KEY_1 = css::awt::Key::NUM1
 
constexpr sal_uInt16 KEY_2 = css::awt::Key::NUM2
 
constexpr sal_uInt16 KEY_3 = css::awt::Key::NUM3
 
constexpr sal_uInt16 KEY_4 = css::awt::Key::NUM4
 
constexpr sal_uInt16 KEY_5 = css::awt::Key::NUM5
 
constexpr sal_uInt16 KEY_6 = css::awt::Key::NUM6
 
constexpr sal_uInt16 KEY_7 = css::awt::Key::NUM7
 
constexpr sal_uInt16 KEY_8 = css::awt::Key::NUM8
 
constexpr sal_uInt16 KEY_9 = css::awt::Key::NUM9
 
constexpr sal_uInt16 KEY_A = css::awt::Key::A
 
constexpr sal_uInt16 KEY_B = css::awt::Key::B
 
constexpr sal_uInt16 KEY_C = css::awt::Key::C
 
constexpr sal_uInt16 KEY_D = css::awt::Key::D
 
constexpr sal_uInt16 KEY_E = css::awt::Key::E
 
constexpr sal_uInt16 KEY_F = css::awt::Key::F
 
constexpr sal_uInt16 KEY_G = css::awt::Key::G
 
constexpr sal_uInt16 KEY_H = css::awt::Key::H
 
constexpr sal_uInt16 KEY_I = css::awt::Key::I
 
constexpr sal_uInt16 KEY_J = css::awt::Key::J
 
constexpr sal_uInt16 KEY_K = css::awt::Key::K
 
constexpr sal_uInt16 KEY_L = css::awt::Key::L
 
constexpr sal_uInt16 KEY_M = css::awt::Key::M
 
constexpr sal_uInt16 KEY_N = css::awt::Key::N
 
constexpr sal_uInt16 KEY_O = css::awt::Key::O
 
constexpr sal_uInt16 KEY_P = css::awt::Key::P
 
constexpr sal_uInt16 KEY_Q = css::awt::Key::Q
 
constexpr sal_uInt16 KEY_R = css::awt::Key::R
 
constexpr sal_uInt16 KEY_S = css::awt::Key::S
 
constexpr sal_uInt16 KEY_T = css::awt::Key::T
 
constexpr sal_uInt16 KEY_U = css::awt::Key::U
 
constexpr sal_uInt16 KEY_V = css::awt::Key::V
 
constexpr sal_uInt16 KEY_W = css::awt::Key::W
 
constexpr sal_uInt16 KEY_X = css::awt::Key::X
 
constexpr sal_uInt16 KEY_Y = css::awt::Key::Y
 
constexpr sal_uInt16 KEY_Z = css::awt::Key::Z
 
constexpr sal_uInt16 KEY_F1 = css::awt::Key::F1
 
constexpr sal_uInt16 KEY_F2 = css::awt::Key::F2
 
constexpr sal_uInt16 KEY_F3 = css::awt::Key::F3
 
constexpr sal_uInt16 KEY_F4 = css::awt::Key::F4
 
constexpr sal_uInt16 KEY_F5 = css::awt::Key::F5
 
constexpr sal_uInt16 KEY_F6 = css::awt::Key::F6
 
constexpr sal_uInt16 KEY_F7 = css::awt::Key::F7
 
constexpr sal_uInt16 KEY_F8 = css::awt::Key::F8
 
constexpr sal_uInt16 KEY_F9 = css::awt::Key::F9
 
constexpr sal_uInt16 KEY_F10 = css::awt::Key::F10
 
constexpr sal_uInt16 KEY_F11 = css::awt::Key::F11
 
constexpr sal_uInt16 KEY_F12 = css::awt::Key::F12
 
constexpr sal_uInt16 KEY_F13 = css::awt::Key::F13
 
constexpr sal_uInt16 KEY_F14 = css::awt::Key::F14
 
constexpr sal_uInt16 KEY_F15 = css::awt::Key::F15
 
constexpr sal_uInt16 KEY_F16 = css::awt::Key::F16
 
constexpr sal_uInt16 KEY_F17 = css::awt::Key::F17
 
constexpr sal_uInt16 KEY_F18 = css::awt::Key::F18
 
constexpr sal_uInt16 KEY_F19 = css::awt::Key::F19
 
constexpr sal_uInt16 KEY_F20 = css::awt::Key::F20
 
constexpr sal_uInt16 KEY_F21 = css::awt::Key::F21
 
constexpr sal_uInt16 KEY_F22 = css::awt::Key::F22
 
constexpr sal_uInt16 KEY_F23 = css::awt::Key::F23
 
constexpr sal_uInt16 KEY_F24 = css::awt::Key::F24
 
constexpr sal_uInt16 KEY_F25 = css::awt::Key::F25
 
constexpr sal_uInt16 KEY_F26 = css::awt::Key::F26
 
constexpr sal_uInt16 KEY_DOWN = css::awt::Key::DOWN
 
constexpr sal_uInt16 KEY_UP = css::awt::Key::UP
 
constexpr sal_uInt16 KEY_LEFT = css::awt::Key::LEFT
 
constexpr sal_uInt16 KEY_RIGHT = css::awt::Key::RIGHT
 
constexpr sal_uInt16 KEY_HOME = css::awt::Key::HOME
 
constexpr sal_uInt16 KEY_END = css::awt::Key::END
 
constexpr sal_uInt16 KEY_PAGEUP = css::awt::Key::PAGEUP
 
constexpr sal_uInt16 KEY_PAGEDOWN = css::awt::Key::PAGEDOWN
 
constexpr sal_uInt16 KEY_RETURN = css::awt::Key::RETURN
 
constexpr sal_uInt16 KEY_ESCAPE = css::awt::Key::ESCAPE
 
constexpr sal_uInt16 KEY_TAB = css::awt::Key::TAB
 
constexpr sal_uInt16 KEY_BACKSPACE = css::awt::Key::BACKSPACE
 
constexpr sal_uInt16 KEY_SPACE = css::awt::Key::SPACE
 
constexpr sal_uInt16 KEY_INSERT = css::awt::Key::INSERT
 
constexpr sal_uInt16 KEY_DELETE = css::awt::Key::DELETE
 
constexpr sal_uInt16 KEY_ADD = css::awt::Key::ADD
 
constexpr sal_uInt16 KEY_SUBTRACT = css::awt::Key::SUBTRACT
 
constexpr sal_uInt16 KEY_MULTIPLY = css::awt::Key::MULTIPLY
 
constexpr sal_uInt16 KEY_DIVIDE = css::awt::Key::DIVIDE
 
constexpr sal_uInt16 KEY_POINT = css::awt::Key::POINT
 
constexpr sal_uInt16 KEY_COMMA = css::awt::Key::COMMA
 
constexpr sal_uInt16 KEY_LESS = css::awt::Key::LESS
 
constexpr sal_uInt16 KEY_GREATER = css::awt::Key::GREATER
 
constexpr sal_uInt16 KEY_EQUAL = css::awt::Key::EQUAL
 
constexpr sal_uInt16 KEY_OPEN = css::awt::Key::OPEN
 
constexpr sal_uInt16 KEY_CUT = css::awt::Key::CUT
 
constexpr sal_uInt16 KEY_COPY = css::awt::Key::COPY
 
constexpr sal_uInt16 KEY_PASTE = css::awt::Key::PASTE
 
constexpr sal_uInt16 KEY_UNDO = css::awt::Key::UNDO
 
constexpr sal_uInt16 KEY_REPEAT = css::awt::Key::REPEAT
 
constexpr sal_uInt16 KEY_FIND = css::awt::Key::FIND
 
constexpr sal_uInt16 KEY_PROPERTIES = css::awt::Key::PROPERTIES
 
constexpr sal_uInt16 KEY_FRONT = css::awt::Key::FRONT
 
constexpr sal_uInt16 KEY_CONTEXTMENU = css::awt::Key::CONTEXTMENU
 
constexpr sal_uInt16 KEY_MENU = css::awt::Key::MENU
 
constexpr sal_uInt16 KEY_HELP = css::awt::Key::HELP
 
constexpr sal_uInt16 KEY_HANGUL_HANJA = css::awt::Key::HANGUL_HANJA
 
constexpr sal_uInt16 KEY_DECIMAL = css::awt::Key::DECIMAL
 
constexpr sal_uInt16 KEY_TILDE = css::awt::Key::TILDE
 
constexpr sal_uInt16 KEY_QUOTELEFT = css::awt::Key::QUOTELEFT
 
constexpr sal_uInt16 KEY_BRACKETLEFT = css::awt::Key::BRACKETLEFT
 
constexpr sal_uInt16 KEY_BRACKETRIGHT = css::awt::Key::BRACKETRIGHT
 
constexpr sal_uInt16 KEY_SEMICOLON = css::awt::Key::SEMICOLON
 
constexpr sal_uInt16 KEY_QUOTERIGHT = css::awt::Key::QUOTERIGHT
 
constexpr sal_uInt16 KEY_RIGHTCURLYBRACKET = css::awt::Key::RIGHTCURLYBRACKET
 
constexpr sal_uInt16 KEY_COLON = css::awt::Key::COLON
 
constexpr sal_uInt16 KEY_CAPSLOCK = css::awt::Key::CAPSLOCK
 
constexpr sal_uInt16 KEY_NUMLOCK = css::awt::Key::NUMLOCK
 
constexpr sal_uInt16 KEY_SCROLLLOCK = css::awt::Key::SCROLLLOCK
 

Enumeration Type Documentation

◆ KeyIndicatorState

enum class KeyIndicatorState
strong
Enumerator
NONE 
CAPSLOCK 
NUMLOCK 
SCROLLLOCK 

Definition at line 186 of file keycodes.hxx.

◆ ModKeyFlags

enum class ModKeyFlags
strong
Enumerator
NONE 
LeftShift 
RightShift 
LeftMod1 
RightMod1 
LeftMod2 
RightMod2 
LeftMod3 
RightMod3 
Mod1Msk 
Mod2Msk 

Definition at line 165 of file keycodes.hxx.

Variable Documentation

◆ KEY_0

constexpr sal_uInt16 KEY_0 = css::awt::Key::NUM0
constexpr

◆ KEY_1

constexpr sal_uInt16 KEY_1 = css::awt::Key::NUM1
constexpr

Definition at line 46 of file keycodes.hxx.

◆ KEY_2

constexpr sal_uInt16 KEY_2 = css::awt::Key::NUM2
constexpr

Definition at line 47 of file keycodes.hxx.

◆ KEY_3

constexpr sal_uInt16 KEY_3 = css::awt::Key::NUM3
constexpr

Definition at line 48 of file keycodes.hxx.

◆ KEY_4

constexpr sal_uInt16 KEY_4 = css::awt::Key::NUM4
constexpr

Definition at line 49 of file keycodes.hxx.

◆ KEY_5

constexpr sal_uInt16 KEY_5 = css::awt::Key::NUM5
constexpr

Definition at line 50 of file keycodes.hxx.

◆ KEY_6

constexpr sal_uInt16 KEY_6 = css::awt::Key::NUM6
constexpr

Definition at line 51 of file keycodes.hxx.

◆ KEY_7

constexpr sal_uInt16 KEY_7 = css::awt::Key::NUM7
constexpr

Definition at line 52 of file keycodes.hxx.

◆ KEY_8

constexpr sal_uInt16 KEY_8 = css::awt::Key::NUM8
constexpr

Definition at line 53 of file keycodes.hxx.

◆ KEY_9

constexpr sal_uInt16 KEY_9 = css::awt::Key::NUM9
constexpr

Definition at line 54 of file keycodes.hxx.

Referenced by DebugEventInjector::InjectTextEvent().

◆ KEY_A

constexpr sal_uInt16 KEY_A = css::awt::Key::A
constexpr

◆ KEY_ADD

constexpr sal_uInt16 KEY_ADD = css::awt::Key::ADD
constexpr

◆ KEY_B

constexpr sal_uInt16 KEY_B = css::awt::Key::B
constexpr

Definition at line 57 of file keycodes.hxx.

◆ KEY_BACKSPACE

constexpr sal_uInt16 KEY_BACKSPACE = css::awt::Key::BACKSPACE
constexpr

◆ KEY_BRACKETLEFT

constexpr sal_uInt16 KEY_BRACKETLEFT = css::awt::Key::BRACKETLEFT
constexpr

Definition at line 153 of file keycodes.hxx.

◆ KEY_BRACKETRIGHT

constexpr sal_uInt16 KEY_BRACKETRIGHT = css::awt::Key::BRACKETRIGHT
constexpr

Definition at line 154 of file keycodes.hxx.

◆ KEY_C

constexpr sal_uInt16 KEY_C = css::awt::Key::C
constexpr

Definition at line 58 of file keycodes.hxx.

◆ KEY_CAPSLOCK

constexpr sal_uInt16 KEY_CAPSLOCK = css::awt::Key::CAPSLOCK
constexpr

Definition at line 160 of file keycodes.hxx.

◆ KEY_CODE_MASK

constexpr sal_uInt16 KEY_CODE_MASK = 0x0FFF
constexpr

Definition at line 27 of file keycodes.hxx.

Referenced by vcl::KeyCode::GetCode(), and DebugEventInjector::InjectTextEvent().

◆ KEY_COLON

constexpr sal_uInt16 KEY_COLON = css::awt::Key::COLON
constexpr

Definition at line 158 of file keycodes.hxx.

◆ KEY_COMMA

constexpr sal_uInt16 KEY_COMMA = css::awt::Key::COMMA
constexpr

Definition at line 132 of file keycodes.hxx.

Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().

◆ KEY_CONTEXTMENU

constexpr sal_uInt16 KEY_CONTEXTMENU = css::awt::Key::CONTEXTMENU
constexpr

Definition at line 146 of file keycodes.hxx.

Referenced by ImplHandleKey().

◆ KEY_COPY

constexpr sal_uInt16 KEY_COPY = css::awt::Key::COPY
constexpr

Definition at line 139 of file keycodes.hxx.

◆ KEY_CUT

constexpr sal_uInt16 KEY_CUT = css::awt::Key::CUT
constexpr

Definition at line 138 of file keycodes.hxx.

◆ KEY_D

constexpr sal_uInt16 KEY_D = css::awt::Key::D
constexpr

Definition at line 59 of file keycodes.hxx.

◆ KEY_DECIMAL

constexpr sal_uInt16 KEY_DECIMAL = css::awt::Key::DECIMAL
constexpr

Definition at line 150 of file keycodes.hxx.

Referenced by ImplHandleKey().

◆ KEY_DELETE

constexpr sal_uInt16 KEY_DELETE = css::awt::Key::DELETE
constexpr

◆ KEY_DIVIDE

constexpr sal_uInt16 KEY_DIVIDE = css::awt::Key::DIVIDE
constexpr

Definition at line 130 of file keycodes.hxx.

Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().

◆ KEY_DOWN

constexpr sal_uInt16 KEY_DOWN = css::awt::Key::DOWN
constexpr

◆ KEY_E

constexpr sal_uInt16 KEY_E = css::awt::Key::E
constexpr

Definition at line 60 of file keycodes.hxx.

◆ KEY_END

constexpr sal_uInt16 KEY_END = css::awt::Key::END
constexpr

◆ KEY_EQUAL

constexpr sal_uInt16 KEY_EQUAL = css::awt::Key::EQUAL
constexpr

Definition at line 135 of file keycodes.hxx.

◆ KEY_ESCAPE

constexpr sal_uInt16 KEY_ESCAPE = css::awt::Key::ESCAPE
constexpr

◆ KEY_F

constexpr sal_uInt16 KEY_F = css::awt::Key::F
constexpr

Definition at line 61 of file keycodes.hxx.

◆ KEY_F1

constexpr sal_uInt16 KEY_F1 = css::awt::Key::F1
constexpr

Definition at line 83 of file keycodes.hxx.

Referenced by ImplHandleKey().

◆ KEY_F10

constexpr sal_uInt16 KEY_F10 = css::awt::Key::F10
constexpr

◆ KEY_F11

constexpr sal_uInt16 KEY_F11 = css::awt::Key::F11
constexpr

Definition at line 93 of file keycodes.hxx.

◆ KEY_F12

constexpr sal_uInt16 KEY_F12 = css::awt::Key::F12
constexpr

Definition at line 94 of file keycodes.hxx.

◆ KEY_F13

constexpr sal_uInt16 KEY_F13 = css::awt::Key::F13
constexpr

Definition at line 95 of file keycodes.hxx.

◆ KEY_F14

constexpr sal_uInt16 KEY_F14 = css::awt::Key::F14
constexpr

Definition at line 96 of file keycodes.hxx.

◆ KEY_F15

constexpr sal_uInt16 KEY_F15 = css::awt::Key::F15
constexpr

Definition at line 97 of file keycodes.hxx.

◆ KEY_F16

constexpr sal_uInt16 KEY_F16 = css::awt::Key::F16
constexpr

Definition at line 98 of file keycodes.hxx.

◆ KEY_F17

constexpr sal_uInt16 KEY_F17 = css::awt::Key::F17
constexpr

Definition at line 99 of file keycodes.hxx.

◆ KEY_F18

constexpr sal_uInt16 KEY_F18 = css::awt::Key::F18
constexpr

Definition at line 100 of file keycodes.hxx.

◆ KEY_F19

constexpr sal_uInt16 KEY_F19 = css::awt::Key::F19
constexpr

Definition at line 101 of file keycodes.hxx.

◆ KEY_F2

constexpr sal_uInt16 KEY_F2 = css::awt::Key::F2
constexpr

◆ KEY_F20

constexpr sal_uInt16 KEY_F20 = css::awt::Key::F20
constexpr

Definition at line 102 of file keycodes.hxx.

◆ KEY_F21

constexpr sal_uInt16 KEY_F21 = css::awt::Key::F21
constexpr

Definition at line 103 of file keycodes.hxx.

◆ KEY_F22

constexpr sal_uInt16 KEY_F22 = css::awt::Key::F22
constexpr

Definition at line 104 of file keycodes.hxx.

◆ KEY_F23

constexpr sal_uInt16 KEY_F23 = css::awt::Key::F23
constexpr

Definition at line 105 of file keycodes.hxx.

◆ KEY_F24

constexpr sal_uInt16 KEY_F24 = css::awt::Key::F24
constexpr

Definition at line 106 of file keycodes.hxx.

◆ KEY_F25

constexpr sal_uInt16 KEY_F25 = css::awt::Key::F25
constexpr

Definition at line 107 of file keycodes.hxx.

◆ KEY_F26

constexpr sal_uInt16 KEY_F26 = css::awt::Key::F26
constexpr

Definition at line 108 of file keycodes.hxx.

◆ KEY_F3

constexpr sal_uInt16 KEY_F3 = css::awt::Key::F3
constexpr

Definition at line 85 of file keycodes.hxx.

◆ KEY_F4

constexpr sal_uInt16 KEY_F4 = css::awt::Key::F4
constexpr

Definition at line 86 of file keycodes.hxx.

◆ KEY_F5

constexpr sal_uInt16 KEY_F5 = css::awt::Key::F5
constexpr

Definition at line 87 of file keycodes.hxx.

◆ KEY_F6

constexpr sal_uInt16 KEY_F6 = css::awt::Key::F6
constexpr

◆ KEY_F7

constexpr sal_uInt16 KEY_F7 = css::awt::Key::F7
constexpr

Definition at line 89 of file keycodes.hxx.

◆ KEY_F8

constexpr sal_uInt16 KEY_F8 = css::awt::Key::F8
constexpr

Definition at line 90 of file keycodes.hxx.

Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().

◆ KEY_F9

constexpr sal_uInt16 KEY_F9 = css::awt::Key::F9
constexpr

Definition at line 91 of file keycodes.hxx.

◆ KEY_FIND

constexpr sal_uInt16 KEY_FIND = css::awt::Key::FIND
constexpr

Definition at line 143 of file keycodes.hxx.

◆ KEY_FRONT

constexpr sal_uInt16 KEY_FRONT = css::awt::Key::FRONT
constexpr

Definition at line 145 of file keycodes.hxx.

◆ KEY_G

constexpr sal_uInt16 KEY_G = css::awt::Key::G
constexpr

Definition at line 62 of file keycodes.hxx.

◆ KEY_GREATER

constexpr sal_uInt16 KEY_GREATER = css::awt::Key::GREATER
constexpr

Definition at line 134 of file keycodes.hxx.

◆ KEY_H

constexpr sal_uInt16 KEY_H = css::awt::Key::H
constexpr

Definition at line 63 of file keycodes.hxx.

◆ KEY_HANGUL_HANJA

constexpr sal_uInt16 KEY_HANGUL_HANJA = css::awt::Key::HANGUL_HANJA
constexpr

Definition at line 149 of file keycodes.hxx.

◆ KEY_HELP

constexpr sal_uInt16 KEY_HELP = css::awt::Key::HELP
constexpr

Definition at line 148 of file keycodes.hxx.

Referenced by ImplHandleKey().

◆ KEY_HOME

constexpr sal_uInt16 KEY_HOME = css::awt::Key::HOME
constexpr

◆ KEY_I

constexpr sal_uInt16 KEY_I = css::awt::Key::I
constexpr

Definition at line 64 of file keycodes.hxx.

◆ KEY_INSERT

constexpr sal_uInt16 KEY_INSERT = css::awt::Key::INSERT
constexpr

◆ KEY_J

constexpr sal_uInt16 KEY_J = css::awt::Key::J
constexpr

Definition at line 65 of file keycodes.hxx.

◆ KEY_K

constexpr sal_uInt16 KEY_K = css::awt::Key::K
constexpr

Definition at line 66 of file keycodes.hxx.

◆ KEY_L

constexpr sal_uInt16 KEY_L = css::awt::Key::L
constexpr

Definition at line 67 of file keycodes.hxx.

◆ KEY_LEFT

constexpr sal_uInt16 KEY_LEFT = css::awt::Key::LEFT
constexpr

◆ KEY_LESS

constexpr sal_uInt16 KEY_LESS = css::awt::Key::LESS
constexpr

Definition at line 133 of file keycodes.hxx.

◆ KEY_M

constexpr sal_uInt16 KEY_M = css::awt::Key::M
constexpr

Definition at line 68 of file keycodes.hxx.

◆ KEY_MENU

constexpr sal_uInt16 KEY_MENU = css::awt::Key::MENU
constexpr

Definition at line 147 of file keycodes.hxx.

Referenced by MenuBarWindow::HandleKeyEvent(), and MenuFloatingWindow::KeyInput().

◆ KEY_MOD1

constexpr sal_uInt16 KEY_MOD1 = 0x2000
constexpr

◆ KEY_MOD2

constexpr sal_uInt16 KEY_MOD2 = 0x4000
constexpr

◆ KEY_MOD3

constexpr sal_uInt16 KEY_MOD3 = 0x8000
constexpr

◆ KEY_MODIFIERS_MASK

constexpr sal_uInt16 KEY_MODIFIERS_MASK = 0xF000
constexpr

◆ KEY_MULTIPLY

constexpr sal_uInt16 KEY_MULTIPLY = css::awt::Key::MULTIPLY
constexpr

Definition at line 129 of file keycodes.hxx.

Referenced by SvImpLBox::KeyInput().

◆ KEY_N

constexpr sal_uInt16 KEY_N = css::awt::Key::N
constexpr

Definition at line 69 of file keycodes.hxx.

◆ KEY_NUMLOCK

constexpr sal_uInt16 KEY_NUMLOCK = css::awt::Key::NUMLOCK
constexpr

Definition at line 161 of file keycodes.hxx.

◆ KEY_O

constexpr sal_uInt16 KEY_O = css::awt::Key::O
constexpr

Definition at line 70 of file keycodes.hxx.

◆ KEY_OPEN

constexpr sal_uInt16 KEY_OPEN = css::awt::Key::OPEN
constexpr

Definition at line 137 of file keycodes.hxx.

◆ KEY_P

constexpr sal_uInt16 KEY_P = css::awt::Key::P
constexpr

Definition at line 71 of file keycodes.hxx.

◆ KEY_PAGEDOWN

constexpr sal_uInt16 KEY_PAGEDOWN = css::awt::Key::PAGEDOWN
constexpr

◆ KEY_PAGEUP

constexpr sal_uInt16 KEY_PAGEUP = css::awt::Key::PAGEUP
constexpr

◆ KEY_PASTE

constexpr sal_uInt16 KEY_PASTE = css::awt::Key::PASTE
constexpr

Definition at line 140 of file keycodes.hxx.

◆ KEY_POINT

constexpr sal_uInt16 KEY_POINT = css::awt::Key::POINT
constexpr

Definition at line 131 of file keycodes.hxx.

Referenced by vcl::Window::GetActivationKey().

◆ KEY_PROPERTIES

constexpr sal_uInt16 KEY_PROPERTIES = css::awt::Key::PROPERTIES
constexpr

Definition at line 144 of file keycodes.hxx.

◆ KEY_Q

constexpr sal_uInt16 KEY_Q = css::awt::Key::Q
constexpr

Definition at line 72 of file keycodes.hxx.

◆ KEY_QUOTELEFT

constexpr sal_uInt16 KEY_QUOTELEFT = css::awt::Key::QUOTELEFT
constexpr

Definition at line 152 of file keycodes.hxx.

◆ KEY_QUOTERIGHT

constexpr sal_uInt16 KEY_QUOTERIGHT = css::awt::Key::QUOTERIGHT
constexpr

Definition at line 156 of file keycodes.hxx.

◆ KEY_R

constexpr sal_uInt16 KEY_R = css::awt::Key::R
constexpr

Definition at line 73 of file keycodes.hxx.

◆ KEY_REPEAT

constexpr sal_uInt16 KEY_REPEAT = css::awt::Key::REPEAT
constexpr

Definition at line 142 of file keycodes.hxx.

◆ KEY_RETURN

constexpr sal_uInt16 KEY_RETURN = css::awt::Key::RETURN
constexpr

◆ KEY_RIGHT

constexpr sal_uInt16 KEY_RIGHT = css::awt::Key::RIGHT
constexpr

◆ KEY_RIGHTCURLYBRACKET

constexpr sal_uInt16 KEY_RIGHTCURLYBRACKET = css::awt::Key::RIGHTCURLYBRACKET
constexpr

Definition at line 157 of file keycodes.hxx.

◆ KEY_S

constexpr sal_uInt16 KEY_S = css::awt::Key::S
constexpr

◆ KEY_SCROLLLOCK

constexpr sal_uInt16 KEY_SCROLLLOCK = css::awt::Key::SCROLLLOCK
constexpr

Definition at line 162 of file keycodes.hxx.

◆ KEY_SEMICOLON

constexpr sal_uInt16 KEY_SEMICOLON = css::awt::Key::SEMICOLON
constexpr

Definition at line 155 of file keycodes.hxx.

◆ KEY_SHIFT

constexpr sal_uInt16 KEY_SHIFT = 0x1000
constexpr

◆ KEY_SPACE

constexpr sal_uInt16 KEY_SPACE = css::awt::Key::SPACE
constexpr

◆ KEY_SUBTRACT

constexpr sal_uInt16 KEY_SUBTRACT = css::awt::Key::SUBTRACT
constexpr

◆ KEY_T

constexpr sal_uInt16 KEY_T = css::awt::Key::T
constexpr

Definition at line 75 of file keycodes.hxx.

◆ KEY_TAB

constexpr sal_uInt16 KEY_TAB = css::awt::Key::TAB
constexpr

◆ KEY_TILDE

constexpr sal_uInt16 KEY_TILDE = css::awt::Key::TILDE
constexpr

Definition at line 151 of file keycodes.hxx.

◆ KEY_U

constexpr sal_uInt16 KEY_U = css::awt::Key::U
constexpr

Definition at line 76 of file keycodes.hxx.

◆ KEY_UNDO

constexpr sal_uInt16 KEY_UNDO = css::awt::Key::UNDO
constexpr

Definition at line 141 of file keycodes.hxx.

◆ KEY_UP

constexpr sal_uInt16 KEY_UP = css::awt::Key::UP
constexpr

◆ KEY_V

constexpr sal_uInt16 KEY_V = css::awt::Key::V
constexpr

Definition at line 77 of file keycodes.hxx.

◆ KEY_W

constexpr sal_uInt16 KEY_W = css::awt::Key::W
constexpr

Definition at line 78 of file keycodes.hxx.

◆ KEY_X

constexpr sal_uInt16 KEY_X = css::awt::Key::X
constexpr

Definition at line 79 of file keycodes.hxx.

◆ KEY_Y

constexpr sal_uInt16 KEY_Y = css::awt::Key::Y
constexpr

Definition at line 80 of file keycodes.hxx.

◆ KEY_Z

constexpr sal_uInt16 KEY_Z = css::awt::Key::Z
constexpr

◆ KEYGROUP_ALPHA

constexpr sal_uInt16 KEYGROUP_ALPHA = css::awt::KeyGroup::ALPHA
constexpr

Definition at line 38 of file keycodes.hxx.

Referenced by ToolBox::KeyInput().

◆ KEYGROUP_CURSOR

constexpr sal_uInt16 KEYGROUP_CURSOR = css::awt::KeyGroup::CURSOR
constexpr

◆ KEYGROUP_FKEYS

constexpr sal_uInt16 KEYGROUP_FKEYS = css::awt::KeyGroup::FKEYS
constexpr

◆ KEYGROUP_MISC

constexpr sal_uInt16 KEYGROUP_MISC = css::awt::KeyGroup::MISC
constexpr

◆ KEYGROUP_NUM

constexpr sal_uInt16 KEYGROUP_NUM = css::awt::KeyGroup::NUM
constexpr

Definition at line 37 of file keycodes.hxx.

Referenced by ToolBox::KeyInput().

◆ KEYGROUP_TYPE

constexpr sal_uInt16 KEYGROUP_TYPE = css::awt::KeyGroup::TYPE
constexpr

Definition at line 42 of file keycodes.hxx.

Referenced by vcl::KeyCode::GetGroup().