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

--- Comment #14 from [email protected] ---
I have taken your bug to learn something about the drawingml from libreoffice.

What I found is the following:
- In the chart1.xml is the <c:showPercent> to "1" set
- In chart1.xml is a reference (chart1.xml.rels) to the drawing1.xml. This File
has the percent value of the chart. This percent value is in a usershape.
- The parsing of the chart gives the following error:
warn:legacy.osl:15270:1:oox/source/drawingml/chart/objectformatter.cxx:1100:
ObjectFormatter::convertNumberFormat - cannot create number format ''
warn:chart2.tools:15270:1:chart2/source/tools/WrappedPropertySet.cxx:152: found
no inner property set to map to
warn:chart2.tools:15270:1:chart2/source/tools/WrappedPropertySet.cxx:152: found
no inner property set to map to
warn:chart2.tools:15270:1:chart2/source/tools/WrappedPropertySet.cxx:152: found
no inner property set to map to
warn:chart2:15270:1:chart2/source/tools/LifeTime.cxx:120: This component is
already disposed
warn:legacy.osl:15270:1:chart2/source/model/main/DataPoint.cxx:176: data point
needs a parent property set to provide values correctly
warn:legacy.osl:15270:1:chart2/source/model/main/DataPoint.cxx:176: data point
needs a parent property set to provide values correctly
warn:legacy.osl:15270:1:chart2/source/model/main/DataPoint.cxx:176: data point
needs a parent property set to provide values correctly
warn:legacy.osl:15270:1:chart2/source/model/main/DataPoint.cxx:176: data point
needs a parent property set to provide values correctly
warn:legacy.osl:15270:1:svx/source/unodraw/unoshape.cxx:3672:
SvxShape::_getSupportedServiceNames: could not determine object type!
warn:legacy.osl:15270:1:svx/source/unodraw/unoshape.cxx:3672:
SvxShape::_getSupportedServiceNames: could not determine object type!

I think axes format is tried to be parsed (because showPercent is set) but none
is defined. The Value is in an other drawingml file and only referenced in the
chart (<userShapes>).

Hope this helps to finde the cause

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to