[Bug 123870] CRASH when open Particular.xls with chart

2014-02-27 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 fanyuz...@gmail.com changed: What|Removed |Added Status|RESOLVED|VERIFIED --- Comment #15 from

[Bug 123870] CRASH when open Particular.xls with chart

2014-02-26 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 fanyuz...@gmail.com changed: What|Removed |Added CC||fanyuz...@gmail.com QA

[Bug 123870] CRASH when open Particular.xls with chart

2014-02-26 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #14 from zhaoshzh aoo.zhaos...@gmail.com --- fixed on AOO410m1(build:9750) - rev:1566593 -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added CC|

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #6 from Armin Le Grand armin.le.gr...@me.com --- The ScSingleRefData the data is copied from is already wrong. Lets see where this is created... -- You are receiving this mail because: You are on the CC list for the bug. You are

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #7 from Armin Le Grand armin.le.gr...@me.com --- ScSingleRefData has no constructor, so its not easy to see where it gets constructed. This also means that the members are not initialized (which may already be the problem). Who is

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #8 from Armin Le Grand armin.le.gr...@me.com --- In ScSingleRefData the flags for relative col/row are set in the dangerous case, thus the absolute values nCol/nRow should not even be used, but they get used. There is also

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #9 from Armin Le Grand armin.le.gr...@me.com --- Tried different solutions: - Added correctors to ScRefTokenHelper::getRangeFromToken to do CalcAbsIfRel if needed. Works, but I do not want to change that data. It hets called in

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #10 from Armin Le Grand armin.le.gr...@me.com --- Constructor did not work, it is used in various union constructs and does not simply allow a user-defined one; added a method InitMembers instead and use that at the according

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #11 from Armin Le Grand armin.le.gr...@me.com --- This works well and produces the correct result (cheched with MS stuff). Preparing commit... -- You are receiving this mail because: You are on the CC list for the bug. You are the

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #12 from SVN Robot svn...@dev.null.org --- alg committed SVN revision 1559272 into trunk: i123870 corrected import values on xml import with chart, avoid uninitialized... -- You are receiving this mail because: You are on the CC

[Bug 123870] CRASH when open Particular.xls with chart

2014-01-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 Armin Le Grand armin.le.gr...@me.com changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[Bug 123870] CRASH when open Particular.xls with chart

2013-12-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 Rainer Bielefeld rainerbielefeld_ooo...@bielefeldundbuss.de changed: What|Removed |Added Summary|CRASH when open

[Bug 123870] CRASH when open Particular.xls with chart

2013-12-17 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123870 --- Comment #4 from Rainer Bielefeld rainerbielefeld_ooo...@bielefeldundbuss.de --- Created attachment 82126 -- https://issues.apache.org/ooo/attachment.cgi?id=82126action=edit Test Kit Attached Test Kit contains 3 Documents (h)