| Commit message (Expand) | Author | Age | Files | Lines |
* | In preparation for table rendering, added table row heights and column widths... | Andreas Beeker | 2015-11-21 | 9 | -53/+62 |
* | #58630 - Signing failed after deletion of first sheet | Andreas Beeker | 2015-11-20 | 1 | -2/+5 |
* | #54210 When saving PPT to PNG, some text is rendered backwards | Andreas Beeker | 2015-11-14 | 1 | -19/+42 |
* | Add default XmlOptions to XMLBeans parsing | Andreas Beeker | 2015-11-14 | 1 | -1/+2 |
* | #58597: Add more AccessController.doPrivileged. We should fix them later! | Uwe Schindler | 2015-11-11 | 2 | -19/+37 |
* | #58597: Remove setAccessible (more coming soon) | Uwe Schindler | 2015-11-11 | 2 | -9/+16 |
* | Wrap more security related reflection in AccessController | Uwe Schindler | 2015-11-09 | 1 | -17/+27 |
* | sonar fixes | Andreas Beeker | 2015-11-08 | 4 | -28/+10 |
* | Add support for HSLF metro blobs | Andreas Beeker | 2015-11-08 | 3 | -8/+68 |
* | Eclipse warnings, typos, ... | Dominik Stadler | 2015-11-08 | 4 | -5/+3 |
* | Add a XWPFRun equivalent of isHighlighted, and add to the common WP interface | Nick Burch | 2015-11-05 | 1 | -1/+13 |
* | Javadoc fixes | Nick Burch | 2015-11-04 | 1 | -1/+1 |
* | fixes sonar/findbugs issues | Andreas Beeker | 2015-11-02 | 1 | -5/+19 |
* | javadoc fix | Javen O'Neal | 2015-11-02 | 1 | -1/+1 |
* | fix javadoc link | Javen O'Neal | 2015-11-02 | 1 | -1/+1 |
* | bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink... | Javen O'Neal | 2015-11-02 | 2 | -8/+24 |
* | bug58348: add test for copying formula with unregistered UDF | Javen O'Neal | 2015-11-02 | 1 | -0/+3 |
* | bug 58348: add hyperlink copying and merging to CellCopyPolicy | Javen O'Neal | 2015-11-02 | 1 | -0/+19 |
* | bug 58572: move getHyperlinkList() and getHyperlink(row, col) from XSSFSheet ... | Javen O'Neal | 2015-11-02 | 4 | -4/+39 |
* | remove unused import | Javen O'Neal | 2015-11-02 | 1 | -1/+0 |
* | bug 58348: add support for copying rows for XSSFWorkbooks | Javen O'Neal | 2015-11-02 | 4 | -3/+302 |
* | javadocs, remove unnecessary SuppressWarnings("resource") decorator | Javen O'Neal | 2015-11-02 | 1 | -2/+3 |
* | make private shouldRemoveRow static and final, remove unused import | Javen O'Neal | 2015-11-02 | 1 | -2/+1 |
* | replace deprecated usage of FormulaShifter.createForRowShift | Javen O'Neal | 2015-11-02 | 1 | -1/+1 |
* | remove unnecessary @SuppressWarnings(resource) add Override decorator to SXSS... | Javen O'Neal | 2015-11-02 | 1 | -1/+1 |
* | delete unnecessary cast | Javen O'Neal | 2015-11-02 | 1 | -1/+1 |
* | findbugs fixes | Andreas Beeker | 2015-11-01 | 1 | -1/+3 |
* | Add method for setting bullet styles | Andreas Beeker | 2015-10-31 | 1 | -0/+22 |
* | supporting changes for bug 58452: copy cell formulas containing unregistered ... | Javen O'Neal | 2015-10-31 | 1 | -1/+18 |
* | bug 58443: prevent corrupted workbooks by checking for overlapping merged reg... | Javen O'Neal | 2015-10-31 | 1 | -0/+26 |
* | Add a limit of the max number of characters that can be extracted to avoid se... | Dominik Stadler | 2015-10-30 | 4 | -7/+64 |
* | Javadoc fixes | Nick Burch | 2015-10-29 | 2 | -2/+2 |
* | bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows... | Javen O'Neal | 2015-10-29 | 3 | -3/+64 |
* | Common sl unification - copy first paragraph / textrun properties on XSLFText... | Andreas Beeker | 2015-10-29 | 15 | -252/+442 |
* | #58558 SXSSFCell.setCellValue((RichTextString)null) fixed to work like XSSF a... | Nick Burch | 2015-10-28 | 1 | -9/+14 |
* | Apply some micro-optimization which helps when retrieving the string-value of... | Dominik Stadler | 2015-10-26 | 1 | -2/+9 |
* | Bug 56957: Avoid error if Workbook with empty SharedStringTable is written | Dominik Stadler | 2015-10-26 | 1 | -0/+7 |
* | Fix javadoc warning - @see with a URL needs wrapping in an a-href tag | Nick Burch | 2015-10-25 | 1 | -1/+1 |
* | Set newer curvesapi-version in .classpath as well and update some third-party... | Dominik Stadler | 2015-10-22 | 2 | -4/+4 |
* | XDGF: fix the fix | Dustin Spicuzza | 2015-10-19 | 1 | -22/+7 |
* | XDGF: fix jdk < 1.8 compat | Dustin Spicuzza | 2015-10-19 | 1 | -1/+7 |
* | XDGF: fix jenkins build errors | Dustin Spicuzza | 2015-10-19 | 4 | -4/+49 |
* | Add Visio OOXML text extractor + tests | Dustin Spicuzza | 2015-10-19 | 5 | -6/+107 |
* | Add some limited XDGF documentation | Dustin Spicuzza | 2015-10-19 | 19 | -59/+155 |
* | poi-import: fix build dependencies | Dustin Spicuzza | 2015-10-19 | 3 | -3/+15 |
* | poi-visio import: reformat code to fit project standards, remove JRE 7isms | Dustin Spicuzza | 2015-10-19 | 56 | -4362/+4472 |
* | Import poi-visio codebase | Dustin Spicuzza | 2015-10-19 | 56 | -0/+6233 |
* | Bug 58499: Don't report Zip-Bomb for small files which should not cause memor... | Dominik Stadler | 2015-10-17 | 1 | -7/+31 |
* | Use the default XmlOptions for all the invocations of the XmlBeans XML parsing | Dominik Stadler | 2015-10-17 | 48 | -112/+159 |
* | javadoc fixes | Andreas Beeker | 2015-10-12 | 1 | -1/+1 |