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
9e262850
Kaydet (Commit)
9e262850
authored
Eyl 10, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:staticmethods
Change-Id: Id9313d02fe6036ff8d8cf8142269ed9b4042051d
üst
40bc832f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
vbaexport.hxx
include/oox/ole/vbaexport.hxx
+4
-4
No files found.
include/oox/ole/vbaexport.hxx
Dosyayı görüntüle @
9e262850
...
...
@@ -74,17 +74,17 @@ private:
// DecompressedEnd according to the spec
sal_uInt64
mnDecompressedEnd
;
void
PackCompressedChunkSize
(
size_t
nSize
,
sal_uInt16
&
rHeader
);
static
void
PackCompressedChunkSize
(
size_t
nSize
,
sal_uInt16
&
rHeader
);
void
PackCompressedChunkFlag
(
bool
bCompressed
,
sal_uInt16
&
rHeader
);
static
void
PackCompressedChunkFlag
(
bool
bCompressed
,
sal_uInt16
&
rHeader
);
void
PackCompressedChunkSignature
(
sal_uInt16
&
rHeader
);
static
void
PackCompressedChunkSignature
(
sal_uInt16
&
rHeader
);
void
compressTokenSequence
();
void
compressToken
(
size_t
index
,
sal_uInt8
&
nFlagByte
);
void
SetFlagBit
(
size_t
index
,
bool
bVal
,
sal_uInt8
&
rFlag
);
static
void
SetFlagBit
(
size_t
index
,
bool
bVal
,
sal_uInt8
&
rFlag
);
sal_uInt16
CopyToken
(
size_t
nLength
,
size_t
nOffset
);
...
...
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