aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* don't shadow drawing field from XSSFShape in XSSFGraphicFrameJaven O'Neal2016-07-021-3/+1
* findbugs: remove implements Cloneable declaration from classes that don't imp...Javen O'Neal2016-07-021-1/+1
* enable @Ignored unit test that is passing nowJaven O'Neal2016-07-021-2/+0
* findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...Javen O'Neal2016-07-021-2/+20
* +svn:eol-style=nativeJaven O'Neal2016-07-021-646/+646
* sonar fixesAndreas Beeker2016-07-011-13/+13
* bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...Javen O'Neal2016-07-011-1/+1
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-301-2/+3
* #59766 Need to catch Errors as well when trying to tweak SAX stuffNick Burch2016-06-271-0/+2
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-246-70/+76
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-243-47/+66
* 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-232-1/+13
* Disabled unit test for bug #59746, test file from Rob OwenNick Burch2016-06-231-0/+15
* #59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...Andreas Beeker2016-06-232-9/+63
* 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-222-0/+18
* Fix inconsistent whitespace and indentsNick Burch2016-06-213-538/+537
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-213-17/+130
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-12/+29
* remove an unnecessary rowJaven O'Neal2016-06-201-1/+1
* bug 59733: cells do not need to be created for the XmlValueDisconnectedExcept...Javen O'Neal2016-06-201-4/+4
* bug 59733: add disabled unit test from DattathreyaJaven O'Neal2016-06-201-0/+30
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-4/+12
* bug 57523: off by one errorJaven O'Neal2016-06-201-1/+1
* bug 57523: add unit test written by Dominik StadlerJaven O'Neal2016-06-201-0/+15
* bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...Javen O'Neal2016-06-202-15/+53
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-103/+103
* 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-192-1/+51
* 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-1812-498/+2552
* 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-182-21/+9
* 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-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-162-2/+5
* add disabled unit test for bug 55273: contributed by Martin StuderJaven O'Neal2016-06-151-0/+18