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
defa7676
Kaydet (Commit)
defa7676
authored
Mar 27, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Export RoundedEdge property to ODF.
Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697
üst
f6f179c5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
xmltoken.hxx
include/xmloff/xmltoken.hxx
+1
-0
PropertyMap.hxx
xmloff/source/chart/PropertyMap.hxx
+3
-0
xmltoken.cxx
xmloff/source/core/xmltoken.cxx
+1
-0
No files found.
include/xmloff/xmltoken.hxx
Dosyayı görüntüle @
defa7676
...
...
@@ -1533,6 +1533,7 @@ namespace xmloff { namespace token {
XML_ROTATION_ALIGN
,
XML_ROTATION_ANGLE
,
XML_ROUND
,
XML_ROUNDED_EDGE
,
XML_ROW
,
XML_ROW_HEIGHT
,
XML_ROW_NUMBER
,
...
...
xmloff/source/chart/PropertyMap.hxx
Dosyayı görüntüle @
defa7676
...
...
@@ -143,6 +143,9 @@ const XMLPropertyMapEntry aXMLChartPropMap[] =
MAP_ENTRY_ODF_EXT
(
"BuiltInUnit"
,
LO_EXT
,
XML_CHART_DUNITS_BUILTINUNIT
,
XML_TYPE_STRING
),
MAP_ENTRY_ODF_EXT
(
"ExternalData"
,
LO_EXT
,
XML_EXTERNALDATA
,
XML_TYPE_STRING
),
// OpenGL 3D chart flags
MAP_ENTRY_ODF_EXT
(
"RoundedEdge"
,
LO_EXT
,
XML_ROUNDED_EDGE
,
XML_TYPE_BOOL
),
MAP_ENTRY
(
"ScaleText"
,
CHART
,
XML_SCALE_TEXT
,
XML_TYPE_BOOL
),
// spline settings
...
...
xmloff/source/core/xmltoken.cxx
Dosyayı görüntüle @
defa7676
...
...
@@ -1538,6 +1538,7 @@ namespace xmloff { namespace token {
TOKEN
(
"rotation-align"
,
XML_ROTATION_ALIGN
),
TOKEN
(
"rotation-angle"
,
XML_ROTATION_ANGLE
),
TOKEN
(
"round"
,
XML_ROUND
),
TOKEN
(
"rounded-edge"
,
XML_ROUNDED_EDGE
),
TOKEN
(
"row"
,
XML_ROW
),
TOKEN
(
"row-height"
,
XML_ROW_HEIGHT
),
TOKEN
(
"row-number"
,
XML_ROW_NUMBER
),
...
...
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