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
285a5ae0
Kaydet (Commit)
285a5ae0
authored
Agu 02, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
new fix for fdo#47907
Change-Id: Icc5e90ac40056430bfbe36d8da1aaad8716cfee9
üst
f29c91f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
excdoc.cxx
sc/source/filter/excel/excdoc.cxx
+3
-5
No files found.
sc/source/filter/excel/excdoc.cxx
Dosyayı görüntüle @
285a5ae0
...
...
@@ -510,7 +510,7 @@ void ExcTable::FillAsTable( SCTAB nCodeNameIdx )
}
// list of NOTE records, generated by the cell table
aRecList
.
AppendRecord
(
mx
CellTable
->
CreateRecord
(
EXC_ID_NOTE
)
);
aRecList
.
AppendRecord
(
mx
NoteList
);
// sheet view settings: WINDOW2, SCL, PANE, SELECTION
aRecList
.
AppendNewRecord
(
new
XclExpTabViewSettings
(
GetRoot
(),
mnScTab
)
);
...
...
@@ -589,10 +589,8 @@ void ExcTable::FillAsXmlTable( SCTAB nCodeNameIdx )
aRecList
.
AppendRecord
(
GetPivotTableManager
().
CreatePivotTablesRecord
(
mnScTab
)
);
// list of NOTE records, generated by the cell table
XclExpRecordRef
xNotes
=
mxCellTable
->
CreateRecord
(
EXC_ID_NOTE
);
XclExpRecordList
<
XclExpNote
>*
xNoteList
=
dynamic_cast
<
XclExpRecordList
<
XclExpNote
>*
>
(
xNotes
.
get
()
);
if
(
xNoteList
!=
NULL
&&
!
xNoteList
->
IsEmpty
()
)
aRecList
.
AppendNewRecord
(
new
XclExpComments
(
mnScTab
,
*
xNoteList
)
);
if
(
mxNoteList
!=
NULL
&&
!
mxNoteList
->
IsEmpty
()
)
aRecList
.
AppendNewRecord
(
new
XclExpComments
(
mnScTab
,
*
mxNoteList
)
);
// web queries
Add
(
new
XclExpWebQueryBuffer
(
GetRoot
()
)
);
...
...
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