aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get theme and non-theme rows consistent in the test fileNick Burch2015-08-093-20/+17
* Begin Themes+Normal colour testsNick Burch2015-08-091-2/+59
* Fix the themes test for the complex workbookNick Burch2015-08-091-9/+7
* Added Siddharths ExcelComparatorAndreas Beeker2015-08-082-0/+1349
* use woodstox property on all junit callsAndreas Beeker2015-08-071-300/+296
* add ASL headerAndreas Beeker2015-08-071-0/+16
* #58205 - getSlideMasters() returns the master slides in the incorrect orderAndreas Beeker2015-08-072-18/+38
* Make it a complete sentence.David North2015-08-061-0/+2
* Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i...David North2015-08-062-1/+62
* Proposed refactor for:David North2015-08-061-8/+12
* #57786 - XSLFFreeformShape ignores quadratic bezier curvesAndreas Beeker2015-08-051-2/+21
* #58206 - provide a mechanism to find slide layouts by nameAndreas Beeker2015-08-053-11/+83
* another try to fix the woodstox errors in the gump buildAndreas Beeker2015-08-051-1/+3
* #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun...Andreas Beeker2015-08-054-48/+44
* NPE fix for text extraction from MSG files with only a short nameNick Burch2015-08-053-3/+33
* Test outlook msg files from bug #58214Nick Burch2015-08-052-0/+0
* Stub next testNick Burch2015-08-041-4/+11
* Use an enum to simplify the themes code and testsNick Burch2015-08-042-45/+53
* Findbugs fixes for DMI_INVOKING_TOSTRING_ON_ARRAYAndreas Beeker2015-08-0412-98/+116
* Pull out indexes from the switch statement to constants, and fix warningsNick Burch2015-08-042-18/+28
* move setting of xmlinputfactory from junit to gump-meta/poi.xmlAndreas Beeker2015-08-041-11/+11
* Further XSSF Themes unit testingNick Burch2015-08-042-29/+111
* Add more complex themes examplesNick Burch2015-08-043-0/+0
* Consistent indent between font and pattern CF formatting toString indentNick Burch2015-08-042-2/+2
* FindBugs fixes - MS_SHOULD_BE_FINALAndreas Beeker2015-08-035-12/+12
* Javadoc fixesAndreas Beeker2015-08-033-10/+4
* gump build fixing - move system properties tinkering into junit classAndreas Beeker2015-08-032-35/+16
* Trying to fix the wrong xmlinputfactory on gump runAndreas Beeker2015-08-021-0/+19
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-0235-676/+605
* Maven uses plurals for everything *except* javadocs... #58203Nick Burch2015-08-011-1/+1
* Use the same "is this a formula" logic for both getCellType and getCachedForm...Nick Burch2015-08-011-5/+9
* #58193 - Use input stream rather than byte array for checksum etc.Andreas Beeker2015-08-013-15/+45
* Fix XmlInputFactory error of gump buildAndreas Beeker2015-08-011-5/+22
* Unit test for bug #57181Nick Burch2015-08-012-0/+9
* Further unit tests for #55747Nick Burch2015-08-011-1/+22
* Unit test for #55747Nick Burch2015-07-311-0/+31
* Re-enable some SXSSF skipped tests, but not all, for our limited evaluation s...Nick Burch2015-07-312-19/+9
* Start re-enabling some SXSSF formula evaluation tests, with required fixes #5...Nick Burch2015-07-314-52/+54
* Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides...Nick Burch2015-07-313-187/+228
* More helpful exception on the wrong cell typeNick Burch2015-07-311-6/+6
* Get basic SXSSF formula evaluation working, for cells/references in the windo...Nick Burch2015-07-318-44/+89
* Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua...Nick Burch2015-07-314-323/+451
* Remove a long-deprecated constructorNick Burch2015-07-311-11/+0
* Fix inconsistent indents/whitespaceNick Burch2015-07-311-221/+221
* Prepare for SXSSF evaluation #58200Nick Burch2015-07-3112-21/+312
* Use Cell rather than HSSFCell cell type constantsNick Burch2015-07-311-21/+21
* #58200 Prepare for evaluating SXSSF cell formulas in limited casesNick Burch2015-07-317-48/+189
* Use more specific return types in SXSSF, which avoids casts, and also fix som...Nick Burch2015-07-314-25/+23
* Have XSSF rich test strings report if they have formatting applied or not, an...Nick Burch2015-07-314-6/+34
* Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win...Nick Burch2015-07-291-8/+9