Kaydet (Commit) eabc5d49 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

kill ucbhelper XSERVICEINFO_DECL

Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc
üst 4cf5556f
...@@ -219,16 +219,6 @@ GETTYPES_IMPL_END ...@@ -219,16 +219,6 @@ GETTYPES_IMPL_END
static com::sun::star::uno::Sequence< OUString > \ static com::sun::star::uno::Sequence< OUString > \
getSupportedServiceNames_Static(); getSupportedServiceNames_Static();
#define XSERVICEINFO_DECL() \
XSERVICEINFO_NOFACTORY_DECL() \
\
static com::sun::star::uno::Reference< \
com::sun::star::lang::XSingleServiceFactory > \
createServiceFactory( const com::sun::star::uno::Reference< \
com::sun::star::lang::XMultiServiceFactory >& rxServiceMgr );
// XServiceInfo impl. internals // XServiceInfo impl. internals
......
...@@ -510,8 +510,19 @@ public: ...@@ -510,8 +510,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XCachedContentResultSetFactory // XCachedContentResultSetFactory
......
...@@ -191,8 +191,19 @@ public: ...@@ -191,8 +191,19 @@ public:
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XCachedContentResultSetStubFactory // XCachedContentResultSetStubFactory
......
...@@ -120,8 +120,19 @@ public: ...@@ -120,8 +120,19 @@ public:
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XCachedDynamicResultSetFactory // XCachedDynamicResultSetFactory
......
...@@ -105,8 +105,19 @@ public: ...@@ -105,8 +105,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XCachedDynamicResultSetStubFactory // XCachedDynamicResultSetStubFactory
......
...@@ -59,7 +59,19 @@ public: ...@@ -59,7 +59,19 @@ public:
virtual ~UcbContentProviderProxyFactory(); virtual ~UcbContentProviderProxyFactory();
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProviderFactory // XContentProviderFactory
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -80,7 +80,19 @@ public: ...@@ -80,7 +80,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XComponent // XComponent
virtual void SAL_CALL virtual void SAL_CALL
......
...@@ -57,7 +57,19 @@ public: ...@@ -57,7 +57,19 @@ public:
virtual ~UcbPropertiesManager(); virtual ~UcbPropertiesManager();
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XPropertySetInfo // XPropertySetInfo
virtual com::sun::star::uno::Sequence< virtual com::sun::star::uno::Sequence<
......
...@@ -63,7 +63,19 @@ public: ...@@ -63,7 +63,19 @@ public:
virtual ~UcbStore(); virtual ~UcbStore();
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XPropertySetRegistryFactory // XPropertySetRegistryFactory
virtual com::sun::star::uno::Reference< virtual com::sun::star::uno::Reference<
......
...@@ -42,7 +42,19 @@ public: ...@@ -42,7 +42,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -50,7 +50,19 @@ public: ...@@ -50,7 +50,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -47,7 +47,19 @@ public: ...@@ -47,7 +47,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -108,7 +108,19 @@ public: ...@@ -108,7 +108,19 @@ public:
throw(); throw();
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XTypeProvider // XTypeProvider
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
......
...@@ -63,7 +63,19 @@ public: ...@@ -63,7 +63,19 @@ public:
throw(); throw();
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XTypeProvider // XTypeProvider
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
......
...@@ -119,7 +119,19 @@ public: ...@@ -119,7 +119,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual com::sun::star::uno::Reference< virtual com::sun::star::uno::Reference<
......
...@@ -75,7 +75,19 @@ public: ...@@ -75,7 +75,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -82,7 +82,19 @@ public: ...@@ -82,7 +82,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual com::sun::star::uno::Reference< virtual com::sun::star::uno::Reference<
......
...@@ -103,7 +103,19 @@ public: ...@@ -103,7 +103,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -91,7 +91,19 @@ public: ...@@ -91,7 +91,19 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_DECL() virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception );
virtual sal_Bool SAL_CALL supportsService( const OUString& ServiceName )
throw( css::uno::RuntimeException, std::exception );
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw( css::uno::RuntimeException, std::exception );
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
static css::uno::Reference< css::lang::XSingleServiceFactory >
createServiceFactory( const css::uno::Reference<
css::lang::XMultiServiceFactory >& rxServiceMgr );
// XContentProvider // XContentProvider
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment