Searched refs:TKeyList (Results 1 – 4 of 4) sorted by relevance
168 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 …]
117 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()
72 typedef ::comphelper::SequenceAsVector< css::awt::KeyEvent > TKeyList; typedef in framework::AcceleratorCache73 typedef BaseHash< TKeyList > TCommand2Keys;144 virtual TKeyList getAllKeys() const;169 virtual TKeyList getKeysByCommand(const ::rtl::OUString& sCommand) const;
96 AcceleratorCache::TKeyList lKeys = m_rContainer.getAllKeys(); in flush()97 AcceleratorCache::TKeyList::const_iterator pKey ; in flush()