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
14e65f7d
Kaydet (Commit)
14e65f7d
authored
Ock 12, 2017
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
These SAL_CALL can go as well...
Change-Id: I79aa4374126faaf9f782fb7ff0c12c171e7041b1
üst
f7c9ecaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ZipFile.hxx
package/inc/ZipFile.hxx
+3
-3
ZipFile.cxx
package/source/zipapi/ZipFile.cxx
+3
-3
No files found.
package/inc/ZipFile.hxx
Dosyayı görüntüle @
14e65f7d
...
...
@@ -142,19 +142,19 @@ public:
const
css
::
uno
::
Sequence
<
sal_Int8
>
&
aReadBuffer
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
);
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
SAL_CALL
getInputStream
(
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
getInputStream
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
,
bool
bDecrypt
,
const
rtl
::
Reference
<
SotMutexHolder
>&
aMutexHolder
);
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
SAL_CALL
getDataStream
(
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
getDataStream
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
,
bool
bDecrypt
,
const
rtl
::
Reference
<
SotMutexHolder
>&
aMutexHolder
);
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
SAL_CALL
getWrappedRawStream
(
css
::
uno
::
Reference
<
css
::
io
::
XInputStream
>
getWrappedRawStream
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
,
const
OUString
&
aMediaType
,
...
...
package/source/zipapi/ZipFile.cxx
Dosyayı görüntüle @
14e65f7d
...
...
@@ -522,7 +522,7 @@ std::unique_ptr<ZipEnumeration> ZipFile::entries()
return
o3tl
::
make_unique
<
ZipEnumeration
>
(
aEntries
);
}
uno
::
Reference
<
XInputStream
>
SAL_CALL
ZipFile
::
getInputStream
(
ZipEntry
&
rEntry
,
uno
::
Reference
<
XInputStream
>
ZipFile
::
getInputStream
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
,
bool
bIsEncrypted
,
const
rtl
::
Reference
<
SotMutexHolder
>&
aMutexHolder
)
...
...
@@ -549,7 +549,7 @@ uno::Reference< XInputStream > SAL_CALL ZipFile::getInputStream( ZipEntry& rEntr
bIsEncrypted
);
}
uno
::
Reference
<
XInputStream
>
SAL_CALL
ZipFile
::
getDataStream
(
ZipEntry
&
rEntry
,
uno
::
Reference
<
XInputStream
>
ZipFile
::
getDataStream
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>
&
rData
,
bool
bIsEncrypted
,
const
rtl
::
Reference
<
SotMutexHolder
>&
aMutexHolder
)
...
...
@@ -585,7 +585,7 @@ uno::Reference< XInputStream > SAL_CALL ZipFile::getDataStream( ZipEntry& rEntry
bIsEncrypted
);
}
uno
::
Reference
<
XInputStream
>
SAL_CALL
ZipFile
::
getRawData
(
ZipEntry
&
rEntry
,
uno
::
Reference
<
XInputStream
>
ZipFile
::
getRawData
(
ZipEntry
&
rEntry
,
const
::
rtl
::
Reference
<
EncryptionData
>&
rData
,
bool
bIsEncrypted
,
const
rtl
::
Reference
<
SotMutexHolder
>&
aMutexHolder
)
...
...
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