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
95034baf
Kaydet (Commit)
95034baf
authored
Kas 28, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw doc model dump: handle SvxCharRotateItem
Change-Id: I981867bcf4ec5fa6be866b19f82805ab4ff9623f
üst
f6f7fc44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
nodedump.cxx
sw/source/core/docnode/nodedump.cxx
+2
-0
No files found.
sw/source/core/docnode/nodedump.cxx
Dosyayı görüntüle @
95034baf
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
#include <swmodule.hxx>
#include <swmodule.hxx>
#include <svl/itemiter.hxx>
#include <svl/itemiter.hxx>
#include <svl/intitem.hxx>
#include <svl/intitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <tools/datetimeutils.hxx>
#include <tools/datetimeutils.hxx>
#include <libxml/encoding.h>
#include <libxml/encoding.h>
...
@@ -305,6 +306,7 @@ void lcl_dumpSfxItemSet(WriterHelper& writer, const SfxItemSet* pSet)
...
@@ -305,6 +306,7 @@ void lcl_dumpSfxItemSet(WriterHelper& writer, const SfxItemSet* pSet)
case
RES_CHRATR_CTL_POSTURE
:
pWhich
=
"character ctl posture"
;
break
;
case
RES_CHRATR_CTL_POSTURE
:
pWhich
=
"character ctl posture"
;
break
;
case
RES_CHRATR_CTL_WEIGHT
:
pWhich
=
"character ctl weight"
;
break
;
case
RES_CHRATR_CTL_WEIGHT
:
pWhich
=
"character ctl weight"
;
break
;
case
RES_CHRATR_RSID
:
pWhich
=
"character rsid"
;
break
;
case
RES_CHRATR_RSID
:
pWhich
=
"character rsid"
;
break
;
case
RES_CHRATR_ROTATE
:
pWhich
=
"character rotation"
;
oValue
=
OString
::
number
(
static_cast
<
const
SvxCharRotateItem
*>
(
pItem
)
->
GetValue
());
break
;
case
RES_PARATR_OUTLINELEVEL
:
pWhich
=
"paragraph outline level"
;
oValue
=
OString
::
number
(
static_cast
<
const
SfxUInt16Item
*>
(
pItem
)
->
GetValue
());
break
;
case
RES_PARATR_OUTLINELEVEL
:
pWhich
=
"paragraph outline level"
;
oValue
=
OString
::
number
(
static_cast
<
const
SfxUInt16Item
*>
(
pItem
)
->
GetValue
());
break
;
case
RES_PARATR_NUMRULE
:
pWhich
=
"paragraph numbering rule"
;
oValue
=
OUStringToOString
(
static_cast
<
const
SwNumRuleItem
*>
(
pItem
)
->
GetValue
(),
RTL_TEXTENCODING_UTF8
);
break
;
case
RES_PARATR_NUMRULE
:
pWhich
=
"paragraph numbering rule"
;
oValue
=
OUStringToOString
(
static_cast
<
const
SwNumRuleItem
*>
(
pItem
)
->
GetValue
(),
RTL_TEXTENCODING_UTF8
);
break
;
}
}
...
...
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