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