Issue 51643 - Calc XML Files without table-number-list attribute at charts result in empty data
Summary: Calc XML Files without table-number-list attribute at charts result in empty ...
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: frank
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 15:29 UTC by bjoern.milcke
Modified: 2013-02-24 21:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2005-07-06 15:29:42 UTC
In OOo spreadsheet documents that contain charts export an attribute
chart:table-number-list in their chart OLE object (at the plot-area). This
attribute is undocumented and does not conform to the RelaxNG schema. It was
introduced to be able to convert those files to binary format.
The problem is, that without this attribute also charts loaded in the current
version get empty data once they get a data update from calc (visible charts in
.sxc format, or in .ods format: charts that get new data via F9, changed values
or due to auto-updates like random numbers).
In other words: currently this non-conforming attribute is essential for charts
that get their data from spreadsheets.
Comment 1 niklas.nebel 2005-07-06 16:18:38 UTC
review done.
Comment 2 bjoern.milcke 2005-07-06 16:18:46 UTC
fixed in sc/source/core/tool/chartarr.cxx
Comment 3 bjoern.milcke 2005-07-07 09:00:35 UTC
To verify the fix remove the table-number-list attribute from a file you created
manually (in the Object x/content.xml file)

re-open issue and reassign to fst@openoffice.org
Comment 4 bjoern.milcke 2005-07-07 09:00:42 UTC
reassign to fst@openoffice.org
Comment 5 bjoern.milcke 2005-07-07 09:00:49 UTC
reset resolution to FIXED
Comment 6 frank 2005-07-07 14:55:48 UTC
found fixed on cws sch11 using Linux, Solaris and Windows builds
Comment 7 frank 2005-07-11 13:10:40 UTC
found integrated on master src680m116 checked with Linux, Solaris and Windows