summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* whitespaceJaven O'Neal2016-05-091-39/+39
* #59434 - Cannot add a picture on a slide that already have an image with an h...Andreas Beeker2016-05-081-0/+3
* Try to print out more information if the timestamp-operation failsDominik Stadler2016-05-051-3/+4
* Some general code-fixes found while trying out Java 9Dominik Stadler2016-05-053-45/+47
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-0/+62
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-171-0/+3
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-171-6/+28
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-171-0/+9
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-172-8/+100
* fix Sonar warningsJaven O'Neal2016-04-121-27/+48
* bug 59312: delete temporary files even when the output stream cannot be close...Javen O'Neal2016-04-121-2/+7
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-123-1/+7
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-106-0/+18
* Bug 57844: Add some javadoc for unimplemented features in SXSSFDominik Stadler2016-04-102-1/+13
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-081-2/+18
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0610-16/+11
* whitespace (tabs to 4 spaces)Javen O'Neal2016-04-051-15/+15
* bug 59264: move border style deprecations to POI 3.15 beta 2.Javen O'Neal2016-04-052-13/+13
* bug 59264: type safety: check if border code is a valid BorderStyle enum for ...Javen O'Neal2016-04-051-100/+44
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-052-107/+136
* Fix two more places where wrong/invalid files can lead to file-handle leaks c...Dominik Stadler2016-04-022-2/+6
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-021-5/+21
* Javadoc fix - Generics are type-erased so not included in the javadoc linksNick Burch2016-04-012-3/+3
* POI 59257 upgrade Bouncy Castle to 1.54Tim Allison2016-04-011-36/+35
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-311-6/+32
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-292-99/+10
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-292-10/+99
* Bug 58915: Update javadoc for memory consumption and fix some other javadoc a...Dominik Stadler2016-03-291-17/+34
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-291-11/+10
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-283-13/+30
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-282-24/+27
* Bug 59199: Handle null date-values in a similar way as null-StringsDominik Stadler2016-03-282-7/+27
* make OPCPackage logger finalJaven O'Neal2016-03-271-1/+1
* bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@g...Javen O'Neal2016-03-241-2/+12
* make private member variable ctColor finalJaven O'Neal2016-03-241-1/+1
* bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasi...Javen O'Neal2016-03-231-0/+3
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-222-1/+26
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-221-42/+39
* return unmodifiable shared strings to guarentee parallel data structures stay...Javen O'Neal2016-03-221-1/+1
* bug 59208: correctly understand val="1" for isBold, isItalic, etcJaven O'Neal2016-03-221-6/+7
* fix inconsistent newlines (remove carriage returns), set svnprop eol-style na...Javen O'Neal2016-03-221-592/+592
* findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLEAndreas Beeker2016-03-211-1/+2
* fix eclipse warningsAndreas Beeker2016-03-202-6/+9
* #59195 - POIXMLTypeLoader depends on XMLBeans 2.6.0 - remove piccolo classes ...Andreas Beeker2016-03-181-1/+4
* forbidden-apis-fixAndreas Beeker2016-03-161-1/+1
* 59183 - handle timezones (even with colons) in date parsing metadata in ooxml...Tim Allison2016-03-161-14/+52
* Before opening an OOXML file, check the first few bytes, and give helpful exc...Nick Burch2016-03-152-1/+89
* Push all the zip opening logic into ZipHelperNick Burch2016-03-152-13/+23
* Fix inconsistent indentsNick Burch2016-03-151-142/+141
* Fix inconsistent indentsNick Burch2016-03-151-244/+244