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
e89358ae
Kaydet (Commit)
e89358ae
authored
Eki 23, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#706586 Uncaught exception
Change-Id: I3ec05ae695428f92b7424295b6f2d3e833c6b162
üst
6addde24
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
XDataSinkEncrSupport.idl
offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
+5
-1
ZipPackageStream.hxx
package/inc/ZipPackageStream.hxx
+1
-1
ZipPackageStream.cxx
package/source/zippackage/ZipPackageStream.cxx
+1
-1
No files found.
offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
Dosyayı görüntüle @
e89358ae
...
@@ -121,11 +121,15 @@ interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
...
@@ -121,11 +121,15 @@ interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
@
returns
@
returns
the
plain
raw
stream
as
it
is
stored
in
the
package
the
plain
raw
stream
as
it
is
stored
in
the
package
@
throws
::
com
::
sun
::
star
::
packages
::
NoEncryptionException
the
PackageStream
object
is
not
encrypted
@
throws
::
com
::
sun
::
star
::
io
::
IOException
@
throws
::
com
::
sun
::
star
::
io
::
IOException
in
case
of
io
problems
during
retrieving
in
case
of
io
problems
during
retrieving
*/
*/
::
com
::
sun
::
star
::
io
::
XInputStream
getPlainRawStream
()
::
com
::
sun
::
star
::
io
::
XInputStream
getPlainRawStream
()
raises
(
::
com
::
sun
::
star
::
io
::
IOException
)
;
raises
(
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
packages
::
NoEncryptionException
)
;
}
;
}
;
...
...
package/inc/ZipPackageStream.hxx
Dosyayı görüntüle @
e89358ae
...
@@ -183,7 +183,7 @@ public:
...
@@ -183,7 +183,7 @@ public:
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getPlainRawStream
()
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XInputStream
>
SAL_CALL
getPlainRawStream
()
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
throw
(
::
com
::
sun
::
star
::
io
::
IOException
,
::
com
::
sun
::
star
::
packages
::
NoEncryptionException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
// XUnoTunnel
// XUnoTunnel
...
...
package/source/zippackage/ZipPackageStream.cxx
Dosyayı görüntüle @
e89358ae
...
@@ -653,7 +653,7 @@ void SAL_CALL ZipPackageStream::setRawStream( const uno::Reference< io::XInputSt
...
@@ -653,7 +653,7 @@ void SAL_CALL ZipPackageStream::setRawStream( const uno::Reference< io::XInputSt
}
}
uno
::
Reference
<
io
::
XInputStream
>
SAL_CALL
ZipPackageStream
::
getPlainRawStream
()
uno
::
Reference
<
io
::
XInputStream
>
SAL_CALL
ZipPackageStream
::
getPlainRawStream
()
throw
(
io
::
IOException
,
throw
(
io
::
IOException
,
packages
::
NoEncryptionException
,
uno
::
RuntimeException
,
std
::
exception
)
uno
::
RuntimeException
,
std
::
exception
)
{
{
// There is no stream attached to this object
// There is no stream attached to this object
...
...
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