Searched refs:rSecondaryCache (Results 1 – 1 of 1) sorted by relevance
715 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False); in getCommandByKeyEvent() local717 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()725 return rSecondaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()757 …AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); // sal_True => force getting… in setKeyEvent() local764 if (rSecondaryCache.hasCommand(sOriginalCommand)) in setKeyEvent()766 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in setKeyEvent()767 rSecondaryCache.removeKey(lSecondaryKeys[0]); in setKeyEvent()775 rSecondaryCache.setKeyCommandPair(lPrimaryKeys[0], sCommand); in setKeyEvent()782 else if ( rSecondaryCache.hasKey(aKeyEvent) ) in setKeyEvent()784 ::rtl::OUString sOriginalCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()[all …]