Lines Matching refs:AcceleratorCache
56 AcceleratorCache::AcceleratorCache() in AcceleratorCache() function in framework::AcceleratorCache
62 AcceleratorCache::AcceleratorCache(const AcceleratorCache& rCopy) in AcceleratorCache() function in framework::AcceleratorCache
70 AcceleratorCache::~AcceleratorCache() in ~AcceleratorCache()
77 void AcceleratorCache::takeOver(const AcceleratorCache& rCopy) in takeOver()
90 AcceleratorCache& AcceleratorCache::operator=(const AcceleratorCache& rCopy) in operator =()
97 sal_Bool AcceleratorCache::hasKey(const css::awt::KeyEvent& aKey) const in hasKey()
107 sal_Bool AcceleratorCache::hasCommand(const ::rtl::OUString& sCommand) const in hasCommand()
117 AcceleratorCache::TKeyList AcceleratorCache::getAllKeys() const in getAllKeys()
141 void AcceleratorCache::setKeyCommandPair(const css::awt::KeyEvent& aKey , in setKeyCommandPair()
159 AcceleratorCache::TKeyList AcceleratorCache::getKeysByCommand(const ::rtl::OUString& sCommand) const in getKeysByCommand()
179 ::rtl::OUString AcceleratorCache::getCommandByKey(const css::awt::KeyEvent& aKey) const in getCommandByKey()
199 void AcceleratorCache::removeKey(const css::awt::KeyEvent& aKey) in removeKey()
226 void AcceleratorCache::removeCommand(const ::rtl::OUString& sCommand) in removeCommand()
232 AcceleratorCache::TKeyList::const_iterator pKey ; in removeCommand()