aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-0311-34/+47
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-022-3/+7
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-025-83/+113
* findbugs: remove switch statement fall-through and move default switch to bottomJaven O'Neal2016-07-021-2/+2
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* sonar fixesAndreas Beeker2016-07-019-9/+9
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-304-55/+97
* 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