| Commit message (Expand) | Author | Age | Files | Lines |
* | forbidden apis fixes | Andreas Beeker | 2015-09-07 | 1 | -4/+5 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 8 | -17/+22 |
* | Bug 58315: Avoid NPE for RichTextString without font-details | Dominik Stadler | 2015-09-05 | 1 | -0/+5 |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 3 | -15/+15 |
* | Fix bug 53275: reset indexed color flag when setting a non-indexed color | Dominik Stadler | 2015-09-03 | 1 | -0/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 4 | -10/+15 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 2 | -7/+9 |
* | Add possibility to set zoomPercent for XWPFDocument | Dominik Stadler | 2015-08-26 | 2 | -1/+25 |
* | common sl: reworked and unified generics definitions | Andreas Beeker | 2015-08-24 | 22 | -64/+139 |
* | Tweak error message to make clear that we really need a file showing the problem | Nick Burch | 2015-08-24 | 1 | -1/+1 |
* | Javadoc tweak | Nick Burch | 2015-08-24 | 1 | -2/+2 |
* | 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 | 1 | -7/+9 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 2 | -4/+36 |
* | Bug 54938: Throw InvalidFormatException as documented instead of IllegalArgum... | Dominik Stadler | 2015-08-17 | 1 | -1/+1 |
* | 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 | 2 | -6/+20 |
* | #58237 Add some more XWPF header and footer tests | Nick Burch | 2015-08-13 | 3 | -7/+33 |
* | 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 | 3 | -9/+60 |
* | Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex... | Dominik Stadler | 2015-08-11 | 1 | -2/+2 |
* | #56519 - XSLFSlide.draw is not working with text embeded in PPTX | Andreas Beeker | 2015-08-09 | 11 | -174/+603 |
* | #58205 - getSlideMasters() returns the master slides in the incorrect order | Andreas Beeker | 2015-08-07 | 1 | -14/+17 |
* | 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 | 2 | -0/+37 |
* | #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun... | Andreas Beeker | 2015-08-05 | 2 | -40/+40 |
* | Use an enum to simplify the themes code and tests | Nick Burch | 2015-08-04 | 1 | -25/+38 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 2 | -18/+28 |
* | Further XSSF Themes unit testing | Nick Burch | 2015-08-04 | 1 | -0/+8 |
* | FindBugs fixes - MS_SHOULD_BE_FINAL | Andreas Beeker | 2015-08-03 | 1 | -5/+5 |
* | Javadoc fixes | Andreas Beeker | 2015-08-03 | 1 | -7/+1 |
* | #58190 - The current picture handling uses raw integers for types and index, ... | Andreas Beeker | 2015-08-02 | 6 | -219/+160 |
* | 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 |
* | Start re-enabling some SXSSF formula evaluation tests, with required fixes #5... | Nick Burch | 2015-07-31 | 3 | -6/+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 | 7 | -28/+74 |
* | Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua... | Nick Burch | 2015-07-31 | 4 | -323/+451 |
* | Remove a long-deprecated constructor | Nick Burch | 2015-07-31 | 1 | -11/+0 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2015-07-31 | 1 | -221/+221 |