aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-2213-85/+168
* #56004 - Support for WMF rendering (parsing the WMF records)Andreas Beeker2015-12-2120-0/+5002
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-203-92/+160
* rat-check - remove clutter to compact build outputAndreas Beeker2015-12-201-1/+11
* Unit test for non-reproducable #58747Nick Burch2015-12-172-0/+19
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
* Trunk now heading for beta2 again, unpin docsDavid North2015-12-161-2/+2
* Pin docs external for 3.14 beta1 rc2David North2015-12-160-0/+0
* About to roll 3.14 beta1 rc2David North2015-12-161-2/+2
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-164-0/+41
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-146-12/+65
* fix forbidden apis issuesAndreas Beeker2015-12-134-14/+32
* #58718 - Master styles not initialized when running multithreadedAndreas Beeker2015-12-139-11/+47
* Multisign update to allow gpg2 usageDavid North2015-12-071-2/+6
* Trunk is now on course for 3.14beta2David North2015-12-071-2/+2
* Pin documentation to r1718465 for 3.14beta1David North2015-12-070-0/+0
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
* supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress....Javen O'Neal2015-12-061-7/+9
* bug 56454: shiftRows incorrectly handle merged regions that do not contain co...Javen O'Neal2015-12-061-1/+43
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* xml schemas - remove deprecated warnings, as we prefer the array methods - se...Andreas Beeker2015-12-051-11/+6
* New PGP key for David NorthDavid North2015-12-041-0/+146
* Add file missed from last checkinDominik Stadler2015-12-041-0/+0
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-042-0/+57
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-045-33/+48
* add hashCode for corresponding equals functionJaven O'Neal2015-12-041-0/+5
* javadocsJaven O'Neal2015-12-041-1/+2
* whitespaceJaven O'Neal2015-12-041-410/+406
* FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA...Javen O'Neal2015-12-041-0/+10
* make fields staticJaven O'Neal2015-12-041-5/+8
* whitespaceJaven O'Neal2015-12-041-28/+28
* whitespaceJaven O'Neal2015-12-041-6/+6
* findbugs: check return value of File.mkdir(s), and don't accidentally catch R...Javen O'Neal2015-12-041-4/+25
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
* fix javadoc errorsJaven O'Neal2015-12-043-7/+7
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-0410-29/+143
* remove deprecated functions (since 2008)Javen O'Neal2015-12-042-2/+21
* Add some additional rules for the forbidden-apis-check borrowed from Elastics...Dominik Stadler2015-12-025-3/+130
* Sonar fixes, direct array parameterAndreas Beeker2015-12-0112-26/+33
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-3012-90/+228
* revert .projectJaven O'Neal2015-11-301-1/+1
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-302-46/+37
* revert .projectJaven O'Neal2015-11-301-1/+1
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS...Javen O'Neal2015-11-301-76/+77
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
* add @Override annotation. Explicitly specify workbook type returned by SXSSFI...Javen O'Neal2015-11-301-2/+12
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15