[Libreoffice-bugs] [Bug 123218] FILESAVE OOXML Doughnut chart circles exported in a different order
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 12 11:02:13 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123218
--- Comment #8 from Adam Kovacs <christo161 at gmail.com> ---
Some results:
If you reverse this loop...
(like this:
for( sal_Int32 nSeriesIdx= rSeriesSeq.getLength()-1; nSeriesIdx<=0;
--nSeriesIdx ))
...then the order of circles will be reversed after every filesave (and
reload).
https://opengrok.libreoffice.org/xref/core/oox/source/export/chartexport.cxx?r=82b91027#1941
There is a member function about the view in piechart.cxx:
https://opengrok.libreoffice.org/xref/core/chart2/source/view/charttypes/PieChart.cxx?r=033ebc5a#390
which is working this way:
https://opengrok.libreoffice.org/xref/core/chart2/source/view/inc/VSeriesPlotter.hxx?r=40144617#134
...it can be a related stuff.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190212/5646e0ff/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list