summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-244-51/+57
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-242-17/+24
* common-crawl-regression-fix: fallback to higher template level for default fo...Andreas Beeker2016-06-241-26/+8
* #59746 XSSF support for files from certain alternate tools where the row XML ...Nick Burch2016-06-231-0/+10
* #59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...Andreas Beeker2016-06-231-2/+2
* sonar fixAndreas Beeker2016-06-221-17/+29
* javadoc fixes (jdk8)Andreas Beeker2016-06-225-16/+39
* XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro...Nick Burch2016-06-221-0/+3
* Fix inconsistent whitespace and indentsNick Burch2016-06-212-437/+437
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-212-17/+94
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-12/+29
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-4/+12
* bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...Javen O'Neal2016-06-201-7/+21
* bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...Javen O'Neal2016-06-202-81/+34
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-202-0/+12
* bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...Javen O'Neal2016-06-201-1/+3
* mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtilJaven O'Neal2016-06-201-1/+1
* findbugs fixesAndreas Beeker2016-06-201-1/+3
* bug 56958: slightly improve performance when checking array formulasJaven O'Neal2016-06-191-6/+8
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-192-10/+49
* update javadoc for clarification about non-literal listsJaven O'Neal2016-06-191-3/+1
* use fully qualified name for JavadocsJaven O'Neal2016-06-191-1/+1
* add unit test for bug 59719Javen O'Neal2016-06-191-1/+3
* bug 59719: parse static list text properly; patch from Greg WoolseyJaven O'Neal2016-06-191-8/+25
* #59702 - Setting background color in slide masterAndreas Beeker2016-06-187-400/+2418
* bug 59718: deprecate get/setBoldweight. Use get/setBoldJaven O'Neal2016-06-183-0/+42
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-20/+8
* bug 59432: move loop invariants outside the loop to marginally improve code e...Javen O'Neal2016-06-171-8/+8
* bug 56958: validate array formulas wasn't correctly checking for overlap with...Javen O'Neal2016-06-171-4/+1
* bug 59279: add Comment.equals and hashCode methodsJaven O'Neal2016-06-171-0/+15
* bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator classJaven O'Neal2016-06-172-73/+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-161-1/+4
* 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
* bug 57840: make it easier to replace _rows implementation (HashMap?) by makin...Javen O'Neal2016-06-151-4/+5
* bug 57840: add comments for explicit boxing performance optimizationJaven O'Neal2016-06-152-11/+23
* javadoc fixes (jdk8)Andreas Beeker2016-06-133-4/+62
* reverted changes of r1747942 and deprecated insteadAndreas Beeker2016-06-131-2/+2
* findbugs URF_UNREAD_FIELD: note that unread fields were commented out in r174...Javen O'Neal2016-06-132-3/+4
* findbugs: fix SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-06-131-0/+4
* findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD and UUF_UNUSED_FIELD warningsJaven O'Neal2016-06-131-1/+2
* findbugs: fix URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD warningsJaven O'Neal2016-06-131-1/+2
* findbugs: fix URF_UNREAD_FIELD warningsJaven O'Neal2016-06-132-3/+5
* javadocs fixesAndreas Beeker2016-06-125-26/+91
* sonar fixesAndreas Beeker2016-06-122-15/+27
* revert back to changes of bug 57840Andreas Beeker2016-06-121-5/+5
* findbugs fixesAndreas Beeker2016-06-127-11/+11