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
736d7a0d
Kaydet (Commit)
736d7a0d
authored
Mar 07, 2011
tarafından
Ivo Hinkelmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS fwk165
üst
eb898f93
90b0c6a0
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 @
736d7a0d
...
...
@@ -39,7 +39,12 @@ namespace beans
{
struct
PropertyValue
;
}
namespace
packages
{
class
ContentInfo
;
}
}
}
}
class
ZipFile
;
class
ZipPackage
;
class
ZipOutputStream
;
...
...
@@ -85,6 +90,8 @@ public:
void
setPackageFormat_Impl
(
sal_Int32
nFormat
)
{
m_nFormat
=
nFormat
;
}
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
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
);
...
...
package/source/zippackage/ZipPackageFolder.cxx
Dosyayı görüntüle @
736d7a0d
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