aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/openxml4j
Commit message (Expand)AuthorAgeFilesLines
...
* sonar fixes - blockerAndreas Beeker2018-08-311-1/+1
* rebase XDDF text packageAlain Béarez2018-08-271-16/+32
* add warning message to help reduce duplicates of bug 60102Alain Béarez2018-08-261-2/+3
* bug 62592 -- prevent StackOverflowError on corrupt thmxTim Allison2018-08-081-0/+3
* [bug-62522] include partName in exception messagePJ Fanning2018-07-061-408/+409
* [bug-62438] remove nullable class (and use java.util.Optional). This closes #111PJ Fanning2018-06-134-835/+1010
* fix some javadocPJ Fanning2018-06-071-677/+686
* fix some javadocPJ Fanning2018-06-072-0/+15
* #62187 - Compiling with Java 10 fails with ClassCastException / use commons-c...Andreas Beeker2018-06-0314-210/+127
* sonar fixes andAndreas Beeker2018-06-021-3/+6
* sonar fixesAndreas Beeker2018-06-022-48/+12
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-275-5/+5
* #62393 - Inconsistent slide import behavior depending on Mac OS X VersionAndreas Beeker2018-05-212-3/+5
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-2517-621/+570
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-042-10/+6
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-313-218/+224
* use StandardCharsetsPJ Fanning2017-12-191-2/+2
* use StringBuilder in more placesPJ Fanning2017-10-312-5/+5
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-183-4/+4
* simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FOR...Javen O'Neal2017-10-181-6/+2
* fix typoJaven O'Neal2017-10-181-1/+1
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-185-9/+12
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-57/+55
* Bug 59747: Adjust order of first two entries in the resulting Zip to try to e...Dominik Stadler2017-09-221-4/+4
* Fix some IntelliJ warningsDominik Stadler2017-09-192-25/+9
* fix compiler warningsPJ Fanning2017-09-181-37/+37
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-171-1/+0
* Remove unnecessary local variablesDominik Stadler2017-09-162-4/+2
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-167-40/+40
* Remove unnecessary initialization of membersDominik Stadler2017-09-163-4/+4
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-12/+2
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-112-59/+30
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-2/+2
* bug 61296: consolidate some of the ooxml namespace uri copy-paste in POI, pre...Javen O'Neal2017-07-141-1/+2
* Bug 61182 - Invalid signature created for streamed xslx fileAndreas Beeker2017-06-281-1/+5
* rollback invalid commit - r1799740Andreas Beeker2017-06-241-36/+31
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-241-31/+36
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-66/+0
* github-54: when adding a picture to an XSSFWorkbook, reduce memory consumptio...Javen O'Neal2017-05-155-80/+99
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-172-3/+3
* Remove unused import, IntelliJ warnings, duplicated code, improve some except...Dominik Stadler2017-03-101-4/+2
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-173-19/+49
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-309/+309
* SonarQube fixesAndreas Beeker2017-01-051-3/+3
* SonarQube fixesAndreas Beeker2017-01-042-101/+95
* Sonarqube fixes - Cast one of the operands of this multiplication operation t...Andreas Beeker2017-01-011-2/+2
* #60519 - Extractor for *SSF embeddingsAndreas Beeker2016-12-311-0/+5
* bug 60526: Make loggers final and make throttled log actually workDominik Stadler2016-12-304-4/+4
* Comments, Javadoc and make close() only log instead of throw an exception to ...Dominik Stadler2016-12-192-20/+10
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-3/+6