| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -1/+2 |
* | 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 |
* | FindBugs - DLS_DEAD_LOCAL_STORE | Andreas Beeker | 2015-08-15 | 1 | -2/+7 |
* | #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 |
* | Pull out indexes from the switch statement to constants, and fix warnings | Nick Burch | 2015-08-04 | 1 | -5/+2 |
* | Further XSSF Themes unit testing | Nick Burch | 2015-08-04 | 1 | -0/+8 |
* | Use the same "is this a formula" logic for both getCellType and getCachedForm... | Nick Burch | 2015-08-01 | 1 | -5/+9 |
* | 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 | 3 | -6/+14 |
* | Push most of the common logic from XSSFEvaluationWorkbook into BaseXSSFEvalua... | Nick Burch | 2015-07-31 | 2 | -321/+350 |
* | 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 | 3 | -10/+15 |
* | #58200 Prepare for evaluating SXSSF cell formulas in limited cases | Nick Burch | 2015-07-31 | 2 | -16/+18 |
* | 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 | 1 | -3/+5 |
* | 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 |
* | Cleaner code for checking and casting the Color objects | Nick Burch | 2015-07-14 | 3 | -13/+10 |
* | Provide format-agnostic conditional formatting patter colour getters and setters | Nick Burch | 2015-07-14 | 1 | -16/+45 |
* | Provide format-agnostic conditional formatting font colour getter and setter | Nick Burch | 2015-07-14 | 2 | -7/+22 |
* | Constant for the Office 2010 Conditional Formatting extensions namespace | Nick Burch | 2015-07-14 | 1 | -1/+4 |
* | Move some test checks to using ConditionType instead of raw bytes | Nick Burch | 2015-07-13 | 1 | -1/+3 |
* | Enable CF2007 test for XLSX too | Nick Burch | 2015-07-13 | 1 | -0/+4 |
* | Provide a Conditional Formatting type class, and deprecate the byte-based typ... | Nick Burch | 2015-07-13 | 1 | -6/+37 |
* | Add Sheet.getMergedRegions to obtain them all as a list. Implement this for X... | David North | 2015-07-13 | 1 | -0/+25 |