Searched refs:rPrimaryCache (Results 1 – 1 of 1) sorted by relevance
747 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True ); in getCommandByKeyEvent() local750 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()755 if (rPrimaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()756 return rPrimaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()791 …AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True, sal_True ); // sal_True => force getting… in setKeyEvent() local794 if ( rPrimaryCache.hasKey(aKeyEvent) ) in setKeyEvent()796 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()803 rPrimaryCache.setKeyCommandPair(lSecondaryKeys[0], sOriginalCommand); in setKeyEvent()806 if (rPrimaryCache.hasCommand(sCommand)) in setKeyEvent()808 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()[all …]