Searched refs:rPrimaryCache (Results 1 – 1 of 1) sorted by relevance
714 AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True ); in getCommandByKeyEvent() local717 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()722 if (rPrimaryCache.hasKey(aKeyEvent)) in getCommandByKeyEvent()723 return rPrimaryCache.getCommandByKey(aKeyEvent); in getCommandByKeyEvent()756 …AcceleratorCache& rPrimaryCache = impl_getCFG(sal_True, sal_True ); // sal_True => force getting… in setKeyEvent() local759 if ( rPrimaryCache.hasKey(aKeyEvent) ) in setKeyEvent()761 ::rtl::OUString sOriginalCommand = rPrimaryCache.getCommandByKey(aKeyEvent); in setKeyEvent()768 rPrimaryCache.setKeyCommandPair(lSecondaryKeys[0], sOriginalCommand); in setKeyEvent()771 if (rPrimaryCache.hasCommand(sCommand)) in setKeyEvent()773 AcceleratorCache::TKeyList lPrimaryKeys = rPrimaryCache.getKeysByCommand(sCommand); in setKeyEvent()[all …]