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
b2e5b0ec
Kaydet (Commit)
b2e5b0ec
authored
May 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unnecessary DEFAULT_IN/OUT_BUFSIZE macros
Change-Id: Icd509f55b3f91c4ce3b21bfa3a501d99532539d9
üst
5271e5b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
zcodec.hxx
include/tools/zcodec.hxx
+1
-11
No files found.
include/tools/zcodec.hxx
Dosyayı görüntüle @
b2e5b0ec
...
@@ -22,16 +22,6 @@
...
@@ -22,16 +22,6 @@
#include <tools/toolsdllapi.h>
#include <tools/toolsdllapi.h>
// Defines
#define DEFAULT_IN_BUFSIZE (0x00008000UL)
#define DEFAULT_OUT_BUFSIZE (0x00008000UL)
// memory requirement using compress:
// [ INBUFFER ] + [ OUTBUFFER ] + 128KB + 1 << (MEM_USAGE+9)
// memory requirement using decompress:
// [ INBUFFER ] + [ OUTBUFFER ] + 32KB
#define ZCODEC_NO_COMPRESSION (0x00000000UL)
#define ZCODEC_NO_COMPRESSION (0x00000000UL)
#define ZCODEC_BEST_SPEED (0x00000001UL)
#define ZCODEC_BEST_SPEED (0x00000001UL)
#define ZCODEC_DEFAULT_COMPRESSION (0x00000006UL)
#define ZCODEC_DEFAULT_COMPRESSION (0x00000006UL)
...
@@ -71,7 +61,7 @@ private:
...
@@ -71,7 +61,7 @@ private:
void
ImplWriteBack
();
void
ImplWriteBack
();
public
:
public
:
ZCodec
(
sal_uIntPtr
nInBuf
=
DEFAULT_IN_BUFSIZE
,
sal_uIntPtr
nOutBuf
=
DEFAULT_OUT_BUFSIZE
);
ZCodec
(
sal_uIntPtr
nInBuf
=
0x8000UL
,
sal_uIntPtr
nOutBuf
=
0x8000UL
);
virtual
~
ZCodec
();
virtual
~
ZCodec
();
virtual
void
BeginCompression
(
sal_uIntPtr
nCompressMethod
=
ZCODEC_DEFAULT
);
virtual
void
BeginCompression
(
sal_uIntPtr
nCompressMethod
=
ZCODEC_DEFAULT
);
...
...
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