Searched refs:getCommandByKey (Results 1 – 4 of 4) sorted by relevance
184 return rCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()723 return rPrimaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()725 return rSecondaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()761 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()784 ::rtl::OUString sOriginalCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()831 ::rtl::OUString sDelCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()834 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()848 ::rtl::OUString sDelCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()1081 aCache.setKeyCommandPair(*pIt, m_pSecondaryWriteCache->getCommandByKey(*pIt)); in storeToStorage()1087 aCache.setKeyCommandPair(*pIt, m_aSecondaryReadCache.getCommandByKey(*pIt)); in storeToStorage()[all …]
179 ::rtl::OUString AcceleratorCache::getCommandByKey(const css::awt::KeyEvent& aKey) const in getCommandByKey() function in framework::AcceleratorCache
173 virtual ::rtl::OUString getCommandByKey(const css::awt::KeyEvent& aKey) const;
103 const ::rtl::OUString& rCommand = m_rContainer.getCommandByKey(rKey); in flush()