summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Jenkins DSL: Use latest JDK 1.9 pre-build and exclude some more slaves for th...Dominik Stadler2017-02-151-2/+2
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-2/+1
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-145-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
* use Ant 1.9.9 explicitly, since Ant (latest) is now 1.10.1 which requires Jav...Greg Woolsey2017-02-141-1/+1
* Add licenseGreg Woolsey2017-02-141-0/+17
* Javadoc fixesNick Burch2017-02-143-23/+13
* Javadoc fixesNick Burch2017-02-142-6/+6
* disable more H?? slavesAndreas Beeker2017-02-141-2/+3
* Metro shapes: integration test regression on empty paragraphsAndreas Beeker2017-02-141-3/+7
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-1321-41/+2286
* Generics fix for metro shapesAndreas Beeker2017-02-132-3/+3
* remove H24 and ubuntu-4 slaves for all buildsAndreas Beeker2017-02-131-5/+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
* java-6-openjdk-amd64 is not installed on H24Andreas Beeker2017-02-121-1/+1
* #60715 - Blank layout was not foundAndreas Beeker2017-02-113-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: set charset to UTF-8 to avoid editor problemsJaven O'Neal2017-02-080-0/+0
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ...Javen O'Neal2017-02-083-3/+40
* target version 3.16-beta3Javen O'Neal2017-02-081-1/+1
* 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-083-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