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
6068f2f7
Kaydet (Commit)
6068f2f7
authored
Agu 02, 2012
tarafından
Noel Power
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix fdo#52998 xls(x) comment export problems
Change-Id: Ie290199d3b03f6599429d56275eb54661af4a51c
üst
b6e6ea34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
xetable.cxx
sc/source/filter/excel/xetable.cxx
+5
-2
No files found.
sc/source/filter/excel/xetable.cxx
Dosyayı görüntüle @
6068f2f7
...
...
@@ -41,6 +41,7 @@
#include "xehelper.hxx"
#include "xecontent.hxx"
#include "xeescher.hxx"
#include "postit.hxx"
using
namespace
::
oox
;
...
...
@@ -2355,8 +2356,10 @@ XclExpCellTable::XclExpCellTable( const XclExpRoot& rRoot ) :
if
(
xCell
)
maRowBfr
.
AppendCell
(
xCell
,
bIsMergedBase
);
if
(
aAddNoteText
.
Len
()
)
mxNoteList
->
AppendNewRecord
(
new
XclExpNote
(
GetRoot
(),
aScPos
,
NULL
,
aAddNoteText
)
);
ScNotes
*
pNotes
=
rDoc
.
GetNotes
(
nScTab
);
const
ScPostIt
*
pScNote
=
pNotes
?
pNotes
->
findByAddress
(
aScPos
)
:
NULL
;
if
(
aAddNoteText
.
Len
()
||
pScNote
)
mxNoteList
->
AppendNewRecord
(
new
XclExpNote
(
GetRoot
(),
aScPos
,
pScNote
,
aAddNoteText
)
);
// other sheet contents
if
(
pPattern
)
...
...
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