aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework test to not catch exception, junit does a good job of handling unexpec...Dominik Stadler2016-01-131-92/+48
* Javadoc fixNick Burch2016-01-131-1/+1
* #58847 Getters/setters/removers for the additional well-known document summar...Nick Burch2016-01-132-1/+242
* Javadocs fixesAndreas Beeker2016-01-1314-18/+1
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-1220-247/+456
* More Office 12 DSI property IDs, getters/setters to followNick Burch2016-01-111-0/+44
* Bump up the max DSI property ID, and list a few Office 12 well known IDsNick Burch2016-01-111-3/+16
* #54916 - POI does not always read all the slides in pptx filesAndreas Beeker2016-01-1073-650/+1389
* add other printStackTrace methods to forbidden-apis-checkAndreas Beeker2016-01-104-43/+6
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-1024-167/+141
* WMF fixesAndreas Beeker2016-01-1012-235/+682
* POI-58822 switch printStackTrace for actual log msg. Should probably open se...Tim Allison2016-01-081-1/+3
* bug 58815: javadoc spellingJaven O'Neal2016-01-071-4/+4
* WMF fixesAndreas Beeker2016-01-057-47/+112
* Dummy commit to try if we can close some old github PRs via commit-comments: ...Dominik Stadler2016-01-041-1/+1
* WMF fixesAndreas Beeker2016-01-0315-261/+602
* Undo changes to file in assertCloseDoesNotModifyFile to not have dirty files ...Dominik Stadler2016-01-031-7/+19
* Try to reproduce bug 52258 and add more checks to integration testsDominik Stadler2016-01-033-4/+59
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-039-11/+179
* Fix bug 58067: XWPF: don't return deleted text when document is in review-modeDominik Stadler2016-01-033-1/+18
* re-throw errors we aren't looking forJaven O'Neal2016-01-031-1/+4
* bug 58779: check if SlideShowFactory.create() modifies the file being read wh...Javen O'Neal2016-01-033-15/+108
* whitespaceJaven O'Neal2016-01-031-4/+4
* test XSLF SlideShowFactory creation methods individually for more granular un...Javen O'Neal2016-01-032-11/+44
* rearrange unit tests into more, smaller functionsJaven O'Neal2016-01-021-3/+29
* Move test for bug 57236 as it seems to be fixed since some timeDominik Stadler2016-01-022-30/+33
* Add test which reproduces bug 58325, seems the file uses AlternateContent whi...Dominik Stadler2016-01-023-0/+38
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...Javen O'Neal2016-01-022-4/+193
* fix javadocsJaven O'Neal2016-01-025-7/+7
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-026-20/+168
* javadocsJaven O'Neal2016-01-021-7/+7
* remove test debug stuffAndreas Beeker2016-01-011-15/+0
* preparation for #54916 - commit unrelated changesAndreas Beeker2016-01-015-212/+297
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-014-8/+50
* Include full nested exception, not just localized messageDominik Stadler2016-01-011-1/+1
* Some more unit testsDominik Stadler2016-01-011-0/+31
* Combine common functionality in POIXMLTypeLoader into helper methodDominik Stadler2016-01-011-20/+15
* add ignored testcase for multiple signaturesAndreas Beeker2016-01-011-12/+29
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-017-110/+221
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-0148-98/+8
* #55030 - RichTextRun getFontName can not get Chinese font nameAndreas Beeker2015-12-314-8/+36
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-311-0/+0
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-3153-859/+1269
* WMF fixesAndreas Beeker2015-12-317-130/+129
* Fix example. If you don't call super for the non-ignored sheets, everything b...David North2015-12-311-2/+2
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-314-7/+3
* Revert changes to integration-test-framework to not make tests fail with stra...Dominik Stadler2015-12-311-13/+9
* Use parameter in unit testDominik Stadler2015-12-301-1/+1
* Adjust test for extracting some moreDominik Stadler2015-12-301-25/+49
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-304-9/+112