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
0f6888a2
Kaydet (Commit)
0f6888a2
authored
Tem 03, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
FastSaxSerializer: update documentation
Change-Id: I5e374c426a4741a88d43848392fc83e2368dbf92
üst
b5997b93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
fastserializer.hxx
sax/source/tools/fastserializer.hxx
+4
-4
No files found.
sax/source/tools/fastserializer.hxx
Dosyayı görüntüle @
0f6888a2
...
...
@@ -120,20 +120,20 @@ public:
This is to be able to change the order of the data being written.
If you need to write eg.
p, r, rPr, [something], /rPr, t, [text], /r, /p,
p, r, rPr, [something], /rPr, t, [text], /
t, /
r, /p,
but get it in order
p, r, t, [text], /t, rPr, [something], /rPr, /r, /p,
simply do
p, r, mark(), t, [text], /t, mark(), rPr, [something], /rPr,
mergeTopMarks(
true ), mergeTopMarks(
), /r, /p
mergeTopMarks(
MERGE_MARKS_PREPEND ), mergeTopMarks( MERGE_MARKS_APPEND
), /r, /p
and you are done.
*/
void
mark
(
const
Int32Sequence
&
aOrder
=
Int32Sequence
()
);
/** Merge 2 topmost marks.
The
re are 3 possibilities -
prepend the top before the second top-most
mark, append it,
or append it later
; prepending brings the possibility
The
possibilities:
prepend the top before the second top-most
mark, append it,
append it later or ignore
; prepending brings the possibility
to switch parts of the output, appending later allows to write some
output in advance.
...
...
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