[Libreoffice-bugs] [Bug 130133] FILESAVE wrong values for attribute chart:regression-type in ODF 1.2

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 23 13:27:03 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130133

--- Comment #5 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Regina Henschel from comment #4)
>...
> ODF 1.2 extended: write it in 'loext' namespace ==> ??
It needs to be verified but when I tested this, whereas I expected a pb, it was
ok. (dealt with another LO part?)

> ...
> In case 'loext' is written, we would need to make all active LO versions
> able to read it in loext namespace.
> ...
Indeed I didn't check but I suppose it'll fail if we do nothing.
Import part is done in XMLChartImportPropertyMapper::handleSpecialItem
else if (IsXMLToken( rValue, XML_POLYNOMIAL))
    rProperty.maValue <<=
OUString("com.sun.star.chart2.PolynomialRegressionCurve");
else if (IsXMLToken( rValue, XML_MOVING_AVERAGE))
    rProperty.maValue <<=
OUString("com.sun.star.chart2.MovingAverageRegressionCurve");
but don't know what to here :-(

-- 
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/20200123/979e8d90/attachment.htm>


More information about the Libreoffice-bugs mailing list