aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust doap to list dev-list as maintainer and adjust license informationDominik Stadler2015-12-301-3/+19
* Add null-handler in integration-tests for two Visio files which are not handl...Dominik Stadler2015-12-302-9/+21
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-304-0/+15
* Eclipse warningsDominik Stadler2015-12-306-10/+21
* Exclude file from integration-tests until bug 58760 is fixedDominik Stadler2015-12-301-0/+3
* WMF - remove test outputAndreas Beeker2015-12-292-11/+9
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-292-0/+17
* remove unused importJaven O'Neal2015-12-291-1/+0
* add commentJaven O'Neal2015-12-291-0/+1
* move commentJaven O'Neal2015-12-291-1/+1
* javadocsJaven O'Neal2015-12-291-2/+1
* add unit test for bug 58779 when the problem gets fixedJaven O'Neal2015-12-291-47/+77
* junit3 -> junit4Javen O'Neal2015-12-291-2/+10
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-0/+1
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-5/+36
* make spreadsheet file names static final rather than initializing them with s...Javen O'Neal2015-12-291-13/+5
* whitespaceJaven O'Neal2015-12-291-1/+1
* javadoc fixJaven O'Neal2015-12-291-1/+1
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-296-39/+338