Home
last modified time | relevance | path

Searched refs:m_aKeyBindings (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Daccessiblekeybindinghelper.cxx53 , m_aKeyBindings( rHelper.m_aKeyBindings ) in OAccessibleKeyBindingHelper()
69 m_aKeyBindings.push_back( rKeyBinding ); in AddKeyBinding()
80 m_aKeyBindings.push_back( aSeq ); in AddKeyBinding()
91 return m_aKeyBindings.size(); in getAccessibleKeyBindingCount()
100 if ( nIndex < 0 || nIndex >= (sal_Int32)m_aKeyBindings.size() ) in getAccessibleKeyBinding()
103 return m_aKeyBindings[nIndex]; in getAccessibleKeyBinding()
/trunk/main/comphelper/inc/comphelper/
H A Daccessiblekeybindinghelper.hxx56 KeyBindings m_aKeyBindings; member in comphelper::OAccessibleKeyBindingHelper

Completed in 11 milliseconds