| Commit message (Expand) | Author | Age | Files | Lines |
* | Get theme and non-theme rows consistent in the test file | Nick Burch | 2015-08-09 | 3 | -20/+17 |
* | Begin Themes+Normal colour tests | Nick Burch | 2015-08-09 | 1 | -2/+59 |
* | Fix the themes test for the complex workbook | Nick Burch | 2015-08-09 | 1 | -9/+7 |
* | Added Siddharths ExcelComparator | Andreas Beeker | 2015-08-08 | 2 | -0/+1349 |
* | use woodstox property on all junit calls | Andreas Beeker | 2015-08-07 | 1 | -300/+296 |
* | add ASL header | Andreas Beeker | 2015-08-07 | 1 | -0/+16 |
* | #58205 - getSlideMasters() returns the master slides in the incorrect order | Andreas Beeker | 2015-08-07 | 2 | -18/+38 |
* | Make it a complete sentence. | David North | 2015-08-06 | 1 | -0/+2 |
* | Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i... | David North | 2015-08-06 | 2 | -1/+62 |
* | Proposed refactor for: | David North | 2015-08-06 | 1 | -8/+12 |
* | #57786 - XSLFFreeformShape ignores quadratic bezier curves | Andreas Beeker | 2015-08-05 | 1 | -2/+21 |
* | #58206 - provide a mechanism to find slide layouts by name | Andreas Beeker | 2015-08-05 | 3 | -11/+83 |
* | another try to fix the woodstox errors in the gump build | Andreas Beeker | 2015-08-05 | 1 | -1/+3 |
* | #58204 - STYLE: ShapeContainer interface makes internal getShapesList() redun... | Andreas Beeker | 2015-08-05 | 4 | -48/+44 |
* | NPE fix for text extraction from MSG files with only a short name | Nick Burch | 2015-08-05 | 3 | -3/+33 |
* | Test outlook msg files from bug #58214 | Nick Burch | 2015-08-05 | 2 | -0/+0 |
* | Stub next test | Nick Burch | 2015-08-04 | 1 | -4/+11 |
* | Use an enum to simplify the themes code and tests | Nick Burch | 2015-08-04 | 2 | -45/+53 |
* | Findbugs fixes for DMI_INVOKING_TOSTRING_ON_ARRAY | Andreas Beeker | 2015-08-04 | 12 | -98/+116 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 2 | -18/+28 |
* | move setting of xmlinputfactory from junit to gump-meta/poi.xml | Andreas Beeker | 2015-08-04 | 1 | -11/+11 |
* | Further XSSF Themes unit testing | Nick Burch | 2015-08-04 | 2 | -29/+111 |
* | Add more complex themes examples | Nick Burch | 2015-08-04 | 3 | -0/+0 |
* | Consistent indent between font and pattern CF formatting toString indent | Nick Burch | 2015-08-04 | 2 | -2/+2 |
* | FindBugs fixes - MS_SHOULD_BE_FINAL | Andreas Beeker | 2015-08-03 | 5 | -12/+12 |
* | Javadoc fixes | Andreas Beeker | 2015-08-03 | 3 | -10/+4 |
* | gump build fixing - move system properties tinkering into junit class | Andreas Beeker | 2015-08-03 | 2 | -35/+16 |
* | Trying to fix the wrong xmlinputfactory on gump run | Andreas Beeker | 2015-08-02 | 1 | -0/+19 |
* | #58190 - The current picture handling uses raw integers for types and index, ... | Andreas Beeker | 2015-08-02 | 35 | -676/+605 |
* | Maven uses plurals for everything *except* javadocs... #58203 | Nick Burch | 2015-08-01 | 1 | -1/+1 |
* | Use the same "is this a formula" logic for both getCellType and getCachedForm... | Nick Burch | 2015-08-01 | 1 | -5/+9 |
* | #58193 - Use input stream rather than byte array for checksum etc. | Andreas Beeker | 2015-08-01 | 3 | -15/+45 |
* | Fix XmlInputFactory error of gump build | Andreas Beeker | 2015-08-01 | 1 | -5/+22 |
* | Unit test for bug #57181 | Nick Burch | 2015-08-01 | 2 | -0/+9 |
* | Further unit tests for #55747 | Nick Burch | 2015-08-01 | 1 | -1/+22 |
* | Unit test for #55747 | Nick Burch | 2015-07-31 | 1 | -0/+31 |
* | Re-enable some SXSSF skipped tests, but not all, for our limited evaluation s... | Nick Burch | 2015-07-31 | 2 | -19/+9 |
* | Start re-enabling some SXSSF formula evaluation tests, with required fixes #5... | Nick Burch | 2015-07-31 | 4 | -52/+54 |
* | Refactor the core part of the XSSF Formula Evaluator, to make SXSSF overrides... | Nick Burch | 2015-07-31 | 3 | -187/+228 |
* | More helpful exception on the wrong cell type | Nick Burch | 2015-07-31 | 1 | -6/+6 |
* | Get basic SXSSF formula evaluation working, for cells/references in the windo... | Nick Burch | 2015-07-31 | 8 | -44/+89 |
* | Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua... | Nick Burch | 2015-07-31 | 4 | -323/+451 |
* | Remove a long-deprecated constructor | Nick Burch | 2015-07-31 | 1 | -11/+0 |
* | Fix inconsistent indents/whitespace | Nick Burch | 2015-07-31 | 1 | -221/+221 |
* | Prepare for SXSSF evaluation #58200 | Nick Burch | 2015-07-31 | 12 | -21/+312 |
* | Use Cell rather than HSSFCell cell type constants | Nick Burch | 2015-07-31 | 1 | -21/+21 |
* | #58200 Prepare for evaluating SXSSF cell formulas in limited cases | Nick Burch | 2015-07-31 | 7 | -48/+189 |
* | Use more specific return types in SXSSF, which avoids casts, and also fix som... | Nick Burch | 2015-07-31 | 4 | -25/+23 |
* | Have XSSF rich test strings report if they have formatting applied or not, an... | Nick Burch | 2015-07-31 | 4 | -6/+34 |
* | Avoid NPE in cleanup if NPOIFSFileSystem is opened on a locked File under Win... | Nick Burch | 2015-07-29 | 1 | -8/+9 |