Home
last modified time | relevance | path

Searched refs:TKeyList (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx168 AcceleratorCache::TKeyList lKeys = rCache.getAllKeys(); in getAllKeyEvents()
264 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
295 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList()
725 …AcceleratorCache::TKeyList lKeys = impl_getCFG(sal_True).getAllKeys(); //get keys from PrimaryKey… in getAllKeyEvents()
727 …AcceleratorCache::TKeyList lSecondaryKeys = impl_getCFG(sal_False).getAllKeys(); //get keys from S… in getAllKeyEvents()
729 AcceleratorCache::TKeyList::const_iterator pIt; in getAllKeyEvents()
730 AcceleratorCache::TKeyList::const_iterator pEnd = lSecondaryKeys.end(); in getAllKeyEvents()
801 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in setKeyEvent()
808 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
824 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
[all …]
H A Dacceleratorcache.cxx117 AcceleratorCache::TKeyList AcceleratorCache::getAllKeys() const in getAllKeys()
119 TKeyList lKeys; in getAllKeys()
151 TKeyList& rKeyList = m_lCommand2Keys[sCommand]; in setKeyCommandPair()
159 AcceleratorCache::TKeyList AcceleratorCache::getKeysByCommand(const ::rtl::OUString& sCommand) const in getKeysByCommand()
161 TKeyList lKeys; in getKeysByCommand()
231 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand()
232 AcceleratorCache::TKeyList::const_iterator pKey ; in removeCommand()
/AOO41X/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx72 typedef ::comphelper::SequenceAsVector< css::awt::KeyEvent > TKeyList; typedef in framework::AcceleratorCache
73 typedef BaseHash< TKeyList > TCommand2Keys;
144 virtual TKeyList getAllKeys() const;
169 virtual TKeyList getKeysByCommand(const ::rtl::OUString& sCommand) const;
/AOO41X/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx96 AcceleratorCache::TKeyList lKeys = m_rContainer.getAllKeys(); in flush()
97 AcceleratorCache::TKeyList::const_iterator pKey ; in flush()