To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74062 Issue #|74062 Summary|Loading binary Documents with Charts getting Data form | other Sheet fails Component|Chart Version|680m195 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|open-import Assigned to|nn Reported by|bm
------- Additional comments from [EMAIL PROTECTED] Wed Jan 31 05:33:44 -0800 2007 ------- Load a binary document (see attached one) with the property: it contains a chart that uses data from a sheet on the "right hand" of the one the chart is on. (E.g. chart on sheet1 getting data from sheet2) => The data comes only from sheets left of the chart or the one the chart is on. The reason for this is that binfilter exports the document as a flat XML file, so when the chart is being read only the sheets up to the current one have been loaded. The used data of a chart are stored in an XML-range string like "Sheet2.$A$5:.$C$12 Sheet3.$D$5:.$E$12". The call to XRangeXMLConversion::convertRangeFromXML() (the implementation is the same as the XDataProvider in Calc) yields (assuming that the chart is on Sheet1) "$Sheet1.$A$5:C12;$Sheet1.$D$5:E12". The problem is that the not-yet-existing sheets are converted to Sheet1. It looks also not correct that the $s are only replaced at the last part of the range and not the first one. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
