[Bug 55292] XSSFTextBox enhancements

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=55292 Dominik Stadler changed: What|Removed |Added CC||sanewel...@gmail.com --- Comment #25

[Bug 55292] XSSFTextBox enhancements

2013-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Tim Allison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55292] XSSFTextBox enhancements

2013-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Tim Allison changed: What|Removed |Added Attachment #30651|0 |1 is obsolete|

[Bug 55292] XSSFTextBox enhancements

2013-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #22 from Darren Roberts --- > I think this is just about as complete as I can make this function (even if > the code isn't pretty). I have contemplated a method on the > XSSFTextParagraph which would calculate that paragraphs au

[Bug 55292] XSSFTextBox enhancements

2013-07-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Darren Roberts changed: What|Removed |Added Attachment #30646|0 |1 is obsolete|

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #20 from Nick Burch --- (In reply to Darren Roberts from comment #16) > Even the MS docs here say nothing more than the specification: > http://msdn.microsoft.com/en-us/library/documentformat.openxml.drawing. > autonumberedbulle

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #19 from Darren Roberts --- (In reply to Darren Roberts from comment #18) > But what happens when someone loads a file containing numbered bullets in a > TextBox? The other way to look at it is as I said in an earlier response t

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #18 from Darren Roberts --- But what happens when someone loads a file containing numbered bullets in a TextBox? The other way to look at it is as I said in an earlier response the getText method is a simple way to get the basic

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #17 from Tim Allison --- Ah, ok. Would it make sense to leave out the setBulletAutoNumber functionality for now? Someone can add that functionality on a later patch? I did get your message about overloading setBullet(). I tr

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #16 from Darren Roberts --- Not really as there doesn't appear to be any documentation regarding how Excel treats auto-numbering. The OOXML specification for the startAt attribute only say this: Specifies the number that starts

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #15 from Tim Allison --- So close. Thank you for bearing with me. The numbering in the created xlsx (as interpreted by Excel) differs from the test case: 3. Second bullet (level 1) 1. Third bullet (level 1) Is there an easy

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #14 from Tim Allison --- Would overriding setBullet like this work: setBullet(boolean flag) setBullet(ListAutoNumber scheme) setBullet(ListAutoNumber scheme, int startAt) (In reply to Darren Roberts from comment #13) > Create

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Darren Roberts changed: What|Removed |Added Attachment #30637|0 |1 is obsolete|

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #12 from Darren Roberts --- (In reply to Tim Allison from comment #11) > Created attachment 30646 [details] > testAddBulletParagraphs result > > Excel is throwing an "unreadable content; want to recover" message when I > try to

[Bug 55292] XSSFTextBox enhancements

2013-07-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #11 from Tim Allison --- Created attachment 30646 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30646&action=edit testAddBulletParagraphs result Excel is throwing an "unreadable content; want to recover" message wh

[Bug 55292] XSSFTextBox enhancements

2013-07-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Darren Roberts changed: What|Removed |Added Attachment #30618|0 |1 is obsolete|

[Bug 55292] XSSFTextBox enhancements

2013-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #9 from Darren Roberts --- No problem, I needed some of it's capabilities for my own project which was my primary driver! I'm easy, obviously I don't want to hold up any release. Probably the best thing to do is see how I get o

[Bug 55292] XSSFTextBox enhancements

2013-07-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #8 from Tim Allison --- Created attachment 30632 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30632&action=edit Replacement patch with small mods Only a few cosmetic changes. The initial patch was in great shape!

[Bug 55292] XSSFTextBox enhancements

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #7 from Darren Roberts --- Ah, a remnant from the presentation side. I think this function could be removed at the moment as I believe from the docs that level only has any relevance when it comes to bullets (to determine the st

[Bug 55292] XSSFTextBox enhancements

2013-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #6 from Tim Allison --- I made a few small cosmetic changes. In XSSFTextParagraph what should this javadoc read: /** * Specifies the particular level text properties that this paragraph will follow. * The value for t

[Bug 55292] XSSFTextBox enhancements

2013-07-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Evgeniy changed: What|Removed |Added Version|unspecified |3.10-dev OS|Linux

[Bug 55292] XSSFTextBox enhancements

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 Darren Roberts changed: What|Removed |Added Attachment #30617|0 |1 is obsolete|

[Bug 55292] XSSFTextBox enhancements

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #4 from Darren Roberts --- Great, thanks Tim. Through further testing in my actual project I have identified a number of other small things that need to be addressed - for example the defaults for a new XSSFSimpleShape set the

[Bug 55292] XSSFTextBox enhancements

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #3 from Tim Allison --- Darren, Thank you very much for submitting this. If an experienced committer is willing to back me up, I'd like to take this as my first review+commit. I should have feedback by tomorrow. This shoul

[Bug 55292] XSSFTextBox enhancements

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #2 from Darren Roberts --- Created attachment 30618 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30618&action=edit Xlsx test file for the unit tests Lives in test-data/spreadsheet folder. -- You are receiving th

[Bug 55292] XSSFTextBox enhancements

2013-07-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55292 --- Comment #1 from Darren Roberts --- Created attachment 30617 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30617&action=edit Patch which implements extended functionality for XSSFTextBox and unit tests for major features Fi