| Commit message (Expand) | Author | Age | Files | Lines |
* | Add null-handler in integration-tests for two Visio files which are not handl... | Dominik Stadler | 2015-12-30 | 2 | -9/+21 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 3 | -0/+15 |
* | Eclipse warnings | Dominik Stadler | 2015-12-30 | 6 | -10/+21 |
* | Exclude file from integration-tests until bug 58760 is fixed | Dominik Stadler | 2015-12-30 | 1 | -0/+3 |
* | WMF - remove test output | Andreas Beeker | 2015-12-29 | 2 | -11/+9 |
* | Disabled unit test for #58760 (problem remains) | Nick Burch | 2015-12-29 | 1 | -0/+17 |
* | remove unused import | Javen O'Neal | 2015-12-29 | 1 | -1/+0 |
* | add comment | Javen O'Neal | 2015-12-29 | 1 | -0/+1 |
* | move comment | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | javadocs | Javen O'Neal | 2015-12-29 | 1 | -2/+1 |
* | add unit test for bug 58779 when the problem gets fixed | Javen O'Neal | 2015-12-29 | 1 | -47/+77 |
* | junit3 -> junit4 | Javen O'Neal | 2015-12-29 | 1 | -2/+10 |
* | revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid... | Javen O'Neal | 2015-12-29 | 1 | -0/+1 |
* | revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid... | Javen O'Neal | 2015-12-29 | 1 | -5/+36 |
* | make spreadsheet file names static final rather than initializing them with s... | Javen O'Neal | 2015-12-29 | 1 | -13/+5 |
* | whitespace | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | javadoc fix | Javen O'Neal | 2015-12-29 | 1 | -1/+1 |
* | bug 58775: set an upper limit on number of data formats, default 250. | Javen O'Neal | 2015-12-29 | 6 | -39/+338 |
* | fix javadocs warnings for r1721930 (bug 58775) | Javen O'Neal | 2015-12-29 | 5 | -6/+6 |
* | convert junit3 to junit4 | Javen O'Neal | 2015-12-29 | 2 | -8/+15 |
* | whitespace | Javen O'Neal | 2015-12-29 | 1 | -95/+95 |
* | WMF fixes | Andreas Beeker | 2015-12-29 | 20 | -703/+1996 |
* | bug 58778: override a built-in number format, such as using £ instead of $ f... | Javen O'Neal | 2015-12-29 | 3 | -1/+59 |
* | bug 58740: javadocs | Javen O'Neal | 2015-12-28 | 1 | -1/+43 |
* | bug 58775: use short for data format index, int for cell style index | Javen O'Neal | 2015-12-28 | 9 | -30/+19 |
* | bug 58775: consolidate HashMap and array numberFormats data structures to one... | Javen O'Neal | 2015-12-28 | 1 | -18/+32 |
* | write for loop for performance and readability | Javen O'Neal | 2015-12-28 | 1 | -4/+2 |
* | bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold n... | Javen O'Neal | 2015-12-28 | 1 | -5/+8 |
* | simplify bug 57880 test case: | Javen O'Neal | 2015-12-28 | 1 | -32/+17 |
* | add convenience methods for writing and reading back XSSFWorkbooks | Javen O'Neal | 2015-12-28 | 1 | -35/+200 |
* | bug 58775: use assertNotBuiltInFormat | Javen O'Neal | 2015-12-28 | 1 | -2/+4 |
* | java docs | Javen O'Neal | 2015-12-28 | 1 | -1/+1 |
* | bug 58775: add unit test to test for non-built-in data formats | Javen O'Neal | 2015-12-28 | 1 | -1/+29 |
* | bug 58775: add Override annotations, Javadocs, and comments | Javen O'Neal | 2015-12-28 | 3 | -5/+28 |
* | make HSSFCellStyle attributes final, add Override decorators on all methods | Javen O'Neal | 2015-12-28 | 1 | -7/+55 |
* | bug 58740: add @Internal annotations and decrease access level to methods tha... | Javen O'Neal | 2015-12-28 | 1 | -2/+27 |
* | bug 58740: return unmodifiable list/map when exposing internal data structures | Javen O'Neal | 2015-12-27 | 1 | -4/+5 |
* | Fix compiling unit-test after previous changes | Dominik Stadler | 2015-12-22 | 1 | -1/+1 |
* | Fix some cases where file resources were not closed correctly, mostly when Ex... | Dominik Stadler | 2015-12-22 | 3 | -5/+20 |
* | fix commandline option in PPTX2PNG from quite to quiet | Dominik Stadler | 2015-12-22 | 1 | -8/+10 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 13 | -85/+168 |
* | #56004 - Support for WMF rendering (parsing the WMF records) | Andreas Beeker | 2015-12-21 | 20 | -0/+5002 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 3 | -92/+160 |
* | Unit test for non-reproducable #58747 | Nick Burch | 2015-12-17 | 1 | -0/+19 |
* | Fix unit test for bug 58731 to actually run | Dominik Stadler | 2015-12-17 | 1 | -3/+6 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 3 | -0/+41 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 5 | -12/+65 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 4 | -14/+32 |
* | #58718 - Master styles not initialized when running multithreaded | Andreas Beeker | 2015-12-13 | 5 | -11/+47 |
* | bug 57450: javadoc fixes from Stefan Thurnherr | Javen O'Neal | 2015-12-06 | 2 | -9/+3 |