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
411297a0
Kaydet (Commit)
411297a0
authored
Nis 08, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:saloverride
Change-Id: I6259c0676c2b365549a6f07a71427c2c167c22d5
üst
3b3cf0ec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
54 additions
and
54 deletions
+54
-54
gvfs_content.hxx
ucb/source/ucp/gvfs/gvfs_content.hxx
+15
-15
gvfs_directory.hxx
ucb/source/ucp/gvfs/gvfs_directory.hxx
+13
-13
gvfs_provider.hxx
ucb/source/ucp/gvfs/gvfs_provider.hxx
+9
-9
gvfs_stream.hxx
ucb/source/ucp/gvfs/gvfs_stream.hxx
+17
-17
No files found.
ucb/source/ucp/gvfs/gvfs_content.hxx
Dosyayı görüntüle @
411297a0
...
@@ -98,15 +98,15 @@ private:
...
@@ -98,15 +98,15 @@ private:
// End Internal helpers
// End Internal helpers
// For ucbhelper
// For ucbhelper
virtual
OUString
getParentURL
();
virtual
OUString
getParentURL
()
SAL_OVERRIDE
;
// For ucbhelper
// For ucbhelper
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
Property
>
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
Property
>
getProperties
(
const
com
::
sun
::
star
::
uno
::
Reference
<
getProperties
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
&
xEnv
);
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
&
xEnv
)
SAL_OVERRIDE
;
// For ucbhelper
// For ucbhelper
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
ucb
::
CommandInfo
>
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
ucb
::
CommandInfo
>
getCommands
(
const
com
::
sun
::
star
::
uno
::
Reference
<
getCommands
(
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
&
xEnv
);
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
&
xEnv
)
SAL_OVERRIDE
;
public
:
public
:
// Command "getPropertyValues"
// Command "getPropertyValues"
...
@@ -201,29 +201,29 @@ public:
...
@@ -201,29 +201,29 @@ public:
// XInterface
// XInterface
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
const
css
::
uno
::
Type
&
rType
)
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
const
css
::
uno
::
Type
&
rType
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
acquire
()
virtual
void
SAL_CALL
acquire
()
throw
();
throw
()
SAL_OVERRIDE
;
virtual
void
SAL_CALL
release
()
virtual
void
SAL_CALL
release
()
throw
();
throw
()
SAL_OVERRIDE
;
// XTypeProvider
// XTypeProvider
virtual
css
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
virtual
css
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Type
>
SAL_CALL
getTypes
()
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Type
>
SAL_CALL
getTypes
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
getSupportedServiceNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XContent
// XContent
virtual
OUString
SAL_CALL
virtual
OUString
SAL_CALL
getContentType
()
getContentType
()
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XCommandProcessor
// XCommandProcessor
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
...
@@ -233,10 +233,10 @@ public:
...
@@ -233,10 +233,10 @@ public:
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>&
xEnv
)
throw
(
com
::
sun
::
star
::
uno
::
Exception
,
throw
(
com
::
sun
::
star
::
uno
::
Exception
,
com
::
sun
::
star
::
ucb
::
CommandAbortedException
,
com
::
sun
::
star
::
ucb
::
CommandAbortedException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
virtual
void
SAL_CALL
abort
(
sal_Int32
CommandId
)
abort
(
sal_Int32
CommandId
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// Additional interfaces
// Additional interfaces
...
@@ -246,11 +246,11 @@ public:
...
@@ -246,11 +246,11 @@ public:
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
ucb
::
ContentInfo
>
SAL_CALL
com
::
sun
::
star
::
ucb
::
ContentInfo
>
SAL_CALL
queryCreatableContentsInfo
()
queryCreatableContentsInfo
()
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
com
::
sun
::
star
::
uno
::
Reference
<
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContent
>
SAL_CALL
com
::
sun
::
star
::
ucb
::
XContent
>
SAL_CALL
createNewContent
(
const
com
::
sun
::
star
::
ucb
::
ContentInfo
&
Info
)
createNewContent
(
const
com
::
sun
::
star
::
ucb
::
ContentInfo
&
Info
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
ucb
::
ContentInfo
>
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
ucb
::
ContentInfo
>
...
...
ucb/source/ucp/gvfs/gvfs_directory.hxx
Dosyayı görüntüle @
411297a0
...
@@ -33,8 +33,8 @@ class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper
...
@@ -33,8 +33,8 @@ class DynamicResultSet : public ::ucbhelper::ResultSetImplHelper
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
m_xEnv
;
com
::
sun
::
star
::
ucb
::
XCommandEnvironment
>
m_xEnv
;
private
:
private
:
virtual
void
initStatic
();
virtual
void
initStatic
()
SAL_OVERRIDE
;
virtual
void
initDynamic
();
virtual
void
initDynamic
()
SAL_OVERRIDE
;
public
:
public
:
DynamicResultSet
(
const
com
::
sun
::
star
::
uno
::
Reference
<
DynamicResultSet
(
const
com
::
sun
::
star
::
uno
::
Reference
<
...
@@ -59,25 +59,25 @@ public:
...
@@ -59,25 +59,25 @@ public:
virtual
~
DataSupplier
();
virtual
~
DataSupplier
();
virtual
OUString
queryContentIdentifierString
(
sal_uInt32
nIndex
);
virtual
OUString
queryContentIdentifierString
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
com
::
sun
::
star
::
uno
::
Reference
<
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContentIdentifier
>
com
::
sun
::
star
::
ucb
::
XContentIdentifier
>
queryContentIdentifier
(
sal_uInt32
nIndex
);
queryContentIdentifier
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContent
>
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
ucb
::
XContent
>
queryContent
(
sal_uInt32
nIndex
);
queryContent
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
bool
getResult
(
sal_uInt32
nIndex
);
virtual
bool
getResult
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
sal_uInt32
totalCount
();
virtual
sal_uInt32
totalCount
()
SAL_OVERRIDE
;
virtual
sal_uInt32
currentCount
();
virtual
sal_uInt32
currentCount
()
SAL_OVERRIDE
;
virtual
bool
isCountFinal
();
virtual
bool
isCountFinal
()
SAL_OVERRIDE
;
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
sdbc
::
XRow
>
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
sdbc
::
XRow
>
queryPropertyValues
(
sal_uInt32
nIndex
);
queryPropertyValues
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
void
releasePropertyValues
(
sal_uInt32
nIndex
);
virtual
void
releasePropertyValues
(
sal_uInt32
nIndex
)
SAL_OVERRIDE
;
virtual
void
close
();
virtual
void
close
()
SAL_OVERRIDE
;
virtual
void
validate
()
virtual
void
validate
()
throw
(
com
::
sun
::
star
::
ucb
::
ResultSetException
);
throw
(
com
::
sun
::
star
::
ucb
::
ResultSetException
)
SAL_OVERRIDE
;
};
};
}
}
...
...
ucb/source/ucp/gvfs/gvfs_provider.hxx
Dosyayı görüntüle @
411297a0
...
@@ -34,25 +34,25 @@ public:
...
@@ -34,25 +34,25 @@ public:
// XInterface
// XInterface
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
const
css
::
uno
::
Type
&
rType
)
virtual
css
::
uno
::
Any
SAL_CALL
queryInterface
(
const
css
::
uno
::
Type
&
rType
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
acquire
()
virtual
void
SAL_CALL
acquire
()
throw
();
throw
()
SAL_OVERRIDE
;
virtual
void
SAL_CALL
release
()
virtual
void
SAL_CALL
release
()
throw
();
throw
()
SAL_OVERRIDE
;
// XTypeProvider
// XTypeProvider
virtual
css
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
virtual
css
::
uno
::
Sequence
<
sal_Int8
>
SAL_CALL
getImplementationId
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Type
>
SAL_CALL
getTypes
()
virtual
css
::
uno
::
Sequence
<
css
::
uno
::
Type
>
SAL_CALL
getTypes
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XServiceInfo
// XServiceInfo
virtual
OUString
SAL_CALL
getImplementationName
()
virtual
OUString
SAL_CALL
getImplementationName
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
virtual
css
::
uno
::
Sequence
<
OUString
>
SAL_CALL
getSupportedServiceNames
()
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
static
OUString
getImplementationName_Static
();
static
OUString
getImplementationName_Static
();
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_Static
();
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_Static
();
...
@@ -67,7 +67,7 @@ public:
...
@@ -67,7 +67,7 @@ public:
queryContent
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
queryContent
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
ucb
::
XContentIdentifier
>&
Identifier
)
::
com
::
sun
::
star
::
ucb
::
XContentIdentifier
>&
Identifier
)
throw
(
::
com
::
sun
::
star
::
ucb
::
IllegalIdentifierException
,
throw
(
::
com
::
sun
::
star
::
ucb
::
IllegalIdentifierException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
};
};
...
...
ucb/source/ucp/gvfs/gvfs_stream.hxx
Dosyayı görüntüle @
411297a0
...
@@ -66,20 +66,20 @@ public:
...
@@ -66,20 +66,20 @@ public:
// XInterface
// XInterface
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
type
)
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
type
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
acquire
(
void
)
virtual
void
SAL_CALL
acquire
(
void
)
throw
()
throw
()
SAL_OVERRIDE
{
OWeakObject
::
acquire
();
}
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
(
void
)
virtual
void
SAL_CALL
release
(
void
)
throw
()
throw
()
SAL_OVERRIDE
{
OWeakObject
::
release
();
}
{
OWeakObject
::
release
();
}
// XStream
// XStream
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getInputStream
(
)
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getInputStream
(
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
io
::
XOutputStream
>
SAL_CALL
getOutputStream
(
)
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
io
::
XOutputStream
>
SAL_CALL
getOutputStream
(
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XInputStream
// XInputStream
virtual
sal_Int32
SAL_CALL
readBytes
(
virtual
sal_Int32
SAL_CALL
readBytes
(
...
@@ -88,7 +88,7 @@ public:
...
@@ -88,7 +88,7 @@ public:
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Int32
SAL_CALL
readSomeBytes
(
virtual
sal_Int32
SAL_CALL
readSomeBytes
(
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
aData
,
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
aData
,
...
@@ -96,61 +96,61 @@ public:
...
@@ -96,61 +96,61 @@ public:
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
skipBytes
(
sal_Int32
nBytesToSkip
)
virtual
void
SAL_CALL
skipBytes
(
sal_Int32
nBytesToSkip
)
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Int32
SAL_CALL
available
(
void
)
virtual
sal_Int32
SAL_CALL
available
(
void
)
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeInput
(
void
)
virtual
void
SAL_CALL
closeInput
(
void
)
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
::
com
::
sun
::
star
::
io
::
NotConnectedException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XSeekable
// XSeekable
virtual
void
SAL_CALL
seek
(
sal_Int64
location
)
virtual
void
SAL_CALL
seek
(
sal_Int64
location
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Int64
SAL_CALL
getPosition
()
virtual
sal_Int64
SAL_CALL
getPosition
()
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
sal_Int64
SAL_CALL
getLength
()
virtual
sal_Int64
SAL_CALL
getLength
()
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XOutputStream
// XOutputStream
virtual
void
SAL_CALL
writeBytes
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
aData
)
virtual
void
SAL_CALL
writeBytes
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>&
aData
)
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
flush
(
void
)
virtual
void
SAL_CALL
flush
(
void
)
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
com
::
sun
::
star
::
io
::
BufferSizeExceededException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
closeOutput
(
void
)
virtual
void
SAL_CALL
closeOutput
(
void
)
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
throw
(
com
::
sun
::
star
::
io
::
NotConnectedException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
// XTruncate
// XTruncate
virtual
void
SAL_CALL
truncate
(
void
)
virtual
void
SAL_CALL
truncate
(
void
)
throw
(
com
::
sun
::
star
::
io
::
IOException
,
throw
(
com
::
sun
::
star
::
io
::
IOException
,
com
::
sun
::
star
::
uno
::
RuntimeException
);
com
::
sun
::
star
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
};
};
}
// namespace gvfs
}
// namespace gvfs
...
...
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