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
e361f6b8
Kaydet (Commit)
e361f6b8
authored
Kas 30, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
more OOXML export validation fixes, fdo#71971
Change-Id: Ic322d58817986887bbcd666ac3abc416609adf5c
üst
7415fc31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
excdoc.cxx
sc/source/filter/excel/excdoc.cxx
+9
-5
No files found.
sc/source/filter/excel/excdoc.cxx
Dosyayı görüntüle @
e361f6b8
...
...
@@ -561,6 +561,7 @@ void ExcTable::FillAsXmlTable( SCTAB nCodeNameIdx )
aRecList
.
AppendRecord
(
mxCellTable
);
// label ranges
// missing SaveXML
Add
(
new
XclExpLabelranges
(
GetRoot
()
)
);
// DFF not needed in MSOOXML export
...
...
@@ -572,15 +573,23 @@ void ExcTable::FillAsXmlTable( SCTAB nCodeNameIdx )
// Add( rR.pObjRecs );
// pivot tables
// not in the worksheet file
aRecList
.
AppendRecord
(
GetPivotTableManager
().
CreatePivotTablesRecord
(
mnScTab
)
);
// list of NOTE records, generated by the cell table
// not in the worksheet file
if
(
mxNoteList
!=
0
&&
!
mxNoteList
->
IsEmpty
()
)
aRecList
.
AppendNewRecord
(
new
XclExpComments
(
mnScTab
,
*
mxNoteList
)
);
// web queries
// missing SaveXML implementation
Add
(
new
XclExpWebQueryBuffer
(
GetRoot
()
)
);
ScDocument
&
rDoc
=
GetDoc
();
const
ScTableProtection
*
pTabProtect
=
rDoc
.
GetTabProtection
(
mnScTab
);
if
(
pTabProtect
&&
pTabProtect
->
isProtected
())
Add
(
new
XclExpSheetProtection
(
true
,
mnScTab
)
);
lcl_AddScenariosAndFilters
(
aRecList
,
GetRoot
(),
mnScTab
);
// MERGEDCELLS record, generated by the cell table
...
...
@@ -589,11 +598,6 @@ void ExcTable::FillAsXmlTable( SCTAB nCodeNameIdx )
// conditional formats
Add
(
new
XclExpCondFormatBuffer
(
GetRoot
(),
xExtLst
)
);
ScDocument
&
rDoc
=
GetDoc
();
const
ScTableProtection
*
pTabProtect
=
rDoc
.
GetTabProtection
(
mnScTab
);
if
(
pTabProtect
&&
pTabProtect
->
isProtected
())
Add
(
new
XclExpSheetProtection
(
true
,
mnScTab
)
);
if
(
HasVbaStorage
()
)
if
(
nCodeNameIdx
<
GetExtDocOptions
().
GetCodeNameCount
()
)
Add
(
new
XclCodename
(
GetExtDocOptions
().
GetCodeName
(
nCodeNameIdx
)
)
);
...
...
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