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
779018ba
Kaydet (Commit)
779018ba
authored
Haz 22, 2001
tarafından
Andreas Bille
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added typedescription for ContentProvider
üst
048634f6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
prov.cxx
ucb/source/ucp/file/prov.cxx
+0
-0
prov.hxx
ucb/source/ucp/file/prov.hxx
+16
-3
No files found.
ucb/source/ucp/file/prov.cxx
Dosyayı görüntüle @
779018ba
This diff is collapsed.
Click to expand it.
ucb/source/ucp/file/prov.hxx
Dosyayı görüntüle @
779018ba
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: prov.hxx,v $
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
* last change: $Author:
sb $ $Date: 2000-12-15 08:29:59
$
* last change: $Author:
abi $ $Date: 2001-06-22 11:21:16
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -68,9 +68,15 @@
#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
#endif
#ifndef _UCBHELPER_MACROS_HXX
#include <ucbhelper/macros.hxx>
#endif
#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_
#include <com/sun/star/uno/XInterface.hpp>
#endif
#ifndef _COM_SUN_STAR_LANG_XTYPEPROVIDER_HPP_
#include <com/sun/star/lang/XTypeProvider.hpp>
#endif
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#endif
...
...
@@ -107,6 +113,7 @@ namespace fileaccess {
class
FileProvider
:
public
cppu
::
OWeakObject
,
public
com
::
sun
::
star
::
lang
::
XServiceInfo
,
public
com
::
sun
::
star
::
lang
::
XTypeProvider
,
public
com
::
sun
::
star
::
ucb
::
XContentProvider
,
public
com
::
sun
::
star
::
ucb
::
XContentIdentifierFactory
,
public
com
::
sun
::
star
::
beans
::
XPropertySet
,
...
...
@@ -164,12 +171,18 @@ namespace fileaccess {
CreateInstance
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
lang
::
XMultiServiceFactory
>&
xMultiServiceFactory
);
#endif
// XTypeProvider
XTYPEPROVIDER_DECL
()
// XContentProvider
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContent
>
SAL_CALL
queryContent
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContentIdentifier
>&
Identifier
)
throw
(
com
::
sun
::
star
::
ucb
::
IllegalIdentifierException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
);
// XContentIdentifierFactory
...
...
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