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
32536e53
Kaydet (Commit)
32536e53
authored
Şub 07, 2011
tarafından
Mikhail Voytenko
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fwk165: #i116290# let mimetype stream be zipped as the first one
üst
c395e560
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ZipPackageFolder.hxx
package/inc/ZipPackageFolder.hxx
+7
-0
ZipPackageFolder.cxx
package/source/zippackage/ZipPackageFolder.cxx
+0
-0
No files found.
package/inc/ZipPackageFolder.hxx
Dosyayı görüntüle @
32536e53
...
@@ -39,7 +39,12 @@ namespace beans
...
@@ -39,7 +39,12 @@ namespace beans
{
{
struct
PropertyValue
;
struct
PropertyValue
;
}
}
namespace
packages
{
class
ContentInfo
;
}
}
}
}
}
}
}
class
ZipFile
;
class
ZipFile
;
class
ZipPackage
;
class
ZipPackage
;
class
ZipOutputStream
;
class
ZipOutputStream
;
...
@@ -85,6 +90,8 @@ public:
...
@@ -85,6 +90,8 @@ public:
void
setPackageFormat_Impl
(
sal_Int32
nFormat
)
{
m_nFormat
=
nFormat
;
}
void
setPackageFormat_Impl
(
sal_Int32
nFormat
)
{
m_nFormat
=
nFormat
;
}
void
setRemoveOnInsertMode_Impl
(
sal_Bool
bRemove
)
{
this
->
mbAllowRemoveOnInsert
=
bRemove
;
}
void
setRemoveOnInsertMode_Impl
(
sal_Bool
bRemove
)
{
this
->
mbAllowRemoveOnInsert
=
bRemove
;
}
bool
saveChild
(
const
rtl
::
OUString
&
rShortName
,
const
com
::
sun
::
star
::
packages
::
ContentInfo
&
rInfo
,
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
);
// Recursive functions
// Recursive functions
void
saveContents
(
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
)
void
saveContents
(
rtl
::
OUString
&
rPath
,
std
::
vector
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
PropertyValue
>
>
&
rManList
,
ZipOutputStream
&
rZipOut
,
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
&
rEncryptionKey
,
rtlRandomPool
&
rRandomPool
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
package/source/zippackage/ZipPackageFolder.cxx
Dosyayı görüntüle @
32536e53
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