aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60
* bug 59804: @Removal(version="3.15") version should be parsed to make sure the...Javen O'Neal2017-02-241-0/+2
* add javadocsGreg Woolsey2017-02-211-1/+30
* Add null checkGreg Woolsey2017-02-211-1/+2
* BugFix for JDK-6623219Andreas Beeker2017-02-192-3/+42
* #60662 - Slide import delete unrecognized elements in group shapeAndreas Beeker2017-02-182-28/+87
* bug 60742: remove commented out debugging codeJaven O'Neal2017-02-171-7/+0
* bug 60742: Remove local test-code from test for bug 60512Dominik Stadler2017-02-171-5/+3
* bug 60742: write out to unit test TempFile rather than Unix-only /tmp/60512.x...Javen O'Neal2017-02-171-3/+7
* bug 59893: close open resources to prevent leaksJaven O'Neal2017-02-173-4/+18
* convert from junit3 to junit4Javen O'Neal2017-02-171-7/+11
* bug 59893: fix a few forgotten unrelated changesJaven O'Neal2017-02-172-2/+5
* bug 59893: more unrelated changes from AndiJaven O'Neal2017-02-172-26/+42
* bug 59893: commit the changes from attachment 34068 that were unrelated to av...Javen O'Neal2017-02-1716-99/+167
* OLD_FILES, EXPECTED_FAILURES, and IGNORED do not need to be modified when exe...Javen O'Neal2017-02-161-3/+6
* test-integration: replace redundant static { EXPECTED_FAILURES.add(...) } wit...Javen O'Neal2017-02-161-89/+90
* a new test file needed to be added to the list of sheet clone expected errors.Greg Woolsey2017-02-151-0/+1
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-2/+1
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-144-162/+262
* Change logic to avoid a 1.6 compiler bug that doesn't properly handle generic...Greg Woolsey2017-02-141-4/+6
* Fix accidental call to a method added in Java 7, which for some reason Eclips...Greg Woolsey2017-02-141-2/+2
* Expose Priority from newer-style HSSF CF rulesNick Burch2017-02-143-5/+19
* Ugh, that's what I get for copying someone else's code without fully reviewin...Greg Woolsey2017-02-141-1/+1
* Expose another common property, strikeout.Greg Woolsey2017-02-142-0/+19
* Add licenseGreg Woolsey2017-02-141-0/+17
* Javadoc fixesNick Burch2017-02-143-23/+13
* Javadoc fixesNick Burch2017-02-142-6/+6
* Metro shapes: integration test regression on empty paragraphsAndreas Beeker2017-02-141-3/+7
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-1318-41/+2286
* Generics fix for metro shapesAndreas Beeker2017-02-132-3/+3
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-132-3/+20
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-126-123/+291
* #60715 - Blank layout was not foundAndreas Beeker2017-02-112-36/+60
* escape unicode charsAndreas Beeker2017-02-111-6/+6
* SonarQube fixes and removed redundant logger level checks, for simple String ...Andreas Beeker2017-02-112-851/+411
* Add a possible future TODONick Burch2017-02-101-0/+5
* Use long for the dummy stream, to permit >2gb streamsNick Burch2017-02-101-8/+17
* If a property refers to an invalid index, log + ignore rather than failing wi...Nick Burch2017-02-101-2/+18
* Update the big file test to use POIFSFileSystem.create(File), and tweak javadocsNick Burch2017-02-102-16/+6
* Start on a unit test for #60670, work required to get it passingNick Burch2017-02-091-0/+137
* Unit test comment for possible future expansionNick Burch2017-02-091-0/+6
* bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerti...Javen O'Neal2017-02-081-3/+6
* bug 59030: convert to junit4; whitespaceJaven O'Neal2017-02-081-16/+21
* Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return ...Javen O'Neal2017-02-081-5/+0
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ...Javen O'Neal2017-02-082-2/+39
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-08502-89558/+89558
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-082-17/+48
* +svn:eol-style nativeJaven O'Neal2017-02-081-24/+24
* #60625 - Rendering issue with background and shape overlayed by imageAndreas Beeker2017-02-0847-763/+1204
* #60626 - ArrayIndexOutOfBoundsException in EvilUnclosedBRFixingInputStreamAndreas Beeker2017-02-085-274/+333