[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #12 from Javen O'Neal --- (In reply to Nick Burch from comment #10) > The most I've seen were part numberss in the double digits, so I added an > order of magnitude and rounded up! If you have a cleaner solution, please > feel free

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 Javen O'Neal changed: What|Removed |Added CC||manfred.mueh...@rimaone.com --- Comment

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #10 from Nick Burch --- The most I've seen were part numberss in the double digits, so I added an order of magnitude and rounded up! If you have a cleaner solution, please feel free to replace the logic :) Unit tests should hopefull

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #9 from Javen O'Neal --- (In reply to Nick Burch from comment #7) > r1764863 Is there anything special about the special and 1000? Could a workbook have more drawings than this (and then POI artificially limits drawing creation

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #8 from Zero --- Thank you very much, Nick Burch -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 Nick Burch changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #6 from Nick Burch --- Normally parts of type application/vnd.openxmlformats-officedocument.drawingml.chart+xml use the /xl/charts/chart#.xml naming scheme, but I guess this proves it doesn't always! -- You are receiving this mail

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #5 from Zero --- edit: then part not added to retArr sorry -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: de

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #4 from Zero --- I found reason why drawing2,3 not in list of getPackagePart().getPackage().getPartsByContentType(XSSFRelation.DRAWINGS.getContentType()) In function org.apache.poi.openxml4j.opc.OPCPackage.getPartsByContentType /x

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #3 from Zero --- I think I found the bug, the method getPackagePart().getPackage().getPartsByContentType(XSSFRelation.DRAWINGS.getContentType()) not load all /xl/drawings/drawing#.xml I debug with getPackagePart().getPackage(), the

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 --- Comment #2 from Zero --- Created attachment 34372 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34372&action=edit excel file after clear content, now duplicate at /xl/drawings/drawing13.xml Thank Javen O'Neal, I upload the file -

[Bug 60255] createDrawingPatriarch does not take next correct next drawing index number

2016-10-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60255 Javen O'Neal changed: What|Removed |Added Status|NEW |NEEDINFO OS|