| Commit message (Expand) | Author | Age | Files | Lines |
* | tag r1732981 as 3.14-FINALREL_3_14_FINAL | Andreas Beeker | 2016-03-01 | 1 | -2/+2 |
|\ |
|
| * | 3.14 release preparation | Andreas Beeker | 2016-03-01 | 1 | -2/+2 |
* | | tag r1732977 as 3.14-FINAL | Andreas Beeker | 2016-03-01 | 0 | -0/+0 |
|/ |
|
* | 3.14 release preparation | Andreas Beeker | 2016-03-01 | 0 | -0/+0 |
* | #59056 - Render individual slideshow shapes | Andreas Beeker | 2016-02-29 | 6 | -6/+88 |
* | Fix NPE of regression tests | Andreas Beeker | 2016-02-29 | 1 | -21/+13 |
* | Exclude file for bug 59074 for some more tests | Dominik Stadler | 2016-02-28 | 2 | -0/+9 |
* | find bugs fix - WMF_HEADER_MAGIC isn't final but should be | Andreas Beeker | 2016-02-28 | 1 | -1/+1 |
* | Also mark the file for bug 59074 as expected-failure for integration testing | Dominik Stadler | 2016-02-27 | 1 | -0/+1 |
* | Bug 57914: Provide a better error message for OOXML strict format which we do... | Dominik Stadler | 2016-02-27 | 5 | -37/+77 |
* | Add missing file for bug 59074 | Dominik Stadler | 2016-02-27 | 1 | -0/+0 |
* | Update to JaCoCo 0.7.6 to try to restore coverage on builds.a.o | Dominik Stadler | 2016-02-27 | 1 | -8/+4 |
* | #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactory | Nick Burch | 2016-02-26 | 3 | -21/+12 |
* | Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ... | Nick Burch | 2016-02-26 | 4 | -5/+21 |
* | Fix inconsistent indents | Nick Burch | 2016-02-26 | 1 | -34/+34 |
* | Refactor to pull out the list of Excel 97+ directory entry names to a common ... | Nick Burch | 2016-02-26 | 6 | -28/+52 |
* | Regression fixes for H/XSLF and HWMF | Andreas Beeker | 2016-02-24 | 59 | -458/+1336 |
* | Bug 47245: Comment out check and exception in case row-records are missing fo... | Dominik Stadler | 2016-02-24 | 2 | -1/+3 |
* | Add xlsx which verifies via the integration-tests that the namespace fix works | Dominik Stadler | 2016-02-24 | 1 | -0/+0 |
* | #59021 Namespace aware processing fix for ReadOnlySharedStringsTable, to matc... | Nick Burch | 2016-02-23 | 1 | -5/+15 |
* | Pull out two more XSSF namespace definitions as re-usable constants | Nick Burch | 2016-02-23 | 7 | -19/+16 |
* | Pull out http://schemas.openxmlformats.org/spreadsheetml/2006/main to a re-us... | Nick Burch | 2016-02-23 | 5 | -16/+15 |
* | Patch from Jim King from bug #57989 - XSSFChart support for setting chart tit... | Nick Burch | 2016-02-21 | 4 | -0/+186 |
* | One more possible resource leak when creating the TextExtractor fails with a ... | Dominik Stadler | 2016-02-21 | 2 | -2/+128 |
* | Include stacktrace of inner exception when block-positions are invalid in POI... | Dominik Stadler | 2016-02-21 | 1 | -1/+3 |
* | POI 59030 fix NPE in XWPFTableCell's getVerticalAlignment via Prasad Babu | Tim Allison | 2016-02-19 | 3 | -14/+36 |
* | bug 58896: comment out time-dependent test | Javen O'Neal | 2016-02-18 | 1 | -3/+3 |
* | Javadoc fixes | Nick Burch | 2016-02-18 | 2 | -3/+3 |
* | move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa... | Javen O'Neal | 2016-02-18 | 6 | -28/+6 |
* | bug 58896: add unit test to time Sheet.autoSizeColumn | Javen O'Neal | 2016-02-18 | 5 | -0/+103 |
* | avoid redundant null check | Javen O'Neal | 2016-02-18 | 1 | -1/+1 |
* | 59021 -- fix content extraction from namespaced elements in XSSFEventBasedExc... | Tim Allison | 2016-02-18 | 3 | -27/+47 |
* | bug 56345: reject single-cell merged regions | Javen O'Neal | 2016-02-18 | 3 | -9/+38 |
* | Add test which verifies that bug 52684 is not a problem (any more) | Dominik Stadler | 2016-02-17 | 1 | -0/+24 |
* | bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ... | Javen O'Neal | 2016-02-15 | 3 | -2/+9 |
* | Tried to reproduce bug 55476, but could not, added unit test anyway | Dominik Stadler | 2016-02-15 | 1 | -13/+29 |
* | Add details of the ignored errors where the HSSF spec provides a good descrip... | Nick Burch | 2016-02-15 | 5 | -21/+68 |
* | Start generalising the IgnoredErrorType code for later HSSF use too #56892 | Nick Burch | 2016-02-15 | 3 | -31/+57 |
* | No need to wrap OpenXML4JRuntimeException in another instance of itself and f... | Dominik Stadler | 2016-02-15 | 1 | -10/+9 |
* | GitHub PR 27: Add method to check for any protection in XWPFDocument, closes #27 | Dominik Stadler | 2016-02-15 | 4 | -0/+46 |
* | Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ... | Dominik Stadler | 2016-02-15 | 1 | -3/+4 |
* | Improve error messages to state which bounds are exceeded | Dominik Stadler | 2016-02-15 | 1 | -7/+5 |
* | Regression analysis: Cloning sheets failed on ctrlProps, i.e. checkboxes | Dominik Stadler | 2016-02-13 | 2 | -0/+6 |
* | Regression analysis: the additional testing of cloning sheets showed a | Dominik Stadler | 2016-02-13 | 2 | -3/+5 |
* | Ignore a failure during cloning if we exceed file-format limits | Dominik Stadler | 2016-02-13 | 1 | -3/+4 |
* | bug 58996: Don't try to unset fill color if it is not set to avoid invalid ac... | Dominik Stadler | 2016-02-12 | 2 | -13/+32 |
* | Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ... | Nick Burch | 2016-02-11 | 2 | -10/+37 |
* | Allow common tests to do auto-sizing even on SXSSF | Nick Burch | 2016-02-11 | 4 | -0/+24 |
* | Add example for adding videos | Andreas Beeker | 2016-02-06 | 1 | -0/+251 |
* | XSLF - fixed NPE when adding pictures with existing non-picture media files (... | Andreas Beeker | 2016-02-05 | 1 | -1/+7 |