| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Javadoc tweak | Nick Burch | 2015-08-24 | 1 | -2/+2 |
* | Reduce required memory in tests by not actually creating all the rows/cells w... | Dominik Stadler | 2015-08-24 | 1 | -8/+10 |
* | Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close... | Dominik Stadler | 2015-08-20 | 1 | -14/+72 |
* | POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix... | Dominik Stadler | 2015-08-19 | 2 | -3/+9 |
* | Adjust excludes to make the output a bit cleaner in OOXMLLite and also look i... | Dominik Stadler | 2015-08-19 | 1 | -1/+13 |
* | Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part. | David North | 2015-08-19 | 2 | -7/+33 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 3 | -6/+39 |
* | Make intersection formulae work in XSSF. Patch from Matt Hillsdon plus additi... | David North | 2015-08-19 | 1 | -0/+26 |
* | Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum... | Dominik Stadler | 2015-08-17 | 2 | -2/+3 |
* | Try to make Sonar builds run again: add missing dependency, add ooxml-schema-... | Dominik Stadler | 2015-08-16 | 3 | -18/+36 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 5 | -1345/+11 |
* | Remove catches which were previously incorrectly declared when not needed | Nick Burch | 2015-08-13 | 1 | -37/+29 |
* | #58237 When adding a picture to a XWPF header or footer, attach it to the rig... | Nick Burch | 2015-08-13 | 3 | -16/+26 |
* | #58237 Add some more XWPF header and footer tests | Nick Burch | 2015-08-13 | 5 | -8/+99 |
* | Fix inconsistent line endings and some eclipse warnings | Nick Burch | 2015-08-13 | 14 | -1228/+1219 |
* | findbugs - DM_NUMBER_CTOR | Andreas Beeker | 2015-08-13 | 8 | -18/+18 |
* | findbugs - DM_BOXED_PRIMITIVE_... | Andreas Beeker | 2015-08-13 | 2 | -2/+2 |
* | #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methods | Nick Burch | 2015-08-12 | 1 | -10/+28 |
* | Fix some eclipse warnings, add TODOs for fields/hyperlinks XWPF add support, ... | Nick Burch | 2015-08-11 | 1 | -4/+15 |
* | Support XWPF field runs, the same way that we handle hyperlink runs | Nick Burch | 2015-08-11 | 4 | -9/+79 |
* | Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex... | Dominik Stadler | 2015-08-11 | 3 | -3/+57 |
* | #56519 - XSLFSlide.draw is not working with text embeded in PPTX | Andreas Beeker | 2015-08-09 | 18 | -293/+743 |
* | Complete theme colour tests | Nick Burch | 2015-08-09 | 1 | -1/+34 |
* | Get theme and non-theme rows consistent in the test file | Nick Burch | 2015-08-09 | 1 | -20/+17 |
* | Begin Themes+Normal colour tests | Nick Burch | 2015-08-09 | 1 | -2/+59 |
* | Fix the themes test for the complex workbook | Nick Burch | 2015-08-09 | 1 | -9/+7 |
* | #58205 - getSlideMasters() returns the master slides in the incorrect order | Andreas Beeker | 2015-08-07 | 2 | -18/+38 |
* | Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i... | David North | 2015-08-06 | 1 | -1/+5 |
* | Proposed refactor for: | David North | 2015-08-06 | 1 | -8/+12 |
* | #57786 - XSLFFreeformShape ignores quadratic bezier curves | Andreas Beeker | 2015-08-05 | 1 | -2/+21 |
* | #58206 - provide a mechanism to find slide layouts by name | Andreas Beeker | 2015-08-05 | 3 | -11/+83 |
* | #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun... | Andreas Beeker | 2015-08-05 | 2 | -40/+40 |
* | Stub next test | Nick Burch | 2015-08-04 | 1 | -4/+11 |
* | Use an enum to simplify the themes code and tests | Nick Burch | 2015-08-04 | 2 | -45/+53 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 2 | -18/+28 |
* | move setting of xmlinputfactory from junit to gump-meta/poi.xml | Andreas Beeker | 2015-08-04 | 1 | -11/+11 |
* | Further XSSF Themes unit testing | Nick Burch | 2015-08-04 | 2 | -29/+111 |
* | FindBugs fixes - MS_SHOULD_BE_FINAL | Andreas Beeker | 2015-08-03 | 1 | -5/+5 |
* | Javadoc fixes | Andreas Beeker | 2015-08-03 | 1 | -7/+1 |
* | gump build fixing - move system properties tinkering into junit class | Andreas Beeker | 2015-08-03 | 1 | -13/+7 |
* | Trying to fix the wrong xmlinputfactory on gump run | Andreas Beeker | 2015-08-02 | 1 | -0/+19 |
* | #58190 - The current picture handling uses raw integers for types and index, ... | Andreas Beeker | 2015-08-02 | 8 | -257/+204 |
* | Use the same "is this a formula" logic for both getCellType and getCachedForm... | Nick Burch | 2015-08-01 | 1 | -5/+9 |
* | #58193 - Use input stream rather than byte array for checksum etc. | Andreas Beeker | 2015-08-01 | 2 | -15/+22 |
* | Unit test for bug #57181 | Nick Burch | 2015-08-01 | 1 | -0/+9 |
* | Re-enable some SXSSF skipped tests, but not all, for our limited evaluation s... | Nick Burch | 2015-07-31 | 2 | -19/+9 |
* | Start re-enabling some SXSSF formula evaluation tests, with required fixes #5... | Nick Burch | 2015-07-31 | 4 | -52/+54 |
* | Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides... | Nick Burch | 2015-07-31 | 3 | -187/+228 |
* | More helpful exception on the wrong cell type | Nick Burch | 2015-07-31 | 1 | -6/+6 |
* | Get basic SXSSF formula evaluation working, for cells/references in the windo... | Nick Burch | 2015-07-31 | 8 | -44/+89 |