summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-245-84/+123
* Sonar fixesAndreas Beeker2016-06-248-31/+21
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-243-17/+16
* javadoc fixes (jdk8)Andreas Beeker2016-06-2239-232/+189
* Provide an alternate method to get the OLE2 thumbnail that decodesNick Burch2016-06-211-4/+17
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-10/+29
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-202-5/+10
* add comments, adjust whitespaceJaven O'Neal2016-06-202-5/+14
* whitespace (tabs to spaces); +svnprop svn:eol-style=nativeJaven O'Neal2016-06-201-27/+27
* bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...Javen O'Neal2016-06-203-43/+197
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-202-1/+22
* bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...Javen O'Neal2016-06-201-0/+1
* bug 56454: deprecate shiftMerged with unused parameter, move loop-invariant o...Javen O'Neal2016-06-201-9/+20
* object-oriented methods are preferred over utility classes for discoverabilityJaven O'Neal2016-06-201-0/+1
* bug 59729: update CellRangeUtilJaven O'Neal2016-06-201-34/+48
* whitespace (tabs to spaces)Javen O'Neal2016-06-201-31/+28
* mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtilJaven O'Neal2016-06-202-7/+2
* bug 56454: add CellRangeAddress#containsRow and containsColumnJaven O'Neal2016-06-201-2/+24
* findbugs fixesAndreas Beeker2016-06-201-1/+1
* bug 56958: replace java.awt.Rectangle#intersects with native implementation t...Javen O'Neal2016-06-191-32/+5
* Regression fixesAndreas Beeker2016-06-191-10/+80
* bug 56958: slightly improve performance when checking array formulasJaven O'Neal2016-06-191-3/+5
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-193-17/+5
* #59724 Provide Closeable on all OLE2-based POIDocument typesNick Burch2016-06-192-9/+23
* bug 56958: patch from Yaniv Kunda: check that cells containing array formulas...Javen O'Neal2016-06-191-3/+1
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-193-11/+86
* update javadoc for clarification about non-literal listsJaven O'Neal2016-06-191-0/+6
* findbugs fixes - ME_MUTABLE_ENUM_FIELDAndreas Beeker2016-06-192-4/+4
* add unit test for HSSFWorkbook.getSelectedTabsJaven O'Neal2016-06-181-10/+25
* bug 59718: deprecate get/setBoldweight. Use get/setBoldJaven O'Neal2016-06-182-2/+39
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-1828-536/+45
* FunctionEval is a utility class. It should not have a public default constructorJaven O'Neal2016-06-171-0/+4
* bug 59279: add Comment.equals and hashCode methodsJaven O'Neal2016-06-171-0/+14
* move loop invariant outside of loopJaven O'Neal2016-06-171-1/+2
* bug 59170: add version when deprecatedJaven O'Neal2016-06-171-1/+2
* bug 59170: deprecate o.a.p.hssf.model.PictureShapeJaven O'Neal2016-06-171-0/+3
* bug 55385: deprecate Font.getBoldweight and Font.setBoldweightJaven O'Neal2016-06-162-3/+13
* fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddressJaven O'Neal2016-06-151-2/+1
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-158-203/+1
* bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMapJaven O'Neal2016-06-151-32/+0
* bug 59170: remove deprecated hpsf.Constants classJaven O'Neal2016-06-151-195/+0
* remove RegionUtil referenceJaven O'Neal2016-06-141-3/+0
* javadoc fixes (jdk8)Andreas Beeker2016-06-1348-224/+137
* reverted changes of r1747942 and deprecated insteadAndreas Beeker2016-06-135-11/+27
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-132-993/+0
* Sonar: 'static modifier out of order with the JLS suggestions.remove No need ...Javen O'Neal2016-06-131-4/+8
* add HSSFCell.setCachedErrorResult(FormulaError)Javen O'Neal2016-06-133-9/+23
* type check error code when setting cell error value on HSSFCellJaven O'Neal2016-06-131-3/+20
* add periods for complete sentencesJaven O'Neal2016-06-131-23/+23
* Javadoc fixesNick Burch2016-06-131-5/+5