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

kill ucbhelper XSERVICEINFO_NOFACTORY_DECL

Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954
üst eabc5d49
...@@ -199,26 +199,6 @@ GETTYPES_IMPL_START( Class ) \ ...@@ -199,26 +199,6 @@ GETTYPES_IMPL_START( Class ) \
CPPU_TYPE_REF( I11 ) \ CPPU_TYPE_REF( I11 ) \
GETTYPES_IMPL_END GETTYPES_IMPL_END
// XServiceInfo decl.
#define XSERVICEINFO_NOFACTORY_DECL() \
virtual OUString SAL_CALL \
getImplementationName() \
throw( com::sun::star::uno::RuntimeException, std::exception ); \
virtual sal_Bool SAL_CALL \
supportsService( const OUString& ServiceName ) \
throw( com::sun::star::uno::RuntimeException, std::exception ); \
virtual com::sun::star::uno::Sequence< OUString > SAL_CALL \
getSupportedServiceNames() \
throw( com::sun::star::uno::RuntimeException, std::exception ); \
\
static OUString \
getImplementationName_Static(); \
static com::sun::star::uno::Sequence< OUString > \
getSupportedServiceNames_Static();
// XServiceInfo impl. internals // XServiceInfo impl. internals
......
...@@ -124,7 +124,15 @@ public: ...@@ -124,7 +124,15 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception ); throw( com::sun::star::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_NOFACTORY_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();
// XComponent // XComponent
virtual void SAL_CALL virtual void SAL_CALL
......
...@@ -151,7 +151,15 @@ public: ...@@ -151,7 +151,15 @@ public:
throw( com::sun::star::uno::RuntimeException, std::exception ); throw( com::sun::star::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_NOFACTORY_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();
// XComponent ( base class of XDynamicResultSet ) // XComponent ( base class of XDynamicResultSet )
virtual void SAL_CALL virtual void SAL_CALL
......
...@@ -215,9 +215,15 @@ public: ...@@ -215,9 +215,15 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
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 );
XSERVICEINFO_NOFACTORY_DECL() static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
// XPropertySet inherited // XPropertySet inherited
......
...@@ -123,9 +123,15 @@ public: ...@@ -123,9 +123,15 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
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 );
XSERVICEINFO_NOFACTORY_DECL() static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
// XFetchProvider // XFetchProvider
......
...@@ -72,8 +72,15 @@ public: ...@@ -72,8 +72,15 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
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 );
XSERVICEINFO_NOFACTORY_DECL() static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
// own methods ( inherited ) // own methods ( inherited )
......
...@@ -66,8 +66,16 @@ public: ...@@ -66,8 +66,16 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
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();
XSERVICEINFO_NOFACTORY_DECL()
}; };
......
...@@ -130,7 +130,15 @@ public: ...@@ -130,7 +130,15 @@ public:
throw( css::uno::RuntimeException, std::exception ); throw( css::uno::RuntimeException, std::exception );
// XServiceInfo // XServiceInfo
XSERVICEINFO_NOFACTORY_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();
// XContentProviderSupplier // XContentProviderSupplier
virtual ::com::sun::star::uno::Reference< virtual ::com::sun::star::uno::Reference<
......
...@@ -130,7 +130,15 @@ public: ...@@ -130,7 +130,15 @@ public:
// XServiceInfo // XServiceInfo
XSERVICEINFO_NOFACTORY_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();
// XPropertySetRegistry // XPropertySetRegistry
virtual com::sun::star::uno::Reference< virtual com::sun::star::uno::Reference<
...@@ -200,7 +208,15 @@ public: ...@@ -200,7 +208,15 @@ public:
virtual ~PersistentPropertySet(); virtual ~PersistentPropertySet();
// XServiceInfo // XServiceInfo
XSERVICEINFO_NOFACTORY_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();
// XComponent // XComponent
virtual void SAL_CALL virtual void SAL_CALL
......
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