22 #include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
46 :
cppu::WeakImplHelper<XAccessibleKeyBinding>( rHelper )
47 , m_aKeyBindings( rHelper.m_aKeyBindings )
88 throw IndexOutOfBoundsException();
virtual sal_Int32 SAL_CALL getAccessibleKeyBindingCount() override
KeyBindings m_aKeyBindings
void AddKeyBinding(const css::uno::Sequence< css::awt::KeyStroke > &rKeyBinding)
a helper class for implementing an accessible keybinding
virtual css::uno::Sequence< css::awt::KeyStroke > SAL_CALL getAccessibleKeyBinding(sal_Int32 nIndex) override
constexpr std::enable_if_t< std::is_signed_v< T >, std::make_unsigned_t< T > > make_unsigned(T value)
OAccessibleKeyBindingHelper()
virtual ~OAccessibleKeyBindingHelper() override