aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-08502-89558/+89558
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-082-17/+48
* +svn:eol-style nativeJaven O'Neal2017-02-081-24/+24
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0847-763/+1204
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-085-274/+333
* Revert previous changes enough to restore the case in the commoncrawl-corpus ...Dominik Stadler2017-02-053-50/+55
* Adjust for JDK 9 ea152 and newer: certain whitespaces in XML may now be trimmedDominik Stadler2017-02-051-58/+54
* Bug 60677 -- handle multibyte encodings correctly in HwmfGraphics' drawString...Tim Allison2017-02-032-3/+60
* Adjust expected font-size in tests, XSSF seems to use slightly larger fonts o...Dominik Stadler2017-01-261-2/+2
* Finally enable test for bug 44937, we got the requested missing test-document...Dominik Stadler2017-01-261-2/+3
* Don't wrap RuntimeExceptionDominik Stadler2017-01-261-93/+61
* Move test to base-test-class to run it for (S)XSSF as wellDominik Stadler2017-01-262-73/+66
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-2615-47/+47
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2017-01-261-0/+54
* Bug 60031: Enhance test some moreDominik Stadler2017-01-261-8/+21
* fix eclipse warnings - close resourcesAndreas Beeker2017-01-2313-600/+757
* #59836 - Tracker: Replace primitives with enumsAndreas Beeker2017-01-2217-1649/+1053
* Bug 60608 -- improve charset handling in Hwmf -- remove deprecated drawString...Tim Allison2017-01-201-20/+0
* fix assert message typoJaven O'Neal2017-01-201-4/+4
* fix copy-paste typo in unit test found by Andrzej WiteckiJaven O'Neal2017-01-202-8/+18
* bug 60031: DataFormatter parses months incorrectly when put at the end of dat...Javen O'Neal2017-01-202-0/+15
* remove unused importsJaven O'Neal2017-01-204-6/+0
* bug 60605: replace Workbook.SHEET_STATE_VERY_HIDDEN with SheetVisibility.VERY...Javen O'Neal2017-01-201-2/+3
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-204-64/+0
* pull out loop invariants, use List.indexOf to look up sheet indexJaven O'Neal2017-01-203-8/+4
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-208-138/+312
* javadocsJaven O'Neal2017-01-202-2/+1
* make instance variable finalJaven O'Neal2017-01-201-1/+1
* Bug 60608 -- improve charset handling in HwmfTim Allison2017-01-194-40/+161
* Bug 60570 - Add rudimentary EMF read-only capabilityTim Allison2017-01-1919-0/+1910
* bug 60601: unset hyperlinks after removing them individually from the DOMJaven O'Neal2017-01-191-4/+5
* bug 60601: allow SXSSFITestDataProvider.writeOutAndReadBack(Workbook wb) to w...Javen O'Neal2017-01-191-1/+4
* bug 60601: hyperlinks have to be removed one by one to avoid other errorsJaven O'Neal2017-01-191-1/+12
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed...Javen O'Neal2017-01-192-0/+26
* SonarQube fixAndreas Beeker2017-01-181-72/+72
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-1612-357/+453
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-1538-545/+707
* remove test outputAndreas Beeker2017-01-151-5/+0
* Java9 fix - resource not foundAndreas Beeker2017-01-151-11/+8
* #60586 - Support embedding OLE1.0 package in XSSF / SS CommonAndreas Beeker2017-01-1510-37/+409
* bug 60584 -- avoid NPE by checking for null/missing image in XSSFReader's get...Tim Allison2017-01-131-0/+10
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-124-31/+108
* Bug 60574 prevent rare NPE in ListTablesTim Allison2017-01-111-0/+13
* SonarQube fixesAndreas Beeker2017-01-0830-431/+559
* SonarQube fixesAndreas Beeker2017-01-076-51/+50
* SonarQube fixesAndreas Beeker2017-01-0615-170/+164
* SonarQube fixesAndreas Beeker2017-01-063-71/+59
* SonarQube fixesAndreas Beeker2017-01-053-29/+34
* Rename example class (typo)Andreas Beeker2017-01-051-1/+1
* add unit tests for MAPIMessage.get*Body()Javen O'Neal2017-01-053-6/+47