summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* #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-192-15/+50
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-196-22/+140
* update javadoc for clarification about non-literal listsJaven O'Neal2016-06-192-3/+7
* use fully qualified name for JavadocsJaven O'Neal2016-06-191-1/+1
* add unit test for bug 59719Javen O'Neal2016-06-192-1/+51
* bug 59719: parse static list text properly; patch from Greg WoolseyJaven O'Neal2016-06-191-8/+25
* findbugs fixes - ME_MUTABLE_ENUM_FIELDAndreas Beeker2016-06-195-15/+15
* #59702 - Setting background color in slide masterAndreas Beeker2016-06-1812-498/+2552
* add unit test for HSSFWorkbook.getSelectedTabsJaven O'Neal2016-06-182-32/+71
* bug 59718: deprecate get/setBoldweight. Use get/setBoldJaven O'Neal2016-06-185-2/+81
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-1835-682/+100
* bug 59432: move loop invariants outside the loop to marginally improve code e...Javen O'Neal2016-06-171-8/+8
* FunctionEval is a utility class. It should not have a public default constructorJaven O'Neal2016-06-171-0/+4
* bug 56958: validate array formulas wasn't correctly checking for overlap with...Javen O'Neal2016-06-171-4/+1
* bug 59279: add unit test for CellComment.equals and CellComment.hashCodeJaven O'Neal2016-06-171-0/+4
* bug 59279: add Comment.equals and hashCode methodsJaven O'Neal2016-06-172-0/+29
* add unit test for Cell.getCellCommentJaven O'Neal2016-06-171-0/+31
* move loop invariant outside of loopJaven O'Neal2016-06-171-1/+2
* findbugs: remove uncalled private methodsJaven O'Neal2016-06-171-98/+0
* bug 58575: add 'svn:auto-props = *.java = svn:eol-style=native'Javen O'Neal2016-06-170-0/+0
* 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 59170: remove deprecated constructors in o.a.p.hwpf.usermodel.ParagraphJaven O'Neal2016-06-171-39/+0
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.Pictures methods; add versi...Javen O'Neal2016-06-172-49/+8
* bug 59170: remove or privatize deprecated methods in o.a.p.hwpf.usermodel.Ran...Javen O'Neal2016-06-171-81/+56
* remove deprecated o.a.p.hwpf.usermodel.Shapes (replaced by OfficeDrawing in P...Javen O'Neal2016-06-175-239/+0
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.ListEntry constructor and m...Javen O'Neal2016-06-171-13/+0
* bug 59170: remove deprecated WordExtractor constructor; add version when depr...Javen O'Neal2016-06-172-13/+42
* bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#clonePropertiesJaven O'Neal2016-06-171-13/+0
* bug 59170: add version when deprecatedJaven O'Neal2016-06-171-3/+5
* bug 59170: remove deprecated HSLF and HWPF methodsJaven O'Neal2016-06-177-67/+2
* bug 59170: remove deprecated o.a.p.hdgf.HDGFDiagram constructorJaven O'Neal2016-06-172-14/+0
* whitespace (3 spaces to tab)Javen O'Neal2016-06-172-18/+18
* bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator classJaven O'Neal2016-06-173-95/+2
* bug 59170: remove deprecated o.a.p.openxml4j.opc.internal.CnotentType#getPara...Javen O'Neal2016-06-161-6/+0
* bug 55385: deprecate Font.getBoldweight and Font.setBoldweightJaven O'Neal2016-06-164-5/+18
* add disabled unit test for bug 55273: contributed by Martin StuderJaven O'Neal2016-06-152-0/+18
* fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddressJaven O'Neal2016-06-151-2/+1
* bug 59170: remove deprecated XSSFExcelExtractor(String)Javen O'Neal2016-06-151-6/+0
* bug 59170: remove deprecated o.a.p.openxml4j.opc.PackageJaven O'Neal2016-06-153-101/+3
* bug 59170: remove deprecated XSSFFontFormatting#getXSSFColor that was depreca...Javen O'Neal2016-06-151-7/+0
* add @Override annotationsJaven O'Neal2016-06-151-0/+14
* whitespace (2 spaces or tabs to 4 spaces)Javen O'Neal2016-06-155-633/+634
* bug 59170: remove deprecated writeTo method in @Internal PAPBinTableJaven O'Neal2016-06-152-16/+4
* whitespace (2 spaces to 4 spaces)Javen O'Neal2016-06-151-130/+129
* remove deprecated constructor for @Internal PAPBinTableJaven O'Neal2016-06-151-15/+2
* update WriteAuthorAntTitle example to Java 1.6+Javen O'Neal2016-06-151-6/+3
* revert accidental commitJaven O'Neal2016-06-151-1/+1
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-1529-236/+33