https://issues.apache.org/ooo/show_bug.cgi?id=119989
Tan Li <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Tan Li <[email protected]> --- I have investigated this issue, and my opinion is Root Cause: When import .xls files, AOO3.4 don't read 3D height of Piechart in files and let it show a fixed value of height. Solution: Set the piechart 3D height according to XclImpChChart3d record in imported xls file. Correspondingly, add 3D height property names in xlchart.hxx and set it to ScfPropertySet in xichart.cxx. When create 3D piechart, we will get its 3D height from model and set height fDepth PieChart::createShapes(). In chart model, we also add default value of 3D height property as usual. -- You are receiving this mail because: You are the assignee for the bug.
