Lines Matching refs:TestService
61 class TestService: public WeakImplHelper1<XServiceInfo> class
66 TestService( OUString implName, OUString serviceName);
67 ~TestService();
73 TestService::TestService( OUString implName, OUString serviceName): in TestService() function in TestService
79 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()
116 return Reference<XInterface>( static_cast<XWeak*>( new TestService( in test23_createInstance()