Searched refs:xRootConfig (Results 1 – 1 of 1) sorted by relevance
762 XNameAccess xRootConfig = openConfig(m_xSmgr, sConfigPath, bReadOnly); in getOfficeLocale() local764 if (xRootConfig != null) in getOfficeLocale()766 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in getOfficeLocale()782 XNameAccess xRootConfig = openConfig(m_xSmgr, sConfigPath, bReadOnly); in setOfficeLocale() local784 if (xRootConfig != null) in setOfficeLocale()786 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in setOfficeLocale()789 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, xRootConfig); in setOfficeLocale()
Completed in 19 milliseconds