Searched refs:rSecondaryCache (Results 1 – 1 of 1) sorted by relevance
748 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False); in getCommandByKeyEvent() local750 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()758 return rSecondaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()792 …AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); // sal_True => force getting… in setKeyEvent() local799 if (rSecondaryCache.hasCommand(sOriginalCommand)) in setKeyEvent()801 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in setKeyEvent()802 rSecondaryCache.removeKey(lSecondaryKeys[0]); in setKeyEvent()810 rSecondaryCache.setKeyCommandPair(lPrimaryKeys[0], sCommand); in setKeyEvent()817 else if ( rSecondaryCache.hasKey(aKeyEvent) ) in setKeyEvent()819 ::rtl::OUString sOriginalCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()[all …]