https://bugs.documentfoundation.org/show_bug.cgi?id=114179
--- Comment #4 from Bartosz <gan...@poczta.onet.pl> ---
I have analysed the root cause of problem, and it seems that size of the
Diagram Shape is not known.
The corresponding source code is located at:
oox/source/drawingml/chart/plotareaconverter.cxx:422
in method:
void PlotAreaConverter::convertPositionFromModel()
THe condition:
if( aLayoutConv.calcAbsRectangle( aDiagramRect ) ) try
is not met, as calcAbsRectangle doesn't have information about position and
size of diagram.
Unfortunately I was not able to find how to receive these information.
Maybe shape size should be taken as it was done for Area property:
https://gerrit.libreoffice.org/#/c/57762/5/oox/source/drawingml/chart/titleconverter.cxx
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs