summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * forgot cryptoapi encryption flagsAndreas Beeker2016-08-081-8/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755541 13f79535-47bb-0310-9956-ffa450edef68
| * merge down trunkAndreas Beeker2016-08-0812-830/+949
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755463 13f79535-47bb-0310-9956-ffa450edef68
| * HSSF CryptoAPI decryption supportAndreas Beeker2016-08-0821-960/+843
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755461 13f79535-47bb-0310-9956-ffa450edef68
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-0329-552/+1011
| | | | | | | | | | | | | | | | - Add cloneable - Change existing hslf cryptoapi to streaming git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755127 13f79535-47bb-0310-9956-ffa450edef68
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and ↵Dominik Stadler2016-09-284-12/+14
| | | | | | | | | | | | fix some other compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1762617 13f79535-47bb-0310-9956-ffa450edef68
* | use equalsIgnoreCase for case-insensitive string comparisonsJaven O'Neal2016-09-221-2/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761843 13f79535-47bb-0310-9956-ffa450edef68
* | Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-213-72/+91
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761675 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59933: demote accessibility of POILogger implementations of log(int, ↵Javen O'Neal2016-09-211-2/+2
| | | | | | | | | | | | Object) and log(int, Object, Throwable) to be consistent with the POILogger abstract class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761669 13f79535-47bb-0310-9956-ffa450edef68
* | bug 57200,59788: be more specific why a temporary directory could not be createdJaven O'Neal2016-09-211-4/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761667 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59933: demote accessibility of POILogger implementations of log(int, ↵Javen O'Neal2016-09-214-12/+18
| | | | | | | | | | | | Object) and log(int, Object, Throwable) to be consistent with the POILogger abstract class git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761665 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59933: demote accessibility of NullLogger methods to the same level as ↵Javen O'Neal2016-09-212-2/+12
| | | | | | | | | | | | POILogger git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761662 13f79535-47bb-0310-9956-ffa450edef68
* | make POILogFactory _loggers cache finalJaven O'Neal2016-09-211-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761660 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59933: override POILogger#log(int, Object...) in NullLoggerJaven O'Neal2016-09-211-0/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761657 13f79535-47bb-0310-9956-ffa450edef68
* | Adjust handling of ByteBuffer some moreDominik Stadler2016-09-201-12/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761636 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59705: consolidate bounds checking of column index into a helper methodJaven O'Neal2016-09-161-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760986 13f79535-47bb-0310-9956-ffa450edef68
* | POI 60140 Prevent unnecessary memory usage -- no need to cache ↵Tim Allison2016-09-151-3/+2
| | | | | | | | | | | | HeapByteBuffer in FileBackedDataSource, thanks to Luis Filipe Nassif for diagnosing this git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760816 13f79535-47bb-0310-9956-ffa450edef68
* | declare methods throw runtime exceptions for IDE hintsJaven O'Neal2016-09-141-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760784 13f79535-47bb-0310-9956-ffa450edef68
* | Javadoc fixNick Burch2016-09-141-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760719 13f79535-47bb-0310-9956-ffa450edef68
* | Patches from Patrick Zimmermann from bugs #60130 and #60131 - DGET fix for ↵Nick Burch2016-09-142-94/+67
| | | | | | | | | | | | empty cells and D* coding improvements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760717 13f79535-47bb-0310-9956-ffa450edef68
* | move HSSFFormulaEvaluator#evaluateInCell and ↵Javen O'Neal2016-09-142-29/+33
| | | | | | | | | | | | BaseXSSFFormulaEvaluator#evaluateInCell(Cell) up to BaseFormulaEvaluator to reduce duplicated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760651 13f79535-47bb-0310-9956-ffa450edef68
* | move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and ↵Javen O'Neal2016-09-143-54/+69
| | | | | | | | | | | | HSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) up to BaseFormulaEvaluator class to reduce duplicated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760647 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-142-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760641 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59791: add deprecation warningsJaven O'Neal2016-09-146-9/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760639 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-141-13/+19
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760634 13f79535-47bb-0310-9956-ffa450edef68
* | bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-141-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760633 13f79535-47bb-0310-9956-ffa450edef68
* | bug 58671: add @Removal annotation to deprecated fieldsJaven O'Neal2016-09-141-1/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760632 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return ↵Javen O'Neal2016-09-143-12/+106
| | | | | | | | | | | | short and add getBorder[Top|Bottom|Left|Right]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760630 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return ↵Javen O'Neal2016-09-142-11/+112
| | | | | | | | | | | | short and add getBorder[Top|Bottom|Left|Right|Diagonal]Enum() returns BorderStyle enum for backwards compatibility with POI 3.14 and earlier git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760627 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59790: add @Removal annotations to deprecated methodsJaven O'Neal2016-09-143-3/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760624 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59833: add @Removal annotation to deprecated methodsJaven O'Neal2016-09-141-0/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760623 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59837,59833,59264: add @Removal annotations to CellStyle constants for ↵Javen O'Neal2016-09-141-0/+46
| | | | | | | | | | | | which enums now exist git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760622 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59873: add @Removal annotations for deprecated ↵Javen O'Neal2016-09-143-0/+11
| | | | | | | | | | | | CreationHelper#createHyperlink(int) and Hyperlink static aliases to HyperlinkType enum values git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760621 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchorJaven O'Neal2016-09-141-0/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760620 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59907: add @Removal annotations to deprecated ↵Javen O'Neal2016-09-142-0/+5
| | | | | | | | | | | | ClientAnchor#setAnchorType(int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760619 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59907: restore ClientAnchor#setAnchorType(int) that was removed in POI ↵Javen O'Neal2016-09-142-0/+18
| | | | | | | | | | | | 3.14 beta 1 and broke backwards compatibility without a 2 release deprecation notice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760617 13f79535-47bb-0310-9956-ffa450edef68
* | change CellValue#getCellType() to return an int instead of an enum for ↵Javen O'Neal2016-09-134-6/+18
| | | | | | | | | | | | backwards compatibility (source and binary) with POI 3.14. This reverts the behavior introduced in POI 3.15 beta 3 in r1751237. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760607 13f79535-47bb-0310-9956-ffa450edef68
* | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/falseJaven O'Neal2016-09-111-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760219 13f79535-47bb-0310-9956-ffa450edef68
* | poi-60044 small typo in last update to BuiltinFormatsTim Allison2016-09-091-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1760102 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59791: add @Removal tags to Cell.CELL_TYPE_* constants, deprecated by ↵Javen O'Neal2016-08-221-3/+12
| | | | | | | | | | | | CellType enum git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757239 13f79535-47bb-0310-9956-ffa450edef68
* | bug 59791: improve Cell.CELL_TYPE_* backwards compatibilityJaven O'Neal2016-08-221-6/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757235 13f79535-47bb-0310-9956-ffa450edef68
* | Whitespace, javadocs and @Overrides for the Logger classesNick Burch2016-08-043-20/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755192 13f79535-47bb-0310-9956-ffa450edef68
* | Switch XSSF onto BaseFormulaEvaluator, reducing code duplication and fixing ↵Nick Burch2016-08-032-18/+4
| | | | | | | | | | | | XSSFFormulaEvaluator.evaluateAll() to mirror HSSF and use any setup referenced workbooks (stackoverflow #38706562) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755079 13f79535-47bb-0310-9956-ffa450edef68
* | Refactor out some of the common FormulaEvaluator logic from HSSF to a base ↵Nick Burch2016-08-032-99/+197
| | | | | | | | | | | | class (XSSF coming shortly) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755070 13f79535-47bb-0310-9956-ffa450edef68
* | Whitespace / indentsNick Burch2016-08-031-312/+309
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755068 13f79535-47bb-0310-9956-ffa450edef68
* | Whitespace / indentsNick Burch2016-08-031-9/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755066 13f79535-47bb-0310-9956-ffa450edef68
* | whitespaceJaven O'Neal2016-08-011-440/+440
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754782 13f79535-47bb-0310-9956-ffa450edef68
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ↵David North2016-08-011-12/+14
| | | | | | | | | | | | | | | | no password to remove it) for XSSF workbook protection. https://bz.apache.org/bugzilla/show_bug.cgi?id=59920 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754744 13f79535-47bb-0310-9956-ffa450edef68
* | javadoc fix: incorrect deprecated replacementJaven O'Neal2016-08-011-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754702 13f79535-47bb-0310-9956-ffa450edef68
* | revert changes made in r1754691Mark Murphy2016-08-013-1071/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754700 13f79535-47bb-0310-9956-ffa450edef68
* | correction to junit bugs in r1754691Mark Murphy2016-08-011-3/+31
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754698 13f79535-47bb-0310-9956-ffa450edef68