LibreOffice Module vcl (master) 1
|
#include <com/sun/star/awt/Key.hpp>
#include <com/sun/star/awt/KeyGroup.hpp>
#include <o3tl/typed_flags_set.hxx>
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 |
|
strong |
Enumerator | |
---|---|
NONE | |
CAPSLOCK | |
NUMLOCK | |
SCROLLLOCK |
Definition at line 186 of file keycodes.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
LeftShift | |
RightShift | |
LeftMod1 | |
RightMod1 | |
LeftMod2 | |
RightMod2 | |
LeftMod3 | |
RightMod3 | |
Mod1Msk | |
Mod2Msk |
Definition at line 165 of file keycodes.hxx.
|
constexpr |
Definition at line 45 of file keycodes.hxx.
Referenced by vcl::Window::GetActivationKey(), Menu::GetActivationKey(), and DebugEventInjector::InjectTextEvent().
|
constexpr |
Definition at line 46 of file keycodes.hxx.
|
constexpr |
Definition at line 47 of file keycodes.hxx.
|
constexpr |
Definition at line 48 of file keycodes.hxx.
|
constexpr |
Definition at line 49 of file keycodes.hxx.
|
constexpr |
Definition at line 50 of file keycodes.hxx.
|
constexpr |
Definition at line 51 of file keycodes.hxx.
|
constexpr |
Definition at line 52 of file keycodes.hxx.
|
constexpr |
Definition at line 53 of file keycodes.hxx.
|
constexpr |
Definition at line 54 of file keycodes.hxx.
Referenced by DebugEventInjector::InjectTextEvent().
|
constexpr |
Definition at line 56 of file keycodes.hxx.
Referenced by Edit::CreatePopupMenu(), vcl::Window::GetActivationKey(), Menu::GetActivationKey(), MenuItemList::GetItemCount(), Edit::ImplHandleKeyEvent(), DebugEventInjector::InjectTextEvent(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), TextWindow::KeyInput(), ImplListBoxWindow::ProcessKeyInput(), and MenuItemList::SearchItem().
|
constexpr |
Definition at line 127 of file keycodes.hxx.
Referenced by SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), and DisclosureButton::KeyInput().
|
constexpr |
Definition at line 57 of file keycodes.hxx.
|
constexpr |
Definition at line 122 of file keycodes.hxx.
Referenced by TextEngine::DoesKeyChangeText(), Edit::ImplHandleKeyEvent(), ImplPatternProcessKeyInput(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), TextView::KeyInput(), and UITestLogger::logKeyInput().
|
constexpr |
Definition at line 153 of file keycodes.hxx.
|
constexpr |
Definition at line 154 of file keycodes.hxx.
|
constexpr |
Definition at line 58 of file keycodes.hxx.
|
constexpr |
Definition at line 160 of file keycodes.hxx.
|
constexpr |
Definition at line 27 of file keycodes.hxx.
Referenced by vcl::KeyCode::GetCode(), and DebugEventInjector::InjectTextEvent().
|
constexpr |
Definition at line 158 of file keycodes.hxx.
|
constexpr |
Definition at line 132 of file keycodes.hxx.
Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().
|
constexpr |
Definition at line 146 of file keycodes.hxx.
Referenced by ImplHandleKey().
|
constexpr |
Definition at line 139 of file keycodes.hxx.
|
constexpr |
Definition at line 138 of file keycodes.hxx.
|
constexpr |
Definition at line 59 of file keycodes.hxx.
|
constexpr |
Definition at line 150 of file keycodes.hxx.
Referenced by ImplHandleKey().
|
constexpr |
Definition at line 125 of file keycodes.hxx.
Referenced by TextEngine::DoesKeyChangeText(), Edit::ImplHandleKeyEvent(), ImplPatternProcessKeyInput(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), Splitter::KeyInput(), TextView::KeyInput(), and UITestLogger::logKeyInput().
|
constexpr |
Definition at line 130 of file keycodes.hxx.
Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().
|
constexpr |
Definition at line 110 of file keycodes.hxx.
Referenced by ComboBox::EventNotify(), FormattedField::EventNotify(), SpinField::EventNotify(), MenuBarWindow::HandleKeyEvent(), ImplListBox::HandleWheelAsCursorTravel(), IMPL_LINK(), vcl::Window::ImplDlgCtrl(), Splitter::ImplKbdTracking(), ToolBox::ImplOpenItem(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), Splitter::KeyInput(), ToolBox::KeyInput(), MenuButton::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), KeyEvent::LogicalTextDirectionality(), UITestLogger::logKeyInput(), ListBox::PreNotify(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 60 of file keycodes.hxx.
|
constexpr |
Definition at line 115 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), Edit::ImplHandleKeyEvent(), ImplPatternProcessKeyInput(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 135 of file keycodes.hxx.
|
constexpr |
Definition at line 120 of file keycodes.hxx.
Referenced by Dialog::EventNotify(), FloatingWindow::EventNotify(), MenuBarWindow::HandleKeyEvent(), IMPL_LINK(), vcl::Window::ImplDlgCtrl(), ImplHandleKey(), Splitter::ImplKbdTracking(), ImplTBDragMgr::ImplTBDragMgr(), SvImpLBox::KeyInput(), MenuFloatingWindow::KeyInput(), SvInplaceEdit2::KeyInput(), Splitter::KeyInput(), ToolBox::KeyInput(), PushButton::KeyInput(), CheckBox::KeyInput(), RadioButton::KeyInput(), UITestLogger::logKeyInput(), and SvInplaceEdit2::SvInplaceEdit2().
|
constexpr |
Definition at line 61 of file keycodes.hxx.
|
constexpr |
Definition at line 83 of file keycodes.hxx.
Referenced by ImplHandleKey().
|
constexpr |
Definition at line 92 of file keycodes.hxx.
Referenced by vcl::Window::EventNotify(), DockingWindow::EventNotify(), ImplHandleKey(), and SvxIconChoiceCtrl_Impl::KeyInput().
|
constexpr |
Definition at line 93 of file keycodes.hxx.
|
constexpr |
Definition at line 94 of file keycodes.hxx.
|
constexpr |
Definition at line 95 of file keycodes.hxx.
|
constexpr |
Definition at line 96 of file keycodes.hxx.
|
constexpr |
Definition at line 97 of file keycodes.hxx.
|
constexpr |
Definition at line 98 of file keycodes.hxx.
|
constexpr |
Definition at line 99 of file keycodes.hxx.
|
constexpr |
Definition at line 100 of file keycodes.hxx.
|
constexpr |
Definition at line 101 of file keycodes.hxx.
|
constexpr |
Definition at line 84 of file keycodes.hxx.
Referenced by ImplHandleKey(), SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().
|
constexpr |
Definition at line 102 of file keycodes.hxx.
|
constexpr |
Definition at line 103 of file keycodes.hxx.
|
constexpr |
Definition at line 104 of file keycodes.hxx.
|
constexpr |
Definition at line 105 of file keycodes.hxx.
|
constexpr |
Definition at line 106 of file keycodes.hxx.
|
constexpr |
Definition at line 107 of file keycodes.hxx.
|
constexpr |
Definition at line 108 of file keycodes.hxx.
|
constexpr |
Definition at line 85 of file keycodes.hxx.
|
constexpr |
Definition at line 86 of file keycodes.hxx.
|
constexpr |
Definition at line 87 of file keycodes.hxx.
|
constexpr |
Definition at line 88 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), ImplHandleKey(), TaskPaneList::IsCycleKey(), MenuFloatingWindow::KeyInput(), and SystemWindow::PreNotify().
|
constexpr |
Definition at line 89 of file keycodes.hxx.
|
constexpr |
Definition at line 90 of file keycodes.hxx.
Referenced by SvImpLBox::KeyInput(), and SvxIconChoiceCtrl_Impl::KeyInput().
|
constexpr |
Definition at line 91 of file keycodes.hxx.
|
constexpr |
Definition at line 143 of file keycodes.hxx.
|
constexpr |
Definition at line 145 of file keycodes.hxx.
|
constexpr |
Definition at line 62 of file keycodes.hxx.
|
constexpr |
Definition at line 134 of file keycodes.hxx.
|
constexpr |
Definition at line 63 of file keycodes.hxx.
|
constexpr |
Definition at line 149 of file keycodes.hxx.
|
constexpr |
Definition at line 148 of file keycodes.hxx.
Referenced by ImplHandleKey().
|
constexpr |
Definition at line 114 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), Edit::ImplHandleKeyEvent(), ImplPatternProcessKeyInput(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), MenuFloatingWindow::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), ImplListBoxWindow::ProcessKeyInput(), and ImplDockingWindowWrapper::StartPopupMode().
|
constexpr |
Definition at line 64 of file keycodes.hxx.
|
constexpr |
Definition at line 124 of file keycodes.hxx.
Referenced by Edit::ImplHandleKeyEvent(), ImplPatternProcessKeyInput(), DebugEventInjector::InjectKeyNavEdit(), TextView::KeyInput(), and UITestLogger::logKeyInput().
|
constexpr |
Definition at line 65 of file keycodes.hxx.
|
constexpr |
Definition at line 66 of file keycodes.hxx.
|
constexpr |
Definition at line 67 of file keycodes.hxx.
|
constexpr |
Definition at line 112 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), vcl::Window::ImplDlgCtrl(), ImplHandleKey(), Edit::ImplHandleKeyEvent(), Splitter::ImplKbdTracking(), ToolBox::ImplOpenItem(), ImplPatternProcessKeyInput(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), Splitter::KeyInput(), TabControl::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), KeyEvent::LogicalTextDirectionality(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 133 of file keycodes.hxx.
|
constexpr |
Definition at line 68 of file keycodes.hxx.
|
constexpr |
Definition at line 147 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), and MenuFloatingWindow::KeyInput().
|
constexpr |
Definition at line 31 of file keycodes.hxx.
Referenced by CommandWheelData::GetModifier(), MouseEvent::GetModifier(), IMPL_LINK_NOARG(), ImplGetMouseButtonMode(), ImplGetMouseMoveMode(), ImplHandleMouseEvent(), ImplHandleSalKeyMod(), ImplHandleSalMouseButtonDown(), ImplHandleSalMouseButtonUp(), ImplLOKHandleMouseEvent(), CommandWheelData::IsMod1(), MouseEvent::IsMod1(), vcl::KeyCode::IsMod1(), TextEngine::IsSimpleCharInput(), vcl::KeyCode::KeyCode(), TextWindow::KeyInput(), vcl::Window::KeyInput(), Application::LOKHandleMouseEvent(), SelectionEngine::SelMouseButtonDown(), SelectionEngine::SelMouseButtonUp(), and SplitWindow::Tracking().
|
constexpr |
Definition at line 32 of file keycodes.hxx.
Referenced by SpinField::EventNotify(), Menu::GetActivationKey(), CommandWheelData::GetModifier(), MouseEvent::GetModifier(), ImplHandleMouseEvent(), ImplHandleSalKeyMod(), ImplHandleSalMouseButtonDown(), ImplHandleSalMouseButtonUp(), ImplLOKHandleMouseEvent(), CommandWheelData::IsMod2(), MouseEvent::IsMod2(), vcl::KeyCode::IsMod2(), TextEngine::IsSimpleCharInput(), vcl::KeyCode::KeyCode(), vcl::Window::KeyInput(), Application::LOKHandleMouseEvent(), and SelectionEngine::SelMouseButtonDown().
|
constexpr |
Definition at line 33 of file keycodes.hxx.
Referenced by ImplHandleMouseEvent(), ImplHandleSalKeyMod(), ImplHandleSalMouseButtonDown(), ImplHandleSalMouseButtonUp(), ImplLOKHandleMouseEvent(), MouseEvent::IsMod3(), vcl::KeyCode::IsMod3(), vcl::KeyCode::KeyCode(), and Application::LOKHandleMouseEvent().
|
constexpr |
Definition at line 34 of file keycodes.hxx.
Referenced by vcl::KeyCode::GetModifier(), DebugEventInjector::InjectKeyNavEdit(), and DebugEventInjector::InjectTextEvent().
|
constexpr |
Definition at line 129 of file keycodes.hxx.
Referenced by SvImpLBox::KeyInput().
|
constexpr |
Definition at line 69 of file keycodes.hxx.
|
constexpr |
Definition at line 161 of file keycodes.hxx.
|
constexpr |
Definition at line 70 of file keycodes.hxx.
|
constexpr |
Definition at line 137 of file keycodes.hxx.
|
constexpr |
Definition at line 71 of file keycodes.hxx.
|
constexpr |
Definition at line 117 of file keycodes.hxx.
Referenced by ComboBox::EventNotify(), FormattedField::EventNotify(), SpinField::EventNotify(), vcl::RoadmapWizard::EventNotify(), IMPL_LINK(), TabControl::ImplHandleKeyEvent(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 116 of file keycodes.hxx.
Referenced by ComboBox::EventNotify(), FormattedField::EventNotify(), SpinField::EventNotify(), vcl::RoadmapWizard::EventNotify(), IMPL_LINK(), TabControl::ImplHandleKeyEvent(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 140 of file keycodes.hxx.
|
constexpr |
Definition at line 131 of file keycodes.hxx.
Referenced by vcl::Window::GetActivationKey().
|
constexpr |
Definition at line 144 of file keycodes.hxx.
|
constexpr |
Definition at line 72 of file keycodes.hxx.
|
constexpr |
Definition at line 152 of file keycodes.hxx.
|
constexpr |
Definition at line 156 of file keycodes.hxx.
|
constexpr |
Definition at line 73 of file keycodes.hxx.
|
constexpr |
Definition at line 142 of file keycodes.hxx.
|
constexpr |
Definition at line 119 of file keycodes.hxx.
Referenced by TextEngine::DoesKeyChangeText(), ComboBox::EventNotify(), MenuBarWindow::HandleKeyEvent(), vcl::Window::ImplDlgCtrl(), ImplHandleKey(), Edit::ImplHandleKeyEvent(), Splitter::ImplKbdTracking(), ImplTBDragMgr::ImplTBDragMgr(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), SvInplaceEdit2::KeyInput(), Splitter::KeyInput(), ToolBox::KeyInput(), PushButton::KeyInput(), MenuButton::KeyInput(), Calendar::KeyInput(), TextView::KeyInput(), PushButton::KeyUp(), UITestLogger::logKeyInput(), Splitter::LoseFocus(), ListBox::PreNotify(), ImplListBoxWindow::ProcessKeyInput(), and SvInplaceEdit2::SvInplaceEdit2().
|
constexpr |
Definition at line 113 of file keycodes.hxx.
Referenced by MenuBarWindow::HandleKeyEvent(), vcl::Window::ImplDlgCtrl(), ImplHandleKey(), Edit::ImplHandleKeyEvent(), Splitter::ImplKbdTracking(), ToolBox::ImplOpenItem(), ImplPatternProcessKeyInput(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), Splitter::KeyInput(), TabControl::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), KeyEvent::LogicalTextDirectionality(), UITestLogger::logKeyInput(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 157 of file keycodes.hxx.
|
constexpr |
Definition at line 74 of file keycodes.hxx.
Referenced by Edit::CreatePopupMenu(), Edit::ImplHandleKeyEvent(), and TextWindow::KeyInput().
|
constexpr |
Definition at line 162 of file keycodes.hxx.
|
constexpr |
Definition at line 155 of file keycodes.hxx.
|
constexpr |
Definition at line 30 of file keycodes.hxx.
Referenced by CommandWheelData::GetModifier(), MouseEvent::GetModifier(), ImplGetMouseButtonMode(), ImplHandleMouseEvent(), ImplHandleSalKeyMod(), ImplHandleSalMouseButtonDown(), ImplHandleSalMouseButtonUp(), ImplLOKHandleMouseEvent(), SplitWindow::ImplStartSplit(), CommandWheelData::IsShift(), MouseEvent::IsShift(), vcl::KeyCode::IsShift(), vcl::KeyCode::KeyCode(), Application::LOKHandleMouseEvent(), SelectionEngine::SelMouseButtonDown(), SelectionEngine::SelMouseButtonUp(), and SplitWindow::Tracking().
|
constexpr |
Definition at line 123 of file keycodes.hxx.
Referenced by DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), ToolBox::KeyInput(), PushButton::KeyInput(), CheckBox::KeyInput(), RadioButton::KeyInput(), MenuButton::KeyInput(), PushButton::KeyUp(), CheckBox::KeyUp(), RadioButton::KeyUp(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 128 of file keycodes.hxx.
Referenced by vcl::Window::GetActivationKey(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), and DisclosureButton::KeyInput().
|
constexpr |
Definition at line 75 of file keycodes.hxx.
|
constexpr |
Definition at line 121 of file keycodes.hxx.
Referenced by InterimItemWindow::ChildKeyInput(), TextEngine::DoesKeyChangeText(), ToolBox::EventNotify(), vcl::RoadmapWizard::EventNotify(), vcl::Window::ImplDlgCtrl(), TabControl::ImplHandleKeyEvent(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), TextWindow::KeyInput(), TextView::KeyInput(), and UITestLogger::logKeyInput().
|
constexpr |
Definition at line 151 of file keycodes.hxx.
|
constexpr |
Definition at line 76 of file keycodes.hxx.
|
constexpr |
Definition at line 141 of file keycodes.hxx.
|
constexpr |
Definition at line 111 of file keycodes.hxx.
Referenced by ComboBox::EventNotify(), FormattedField::EventNotify(), SpinField::EventNotify(), MenuBarWindow::HandleKeyEvent(), ImplListBox::HandleWheelAsCursorTravel(), IMPL_LINK(), vcl::Window::ImplDlgCtrl(), Splitter::ImplKbdTracking(), ToolBox::ImplOpenItem(), TextView::ImpMoveCursor(), DebugEventInjector::InjectKeyNavEdit(), SvImpLBox::KeyInput(), SvxIconChoiceCtrl_Impl::KeyInput(), IconViewImpl::KeyInput(), MenuFloatingWindow::KeyInput(), Splitter::KeyInput(), ToolBox::KeyInput(), ScrollBar::KeyInput(), Calendar::KeyInput(), Slider::KeyInput(), TextView::KeyInput(), KeyEvent::LogicalTextDirectionality(), UITestLogger::logKeyInput(), ListBox::PreNotify(), VclMultiLineEdit::PreNotify(), and ImplListBoxWindow::ProcessKeyInput().
|
constexpr |
Definition at line 77 of file keycodes.hxx.
|
constexpr |
Definition at line 78 of file keycodes.hxx.
|
constexpr |
Definition at line 79 of file keycodes.hxx.
|
constexpr |
Definition at line 80 of file keycodes.hxx.
|
constexpr |
Definition at line 81 of file keycodes.hxx.
Referenced by MenuItemList::GetItemCount(), DebugEventInjector::InjectTextEvent(), and MenuItemList::SearchItem().
|
constexpr |
Definition at line 38 of file keycodes.hxx.
Referenced by ToolBox::KeyInput().
|
constexpr |
Definition at line 40 of file keycodes.hxx.
Referenced by ImplDateProcessKeyInput(), ImplTimeProcessKeyInput(), and VclMultiLineEdit::PreNotify().
|
constexpr |
Definition at line 39 of file keycodes.hxx.
Referenced by ImplDateProcessKeyInput(), ImplTimeProcessKeyInput(), and ToolBox::KeyInput().
|
constexpr |
Definition at line 41 of file keycodes.hxx.
Referenced by ImplDateProcessKeyInput(), ImplTimeProcessKeyInput(), and ToolBox::KeyInput().
|
constexpr |
Definition at line 37 of file keycodes.hxx.
Referenced by ToolBox::KeyInput().
|
constexpr |
Definition at line 42 of file keycodes.hxx.
Referenced by vcl::KeyCode::GetGroup().