Searched refs:TestService (Results 1 – 6 of 6) sorted by relevance
64 class TestService: public WeakImplHelper1<XServiceInfo> class69 TestService( OUString implName, OUString serviceName);70 ~TestService();76 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService82 TestService::~TestService() in ~TestService()87 OUString SAL_CALL TestService::getImplementationName( ) throw (RuntimeException) in getImplementationName()95 Sequence<OUString > SAL_CALL TestService::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()105 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test1_createInstance()112 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test2_createInstance()119 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test3_createInstance()[all …]
61 class TestService: public WeakImplHelper1<XServiceInfo> class66 TestService( OUString implName, OUString serviceName);67 ~TestService();73 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService79 TestService::~TestService() in ~TestService()84 OUString SAL_CALL TestService::getImplementationName( ) throw (RuntimeException) in getImplementationName()88 sal_Bool SAL_CALL TestService::supportsService( const OUString& ServiceName ) throw (RuntimeExcepti… in supportsService()92 Sequence<OUString > SAL_CALL TestService::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()102 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test21_createInstance()109 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test22_createInstance()[all …]
30 JAVAFILES := TestBase.java TestService.java
41 insert(new TestService()); in getTestServiceFactory()
33 public final class TestService implements XServiceInfo, XSingleComponentFactory class
73 insert(new TestService());
Completed in 33 milliseconds