Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Daccessiblekeybindinghelper.hxx58 void AddKeyBinding( const css::uno::Sequence< css::awt::KeyStroke >& rKeyBinding );
60 void AddKeyBinding( const css::awt::KeyStroke& rKeyStroke );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Daccessiblekeybindinghelper.hxx58 void AddKeyBinding( const css::uno::Sequence< css::awt::KeyStroke >& rKeyBinding );
60 void AddKeyBinding( const css::awt::KeyStroke& rKeyStroke );
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Daccessiblekeybindinghelper.cxx56 void OAccessibleKeyBindingHelper::AddKeyBinding( const Sequence< awt::KeyStroke >& rKeyBinding ) in AddKeyBinding() function in comphelper::OAccessibleKeyBindingHelper
64 void OAccessibleKeyBindingHelper::AddKeyBinding( const awt::KeyStroke& rKeyStroke ) in AddKeyBinding() function in comphelper::OAccessibleKeyBindingHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Daccessiblekeybindinghelper.cxx56 void OAccessibleKeyBindingHelper::AddKeyBinding( const Sequence< awt::KeyStroke >& rKeyBinding ) in AddKeyBinding() function in comphelper::OAccessibleKeyBindingHelper
64 void OAccessibleKeyBindingHelper::AddKeyBinding( const awt::KeyStroke& rKeyStroke ) in AddKeyBinding() function in comphelper::OAccessibleKeyBindingHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx452 pKeyBindingHelper->AddKeyBinding( aSeq1 ); in getAccessibleActionKeyBinding()
471 pKeyBindingHelper->AddKeyBinding( aSeq2 ); in getAccessibleActionKeyBinding()
489 pKeyBindingHelper->AddKeyBinding( aSeq3 ); in getAccessibleActionKeyBinding()
H A Dvclxaccessibleradiobutton.cxx200 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblebutton.cxx229 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblecheckbox.cxx252 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx455 pKeyBindingHelper->AddKeyBinding( aSeq1 ); in getAccessibleActionKeyBinding()
474 pKeyBindingHelper->AddKeyBinding( aSeq2 ); in getAccessibleActionKeyBinding()
492 pKeyBindingHelper->AddKeyBinding( aSeq3 ); in getAccessibleActionKeyBinding()
H A Dvclxaccessibleradiobutton.cxx199 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblebutton.cxx228 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Dvclxaccessiblecheckbox.cxx251 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dkeys.h61 void AddKeyBinding(SDL_Keycode key, int mod, const Action *action,
H A Dkeys.cc363 void KeyBinder::AddKeyBinding(SDL_Keycode key, int mod, const Action *action, in AddKeyBinding() function in KeyBinder
770 AddKeyBinding(k.sym, k.mod, a.action, np, a.params); in ParseLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/accessibility/
H A DAccessibleHyperlink.cxx93 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/accessibility/
H A DAccessibleHyperlink.cxx93 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/keybinding/
H A Dkeys.h84 void AddKeyBinding(Common::KeyCode sym, byte mod, const Action *action,
H A Dkeys.cpp325 void KeyBinder::AddKeyBinding(Common::KeyCode key, byte mod, const Action *action, in AddKeyBinding() function in Ultima::Nuvie::KeyBinder
596 AddKeyBinding(k.keycode, k.flags, a.action, np, a.params); in ParseLine()
/dports/editors/lazarus/lazarus/components/jcf2/IdePlugin/
H A DJcfIdeRegister.pas301 BindingServices.AddKeyBinding([liShortcut], OnShortcut, nil)
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccnotexthyperlink.cxx164 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Dacchyperlink.cxx136 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Dacchyperlink.cxx136 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
H A Daccnotexthyperlink.cxx164 pKeyBindingHelper->AddKeyBinding( aKeyStroke ); in getAccessibleActionKeyBinding()
/dports/editors/lazarus-qt5/lazarus/components/jcf2/IdePlugin/
H A DJcfIdeRegister.pas301 BindingServices.AddKeyBinding([liShortcut], OnShortcut, nil)
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4PlayerControl.cpp1382 …:const_iterator i = RegularKeys.begin(); i != RegularKeys.end(); ++i) AddKeyBinding(*i, false, idx… in RegisterKeyset()
1383 …for (C4KeyCodeExVec::const_iterator i = HoldKeys.begin(); i != HoldKeys.end(); ++i) AddKeyBinding(… in RegisterKeyset()
1387 void C4PlayerControl::AddKeyBinding(const C4KeyCodeEx &key, bool fHoldKey, int32_t idx) in AddKeyBinding() function in C4PlayerControl

12