Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
eabc5d49
Kaydet (Commit)
eabc5d49
authored
Mar 21, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
kill ucbhelper XSERVICEINFO_DECL
Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc
üst
4cf5556f
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
230 additions
and
28 deletions
+230
-28
macros.hxx
include/ucbhelper/macros.hxx
+0
-10
cachedcontentresultset.hxx
ucb/source/cacher/cachedcontentresultset.hxx
+12
-1
cachedcontentresultsetstub.hxx
ucb/source/cacher/cachedcontentresultsetstub.hxx
+12
-1
cacheddynamicresultset.hxx
ucb/source/cacher/cacheddynamicresultset.hxx
+12
-1
cacheddynamicresultsetstub.hxx
ucb/source/cacher/cacheddynamicresultsetstub.hxx
+12
-1
provprox.hxx
ucb/source/core/provprox.hxx
+13
-1
ucb.hxx
ucb/source/core/ucb.hxx
+13
-1
ucbprops.hxx
ucb/source/core/ucbprops.hxx
+13
-1
ucbstore.hxx
ucb/source/core/ucbstore.hxx
+13
-1
cmis_provider.hxx
ucb/source/ucp/cmis/cmis_provider.hxx
+13
-1
gio_provider.hxx
ucb/source/ucp/gio/gio_provider.hxx
+13
-1
gvfs_provider.hxx
ucb/source/ucp/gvfs/gvfs_provider.hxx
+13
-1
hierarchydatasource.cxx
ucb/source/ucp/hierarchy/hierarchydatasource.cxx
+13
-1
hierarchydatasource.hxx
ucb/source/ucp/hierarchy/hierarchydatasource.hxx
+13
-1
hierarchyprovider.hxx
ucb/source/ucp/hierarchy/hierarchyprovider.hxx
+13
-1
pkgprovider.hxx
ucb/source/ucp/package/pkgprovider.hxx
+13
-1
tdoc_provider.hxx
ucb/source/ucp/tdoc/tdoc_provider.hxx
+13
-1
webdavprovider.hxx
ucb/source/ucp/webdav-neon/webdavprovider.hxx
+13
-1
webdavprovider.hxx
ucb/source/ucp/webdav/webdavprovider.hxx
+13
-1
No files found.
include/ucbhelper/macros.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/cacher/cachedcontentresultset.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/cacher/cachedcontentresultsetstub.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/cacher/cacheddynamicresultset.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/cacher/cacheddynamicresultsetstub.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/core/provprox.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/core/ucb.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
...
...
ucb/source/core/ucbprops.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/core/ucbstore.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/cmis/cmis_provider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/gio/gio_provider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/gvfs/gvfs_provider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/hierarchy/hierarchydatasource.cxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
()
...
...
ucb/source/ucp/hierarchy/hierarchydatasource.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
()
...
...
ucb/source/ucp/hierarchy/hierarchyprovider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/package/pkgprovider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/tdoc/tdoc_provider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/webdav-neon/webdavprovider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
ucb/source/ucp/webdav/webdavprovider.hxx
Dosyayı görüntüle @
eabc5d49
...
@@ -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
<
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment