Lines Matching refs:TestService
64 class TestService: public WeakImplHelper1<XServiceInfo> class
69 TestService( OUString implName, OUString serviceName);
70 ~TestService();
76 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService
82 TestService::~TestService() in ~TestService()
87 OUString SAL_CALL TestService::getImplementationName( ) throw (RuntimeException) in getImplementationName()
91 sal_Bool SAL_CALL TestService::supportsService( const OUString& ServiceName ) throw (RuntimeExcepti… in supportsService()
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()
126 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test4_createInstance()