Lines Matching refs:xPrimaryAccess

138 …XNameAccess xPrimaryAccess = UnoRuntime.queryInterface(XNameAccess.class, m_xPrimaryKeys.getByName…  in checkGlobalAccelCfg()  local
145 impl_checkGetKeyCommands(m_xGlobalAccelCfg, xPrimaryAccess, sKeys); in checkGlobalAccelCfg()
155 … impl_checkSetKeyCommands(m_xGlobalAccelCfg, xPrimaryAccess, xSecondaryAccess, sKeys, sCommands); in checkGlobalAccelCfg()
161 impl_checkRemoveKeyCommands(m_xGlobalAccelCfg, xPrimaryAccess, xSecondaryAccess, sKeys); in checkGlobalAccelCfg()
167 … impl_checkGetPreferredKeyEventsForCommandList(m_xGlobalAccelCfg, xPrimaryAccess, sCommandList); in checkGlobalAccelCfg()
206 …XNameAccess xPrimaryAccess = UnoRuntime.queryInterface(XNameAccess.class, xPrimaryModules.getByNam… in checkModuleAccelCfg() local
238 impl_checkGetKeyCommands(m_xModuleAccelCfg, xPrimaryAccess, sKeys); in checkModuleAccelCfg()
286 … impl_checkSetKeyCommands(m_xModuleAccelCfg, xPrimaryAccess, xSecondaryAccess, sKeys, sCommands); in checkModuleAccelCfg()
317 impl_checkRemoveKeyCommands(m_xModuleAccelCfg, xPrimaryAccess, xSecondaryAccess, sKeys); in checkModuleAccelCfg()
349 … impl_checkGetPreferredKeyEventsForCommandList(m_xModuleAccelCfg, xPrimaryAccess, sCommandList); in checkModuleAccelCfg()
418 …checkSetKeyCommands(XAcceleratorConfiguration xAccelCfg, XNameAccess xPrimaryAccess, XNameAccess x… in impl_checkSetKeyCommands() argument
425 if (!xPrimaryAccess.hasByName(sKeys[i]) && !xSecondaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()
429 if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()
438 else if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkSetKeyCommands()
440 String sOriginalCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
446 String sChangedCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
469 String sChangedCommand = getCommandFromConfiguration(xPrimaryAccess, sKeys[i]); in impl_checkSetKeyCommands()
490 …ckRemoveKeyCommands(XAcceleratorConfiguration xAccelCfg, XNameAccess xPrimaryAccess, XNameAccess x… in impl_checkRemoveKeyCommands() argument
497 if (!xPrimaryAccess.hasByName(sKeys[i]) && !xSecondaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()
501 else if (xPrimaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()
505 if (!xPrimaryAccess.hasByName(sKeys[i])) in impl_checkRemoveKeyCommands()
533 …ventsForCommandList(XAcceleratorConfiguration xAccelCfg, XNameAccess xPrimaryAccess, String[] sCom… in impl_checkGetPreferredKeyEventsForCommandList() argument
547 String sCmdFromConfiguration = getCommandFromConfiguration(xPrimaryAccess, sKeyEvent); in impl_checkGetPreferredKeyEventsForCommandList()