| Commit message (Expand) | Author | Age | Files | Lines |
* | forbidden apis fixes - a few DateFormat clean ups ... | Andreas Beeker | 2015-09-09 | 3 | -2/+8 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 3 | -3/+6 |
* | Bug 58315: Avoid NPE for RichTextString without font-details | Dominik Stadler | 2015-09-05 | 1 | -0/+5 |
* | Eclipse warnings, close resources in CommandLineTextExtractor, add try/finall... | Dominik Stadler | 2015-09-03 | 1 | -2/+2 |
* | Fix bug 53275: reset indexed color flag when setting a non-indexed color | Dominik Stadler | 2015-09-03 | 1 | -0/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -1/+3 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -4/+5 |
* | Javadoc tweak | Nick Burch | 2015-08-24 | 1 | -2/+2 |
* | Eclipse warnings, code formatting, missing @Overrides, Javadoc, missing close... | Dominik Stadler | 2015-08-20 | 1 | -14/+72 |
* | POI Bug 58260: Fix checks for limit on number of styles in XSSF/SXSSF and fix... | Dominik Stadler | 2015-08-19 | 2 | -3/+9 |
* | Improve ReadOnlySharedStringsTable to cope gracefully with an empty SST part. | David North | 2015-08-19 | 1 | -7/+9 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 1 | -2/+7 |
* | findbugs - DM_NUMBER_CTOR | Andreas Beeker | 2015-08-13 | 1 | -4/+4 |
* | #58220 - Improve the javadocs for XSSFFont and Font getFontHeight methods | Nick Burch | 2015-08-12 | 1 | -10/+28 |
* | Example to go with refactor for https://bz.apache.org/bugzilla/show_bug.cgi?i... | David North | 2015-08-06 | 1 | -1/+5 |
* | Proposed refactor for: | David North | 2015-08-06 | 1 | -8/+12 |
* | Use an enum to simplify the themes code and tests | Nick Burch | 2015-08-04 | 1 | -25/+38 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 2 | -18/+28 |
* | Further XSSF Themes unit testing | Nick Burch | 2015-08-04 | 1 | -0/+8 |
* | FindBugs fixes - MS_SHOULD_BE_FINAL | Andreas Beeker | 2015-08-03 | 1 | -5/+5 |
* | Use the same "is this a formula" logic for both getCellType and getCachedForm... | Nick Burch | 2015-08-01 | 1 | -5/+9 |
* | Start re-enabling some SXSSF formula evaluation tests, with required fixes #5... | Nick Burch | 2015-07-31 | 3 | -6/+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 | 7 | -28/+74 |
* | 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 | 8 | -18/+135 |
* | #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 | 3 | -6/+23 |
* | Bug 57571, Bug 58175: Fix creating comments for XSSF/SXSSF, regression was in... | Dominik Stadler | 2015-07-24 | 1 | -0/+16 |
* | Allow creating of an empty Themes Table on request | Nick Burch | 2015-07-22 | 3 | -4/+61 |
* | Javadoc fixes | Nick Burch | 2015-07-21 | 1 | -1/+1 |
* | Fix inconsistent whitespace/indents | Nick Burch | 2015-07-20 | 1 | -36/+36 |
* | #58130 CF DataBar example and tests | Nick Burch | 2015-07-20 | 1 | -0/+4 |
* | #58130 CF DataBar support | Nick Burch | 2015-07-20 | 3 | -1/+126 |
* | #58130 Begin CF DataBar support | Nick Burch | 2015-07-20 | 1 | -16/+18 |
* | #58130 Support for creating CF Color Scale Formattings | Nick Burch | 2015-07-20 | 1 | -1/+35 |
* | Move some of the XSSF Color logic to a base class, so that the HSSF Extended ... | Nick Burch | 2015-07-20 | 1 | -72/+57 |
* | #58130 Enable CF ColorScale support on the rule, and begin testing | Nick Burch | 2015-07-19 | 1 | -4/+33 |
* | XSSF color scale CF objects | Nick Burch | 2015-07-19 | 2 | -0/+107 |
* | #58130 Mostly there with CF Icon sets | Nick Burch | 2015-07-18 | 2 | -7/+28 |
* | Start on XSSF CF Iconset for #58130 | Nick Burch | 2015-07-17 | 3 | -35/+115 |
* | XSSF CF thresholds | Nick Burch | 2015-07-17 | 2 | -5/+89 |
* | #58130 more progress towards supporting other CF types | Nick Burch | 2015-07-17 | 2 | -0/+37 |
* | Start checking the CF colours in the unit tests | Nick Burch | 2015-07-14 | 1 | -4/+1 |
* | #58138 CF Border colour getters and setters on Color objects as well as shorts | Nick Burch | 2015-07-14 | 1 | -45/+126 |
* | Support unsetting the XSSF CF pattern colours | Nick Burch | 2015-07-14 | 1 | -6/+16 |