Lines Matching refs:rSecondaryCache

748     AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False);  in getCommandByKeyEvent()  local
750 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() local
799 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()
826 rSecondaryCache.setKeyCommandPair(lPrimaryKeys[0], sCommand); in setKeyEvent()
829 rSecondaryCache.removeKey(aKeyEvent); in setKeyEvent()
840 rSecondaryCache.setKeyCommandPair(lPrimaryKeys[0], sCommand); in setKeyEvent()
859 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); in removeKeyEvent() local
861 if (!rPrimaryCache.hasKey(aKeyEvent) && !rSecondaryCache.hasKey(aKeyEvent)) in removeKeyEvent()
872 if (rSecondaryCache.hasCommand(sOriginalCommand)) in removeKeyEvent()
874 … AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sOriginalCommand); in removeKeyEvent()
875 rSecondaryCache.removeKey(lSecondaryKeys[0]); in removeKeyEvent()
885 ::rtl::OUString sDelCommand = rSecondaryCache.getCommandByKey(aKeyEvent); in removeKeyEvent()
887 rSecondaryCache.removeKey(aKeyEvent); in removeKeyEvent()
909 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False); in getKeyEventsByCommand() local
911 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in getKeyEventsByCommand()
918 AcceleratorCache::TKeyList lSecondaryKeys = rSecondaryCache.getKeysByCommand(sCommand); in getKeyEventsByCommand()
1006 AcceleratorCache& rSecondaryCache = impl_getCFG(sal_False, sal_True); in removeCommandFromAllKeyEvents() local
1008 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()
1015 if (rSecondaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()
1016 rSecondaryCache.removeCommand(sCommand); in removeCommandFromAllKeyEvents()