Lines Matching refs:xAccess

1033     css::uno::Reference< css::container::XNameAccess > xAccess;  in reload()  local
1044 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in reload()
1045 impl_ts_load(bPreferred, xAccess); // load the preferred keys in reload()
1056 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in reload()
1057 impl_ts_load(bPreferred, xAccess); // load the secondary keys in reload()
1074 css::uno::Reference< css::container::XNameAccess > xAccess; in store() local
1079 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in store()
1080 impl_ts_save(bPreferred, xAccess); in store()
1085 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in store()
1086 impl_ts_save(bPreferred, xAccess); in store()
1321 css::uno::Reference< css::container::XNameAccess > xAccess; in impl_ts_load() local
1323 xCfg->getByName(CFG_ENTRY_GLOBAL) >>= xAccess; in impl_ts_load()
1328 xModules->getByName(m_sModuleCFG) >>= xAccess; in impl_ts_load()
1336 if (xAccess.is()) in impl_ts_load()
1338 css::uno::Sequence< ::rtl::OUString > lKeys = xAccess->getElementNames(); in impl_ts_load()
1343 xAccess->getByName(sKey) >>= xKey; in impl_ts_load()
1523 css::uno::Reference< css::container::XNameAccess > xAccess; in insertKeyToConfiguration() local
1529 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in insertKeyToConfiguration()
1531 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in insertKeyToConfiguration()
1534 xAccess->getByName(CFG_ENTRY_GLOBAL) >>= xContainer; in insertKeyToConfiguration()
1538 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in insertKeyToConfiguration()
1570 css::uno::Reference< css::container::XNameAccess > xAccess; in removeKeyFromConfiguration() local
1574 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in removeKeyFromConfiguration()
1576 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in removeKeyFromConfiguration()
1579 xAccess->getByName(CFG_ENTRY_GLOBAL) >>= xContainer; in removeKeyFromConfiguration()
1583 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in removeKeyFromConfiguration()
1596 css::uno::Reference< css::container::XNameAccess > xAccess; in reloadChanged() local
1599 m_xCfg->getByName(sPrimarySecondary) >>= xAccess; in reloadChanged()
1601 xAccess->getByName(CFG_ENTRY_GLOBAL) >>= xContainer; in reloadChanged()
1605 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in reloadChanged()