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
cafbd676
Kaydet (Commit)
cafbd676
authored
May 11, 2015
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rename variable
Change-Id: I6606ca56c28569b6b2ceb1607c8dc570ce50bba7
üst
21ab4188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
chartexport.cxx
oox/source/export/chartexport.cxx
+5
-5
No files found.
oox/source/export/chartexport.cxx
Dosyayı görüntüle @
cafbd676
...
...
@@ -2033,11 +2033,11 @@ void ChartExport::exportSeries( Reference<chart2::XChartType> xChartType,
exportSeriesText
(
xLabelSeq
);
// export shape properties
Reference
<
XPropertySet
>
xPropSet
=
SchXMLSeriesHelper
::
createOldAPISeriesPropertySet
(
Reference
<
XPropertySet
>
x
Old
PropSet
=
SchXMLSeriesHelper
::
createOldAPISeriesPropertySet
(
rSeriesSeq
[
nSeriesIdx
],
getModel
()
);
if
(
xPropSet
.
is
()
)
if
(
x
Old
PropSet
.
is
()
)
{
if
(
GetProperty
(
xPropSet
,
"Axis"
)
)
if
(
GetProperty
(
x
Old
PropSet
,
"Axis"
)
)
{
mAny
>>=
nAttachedAxis
;
if
(
nAttachedAxis
==
css
::
chart
::
ChartAxisAssign
::
SECONDARY_Y
)
...
...
@@ -2045,7 +2045,7 @@ void ChartExport::exportSeries( Reference<chart2::XChartType> xChartType,
else
nAttachedAxis
=
AXIS_PRIMARY_Y
;
}
exportShapeProps
(
xPropSet
);
exportShapeProps
(
x
Old
PropSet
);
}
switch
(
eChartType
)
...
...
@@ -2067,7 +2067,7 @@ void ChartExport::exportSeries( Reference<chart2::XChartType> xChartType,
case
chart
:
:
TYPEID_PIE
:
case
chart
:
:
TYPEID_DOUGHNUT
:
{
if
(
x
PropSet
.
is
()
&&
GetProperty
(
x
PropSet
,
"SegmentOffset"
)
)
if
(
x
OldPropSet
.
is
()
&&
GetProperty
(
xOld
PropSet
,
"SegmentOffset"
)
)
{
sal_Int32
nOffset
=
0
;
mAny
>>=
nOffset
;
...
...
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