Home
last modified time | relevance | path

Searched refs:nativeServiceManager (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/javaunohelper/test/com/sun/star/comp/helper/
H A DSharedLibraryLoader_Test.java56 private static XMultiServiceFactory nativeServiceManager = null; field in SharedLibraryLoader_Test
101 nativeServiceManager = null; in test_loadNativeServiceManager()
115nativeServiceManager = UnoRuntime.queryInterface( XMultiServiceFactory.class, aSMgrFac.createInsta… in test_loadNativeServiceManager()
118 System.out.println(nativeServiceManager == null? "failed" : "successfull"); in test_loadNativeServiceManager()
122 return nativeServiceManager != null; in test_loadNativeServiceManager()

Completed in 13 milliseconds