aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-011-17/+22
* Javadoc fixNick Burch2016-05-311-2/+2
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-3115-49/+35
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-241-2/+31
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-221-30/+32
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-6/+23
* findbugs fixesAndreas Beeker2016-05-201-27/+3
* findbugs fixesAndreas Beeker2016-05-172-2/+16
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-164-15/+43
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1612-232/+115
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-131-1/+11
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-091-4/+3
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-091-0/+4
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-092-0/+51
* whitespaceJaven O'Neal2016-05-091-3/+3
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-2/+3
* bug 59383: getFormat should cache data formatter (fix from Nick C), accidenta...Javen O'Neal2016-04-261-0/+1
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-171-0/+17
* add commentsJaven O'Neal2016-04-171-2/+16
* bug 59340: lookup IndexedColors by indexJaven O'Neal2016-04-171-0/+28
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...Javen O'Neal2016-04-172-35/+76
* bug 59336: patch from Mark Murphy: replace deprecated usage of functions in C...Javen O'Neal2016-04-171-3/+3
* bug 59338: patch from Mark Murphy to deprecate HSSFCellUtil class in favor of...Javen O'Neal2016-04-171-26/+34
* javadocs fixesJaven O'Neal2016-04-121-2/+2
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-127-7/+31
* whitespace (tabs to spaces)Javen O'Neal2016-04-121-85/+85
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-126-1/+36
* add LINK_TYPE_SECONDARY_CATEGORIES, which appears to be a valid type (0x03) b...Javen O'Neal2016-04-121-16/+19
* javadoc typoJaven O'Neal2016-04-121-1/+1
* fix javadocs and findbugs warningsJaven O'Neal2016-04-123-25/+87
* bug 52949: add VBAMacroReader unit tests for H/XSLF, H/XWPF, and HGDF; OLE di...Javen O'Neal2016-04-112-9/+52
* bug 52949: fix forbidden apisJaven O'Neal2016-04-111-3/+4
* add @NotImplemented annotation to methods that are not implementedJaven O'Neal2016-04-103-13/+83
* bug 52949: add junit test for RLEDecompressingInputStreamJaven O'Neal2016-04-105-22/+65
* svn propset svn:eol-style nativeJaven O'Neal2016-04-101-273/+273
* Javadoc tweaksNick Burch2016-04-102-3/+3
* Make the extractor exactly that, powered by the reader #52949Nick Burch2016-04-101-154/+55
* Unit test for VBA macro reading #52949Nick Burch2016-04-101-105/+123
* Start to refactor VBAMacroExtractor into a more general classNick Burch2016-04-101-0/+199
* VBA extraction support from bug #52949 from Barry LagerweijNick Burch2016-04-102-0/+461
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t...Dominik Stadler2016-04-061-4/+12
* Slightly improve error messageDominik Stadler2016-04-062-27/+19
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-0614-87/+83
* Fix javadoc warning - As per http://bugs.java.com/bugdatabase/view_bug.do;jse...Nick Burch2016-04-061-1/+1
* bug 59264: fix javadocsJaven O'Neal2016-04-061-1/+1
* bug 59264: fix findbugs warning 'A boxed value is unboxed and then immediatel...Javen O'Neal2016-04-061-1/+1