[Bug 47950] No case insensitivity handling for OLE2 entry names

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #2 from Uwe Schindler (ASF) --- Hi, please use toUpperCase(Locale.ROOT) instead of just toUpperCase()! The problem is otheriwse that it would fail in e.g. Turkish Locale, too. This applies to the whole POI base, but here it is expl

[Bug 47950] No case insensitivity handling for OLE2 entry names

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=47950 --- Comment #1 from Dominik Stadler --- Created attachment 33042 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33042&action=edit Initial work on changes for this bug, not fully done, some tests are now failing I tried to work on this

Jenkins build is back to normal : POI #815

2015-08-26 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GUMP@vmgump]: Project poi-test (in module poi) failed

2015-08-26 Thread Gump [HEAD] :-(
/gump/work/merge.xml -Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl -Dversion.id=gump -DDSTAMP=20150826 test [Working Directory: /srv/gump/public/workspace/poi] CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/poi/build/test-classes:/srv/gump/public

[Bug 54524] Error occurred at FormulaShifter#rowMoveAreaPtg while shift rows upward.

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54524 --- Comment #4 from Javen ONeal --- For the record, this fix makes POI consistent with Microsoft Office. Note that other spreadsheets applications may have different behavior. After sheet.shiftRows(3, 5, -1): Microsoft Office 2013 behavior: A

Build failed in Jenkins: POI #814

2015-08-26 Thread Apache Jenkins Server
See Changes: [centic] Add possibility to set zoomPercent for XWPFDocument -- [...truncated 6 lines...] U sonar/scratchpad/pom.xml U sonar/examples/pom.xml U sonar/ooxml/pom.xml U

[Bug 58087] Integration of Visio .vsdx parser into POI

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58087 --- Comment #12 from virtuald --- I tried using java.awt.geom for all my drawing needs, but the one item that I could not find (and did not want to write) was a NURBS spline implementation (and splines are used in visio all over the place, it t

[Bug 53274] XSSFColor.getRgbWithTint() return white color for black and vice versa

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53274 Nick Burch changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Nick Burch

[Bug 58087] Integration of Visio .vsdx parser into POI

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58087 --- Comment #11 from Nick Burch --- On a different topic, I wonder how easy/hard it might be to replace the curves external library dependency with the same approach taken in the new common SL code, eg org.apache.poi.sl.draw.geom.Path? -- You

Adding XDGF - help needed

2015-08-26 Thread Nick Burch
Hi All As discussed in bug #58087 , we've had the offer + paperwork to contribute a new POI component, XDGF, to handle visio .vsdx files. The code for that is on github, at https://github.com/BBN-D/poi-visio I'm currently filling out the

[Bug 58087] Integration of Visio .vsdx parser into POI

2015-08-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58087 --- Comment #10 from Nick Burch --- Those looks like they're covered by the same terms as the other OOXML schemas we use, such as the Microsoft OSP, so I think that should be fine to use the same way -- You are receiving this mail because: Yo