Issue 77024 - New Chart: Creating a chart from a table with more than 26 columns does not work
Summary: New Chart: Creating a chart from a table with more than 26 columns does not work
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: editing (show other issues)
Version: 680m210
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2007-05-07 10:46 UTC by bjoern.milcke
Modified: 2013-08-07 14:42 UTC (History)
4 users (show)

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


Attachments
Document for demonstrating the bug (8.50 KB, application/vnd.oasis.opendocument.text)
2007-05-07 11:58 UTC, bjoern.milcke
no flags Details
Yet another sample document with 32 columns (7.38 KB, application/octet-stream)
2007-06-26 14:48 UTC, thomas.lange
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2007-05-07 10:46:19 UTC
chart2mst3, mst12_4:
Load the attached bugdoc and create a chart out of it.
=> The range used is A1:B10, so only two columns are used.

The conversion of a number to a column letter obviously is limited to a single
character (A-Z), after that A, B, ... is used again. In the old chart after "Z"
there came "a" (lower-case). Note, that in XML you probably need "AA, AB, AC,
..., AZ, BA, BB, ..." for a correct format.
Comment 1 bjoern.milcke 2007-05-07 10:54:53 UTC
Adding Chart QA on CC.
Comment 2 bjoern.milcke 2007-05-07 11:58:25 UTC
Created attachment 44909 [details]
Document for demonstrating the bug
Comment 3 IngridvdM 2007-06-25 10:23:57 UTC
Set target to 2.3. This issue is a regression and it was discussed in the chart
iTeam that this should be fixed before release 2.3.
Comment 4 thomas.lange 2007-06-25 10:54:17 UTC
.
Comment 5 thomas.lange 2007-06-26 14:48:26 UTC
Created attachment 46252 [details]
Yet another sample document with 32 columns
Comment 6 thomas.lange 2007-06-26 14:54:57 UTC
Fixed in CWS tl39.

Files changed:
- sw/inc/unotbl.hxx
- sw/source/core/unocore/unochart.cxx
- sw/source/core/unocore/unotbl.cxx
Comment 7 thomas.lange 2007-06-26 14:55:05 UTC
Fixed in CWS tl39.

Files changed:
- sw/inc/unotbl.hxx
- sw/source/core/unocore/unochart.cxx
- sw/source/core/unocore/unotbl.cxx
Comment 8 thomas.lange 2007-06-28 10:27:16 UTC
.
Comment 9 michael.ruess 2007-07-03 10:49:48 UTC
Verified fix in CWS tl39.
Comment 10 michael.ruess 2007-07-18 14:27:55 UTC
Checked in 680m221.