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
f858994c
Kaydet (Commit)
f858994c
authored
Şub 15, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Extract SwTxtFmtColls::dumpAsXml() from docnode
Change-Id: Ie5d2865aeca0292044eaed72b8ea6c5e5316a3cb
üst
836481e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
12 deletions
+8
-12
fmtcol.cxx
sw/source/core/doc/fmtcol.cxx
+8
-0
nodedump.cxx
sw/source/core/docnode/nodedump.cxx
+0
-12
No files found.
sw/source/core/doc/fmtcol.cxx
Dosyayı görüntüle @
f858994c
...
...
@@ -472,6 +472,14 @@ void SwTxtFmtColl::dumpAsXml(xmlTextWriterPtr pWriter) const
xmlTextWriterEndElement
(
pWriter
);
}
void
SwTxtFmtColls
::
dumpAsXml
(
xmlTextWriterPtr
pWriter
)
const
{
xmlTextWriterStartElement
(
pWriter
,
BAD_CAST
(
"swTxtFmtColls"
));
for
(
size_t
i
=
0
;
i
<
size
();
++
i
)
GetFmt
(
i
)
->
dumpAsXml
(
pWriter
);
xmlTextWriterEndElement
(
pWriter
);
}
//FEATURE::CONDCOLL
SwCollCondition
::
SwCollCondition
(
SwTxtFmtColl
*
pColl
,
sal_uLong
nMasterCond
,
...
...
sw/source/core/docnode/nodedump.cxx
Dosyayı görüntüle @
f858994c
...
...
@@ -301,18 +301,6 @@ void SwSectionFmts::dumpAsXml(xmlTextWriterPtr w) const
}
}
void
SwTxtFmtColls
::
dumpAsXml
(
xmlTextWriterPtr
w
)
const
{
WriterHelper
writer
(
w
);
if
(
size
())
{
writer
.
startElement
(
"swtxtfmtcolls"
);
for
(
size_t
i
=
0
;
i
<
size
();
++
i
)
GetFmt
(
i
)
->
dumpAsXml
(
w
);
writer
.
endElement
();
}
}
void
SwTxtNode
::
dumpAsXml
(
xmlTextWriterPtr
w
)
const
{
WriterHelper
writer
(
w
);
...
...
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