aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 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-151-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
* bug 59170: remove deprecated methodsJaven O'Neal2016-06-1528-235/+32
* bug 57840: make it easier to replace _rows implementation (HashMap?) by makin...Javen O'Neal2016-06-151-4/+5
* 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
* bug 57840: add comments for explicit boxing performance optimizationJaven O'Neal2016-06-152-11/+23
* remove RegionUtil referenceJaven O'Neal2016-06-141-3/+0
* javadoc fixes (jdk8)Andreas Beeker2016-06-1351-228/+199
* reverted changes of r1747942 and deprecated insteadAndreas Beeker2016-06-138-16/+31
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-132-113/+1
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-133-1760/+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 useless unit test for o.a.p.ss.util.RegionUtilJaven O'Neal2016-06-131-0/+88
* add periods for complete sentencesJaven O'Neal2016-06-131-23/+23
* Javadoc fixesNick Burch2016-06-131-5/+5
* Javadoc fixes - @see and @link can't be combined together, at least not in Ja...Nick Burch2016-06-131-31/+37
* improve unit test coverage on CellReference.Javen O'Neal2016-06-132-16/+104
* fix accidental infinite recursionJaven O'Neal2016-06-131-1/+1