Searched refs:m_xSmgr (Results 1 – 3 of 3) sorted by relevance
/trunk/main/framework/qa/complex/accelerators/ |
H A D | AcceleratorsConfigurationTest.java | 66 private XMultiServiceFactory m_xSmgr = null; field in AcceleratorsConfigurationTest 98 m_xSmgr = getMSF(); in before() 100 …m_xGlobalAccelCfg = UnoRuntime.queryInterface(XAcceleratorConfiguration.class, m_xSmgr.createInsta… in before() 101 …m_xModuleAccelCfg = UnoRuntime.queryInterface(XAcceleratorConfiguration.class, m_xSmgr.createInsta… in before() 102 …m_xDocumentAccelCfg = UnoRuntime.queryInterface(XAcceleratorConfiguration.class, m_xSmgr.createIns… in before() 106 XNameAccess m_xConfig2 = openConfig(m_xSmgr, sConfigPath, bReadOnly); in before() 125 m_xSmgr = null; in after() 629 …xStorageFactory = UnoRuntime.queryInterface(XSingleServiceFactory.class, m_xSmgr.createInstance("c… in LoadDocumentAcceleratorConfiguration() 665 …xStorageFactory = UnoRuntime.queryInterface(XSingleServiceFactory.class, m_xSmgr.createInstance("c… in SaveDocumentAcceleratorConfiguration() 762 XNameAccess xRootConfig = openConfig(m_xSmgr, sConfigPath, bReadOnly); in getOfficeLocale() [all …]
|
/trunk/main/framework/qa/complex/ModuleManager/ |
H A D | CheckXModuleManager.java | 58 private XMultiServiceFactory m_xSmgr = null; field in CheckXModuleManager 97 m_xSmgr = getMSF(); in before() 100 …m_xMM = UnoRuntime.queryInterface(XModuleManager.class, m_xSmgr.createInstance("com.sun.star.frame… in before() 103 …XFrame xDesktop = UnoRuntime.queryInterface(XFrame.class, m_xSmgr.createInstance("com.sun.star.fra… in before() 119 m_xSmgr = null; in after()
|
/trunk/main/svl/qa/complex/ConfigItems/ |
H A D | CheckConfigItems.java | 53 private XMultiServiceFactory m_xSmgr = null; field in CheckConfigItems 92 m_xSmgr = getMSF(); in before() 97 …m_xTest = UnoRuntime.queryInterface(XJob.class, m_xSmgr.createInstance("com.sun.star.comp.svl.Conf… in before() 111 m_xSmgr = null; in after()
|
Completed in 20 milliseconds