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
04ebf437
Kaydet (Commit)
04ebf437
authored
Eki 07, 2014
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
package: ZipOutputStream: prefix members
Change-Id: I9cc21ba87484560ec0db5424800dd67f80e00540
üst
3d8f0598
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
14 deletions
+9
-14
ZipOutputStream.hxx
package/inc/ZipOutputStream.hxx
+9
-14
ZipOutputStream.cxx
package/source/zipapi/ZipOutputStream.cxx
+0
-0
No files found.
package/inc/ZipOutputStream.hxx
Dosyayı görüntüle @
04ebf437
...
@@ -20,7 +20,6 @@
...
@@ -20,7 +20,6 @@
#define INCLUDED_PACKAGE_INC_ZIPOUTPUTSTREAM_HXX
#define INCLUDED_PACKAGE_INC_ZIPOUTPUTSTREAM_HXX
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/xml/crypto/XCipherContext.hpp>
#include <com/sun/star/xml/crypto/XCipherContext.hpp>
#include <com/sun/star/xml/crypto/XDigestContext.hpp>
#include <com/sun/star/xml/crypto/XDigestContext.hpp>
...
@@ -33,32 +32,28 @@
...
@@ -33,32 +32,28 @@
struct
ZipEntry
;
struct
ZipEntry
;
class
ZipPackageStream
;
class
ZipPackageStream
;
namespace
rtl
{
template
<
class
T
>
class
Reference
;
}
class
ZipOutputStream
class
ZipOutputStream
{
{
protected
:
protected
:
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
m_xContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XOutputStream
>
xStream
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
io
::
XOutputStream
>
m_
xStream
;
::
std
::
vector
<
ZipEntry
*
>
aZipList
;
::
std
::
vector
<
ZipEntry
*
>
m_
aZipList
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
m_aDeflateBuffer
;
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
m_aDeflateBuffer
;
OUString
sComment
;
OUString
m_
sComment
;
ZipUtils
::
Deflater
aDeflater
;
ZipUtils
::
Deflater
m_
aDeflater
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
crypto
::
XCipherContext
>
m_xCipherContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
crypto
::
XCipherContext
>
m_xCipherContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
crypto
::
XDigestContext
>
m_xDigestContext
;
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
xml
::
crypto
::
XDigestContext
>
m_xDigestContext
;
CRC32
aCRC
;
CRC32
m_
aCRC
;
ByteChucker
aChucker
;
ByteChucker
m_
aChucker
;
ZipEntry
*
pCurrentEntry
;
ZipEntry
*
m_
pCurrentEntry
;
sal_Int16
nMethod
,
nLevel
,
m
nDigested
;
sal_Int16
m_nMethod
,
m_nLevel
,
m_
nDigested
;
bool
bFinished
,
bEncryptCurrentEntry
;
bool
m_bFinished
,
m_
bEncryptCurrentEntry
;
ZipPackageStream
*
m_pCurrentStream
;
ZipPackageStream
*
m_pCurrentStream
;
public
:
public
:
...
...
package/source/zipapi/ZipOutputStream.cxx
Dosyayı görüntüle @
04ebf437
This diff is collapsed.
Click to expand it.
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