Home
last modified time | relevance | path

Searched refs:getKeysByCommand (Results 1 – 3 of 3) sorted by relevance

/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx254 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
283 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList()
766 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in setKeyEvent()
773 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
789 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
803 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()
837 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in removeKeyEvent()
876 AcceleratorCache::TKeyList lKeys = rPrimaryCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
878 AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
930 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(rCommand); in getPreferredKeyEventsForCommandList()
H A Dacceleratorcache.cxx159 AcceleratorCache::TKeyList AcceleratorCache::getKeysByCommand(const ::rtl::OUString& sCommand) const in getKeysByCommand() function in framework::AcceleratorCache
231 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand()
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx169 virtual TKeyList getKeysByCommand(const ::rtl::OUString& sCommand) const;