| Commit message (Expand) | Author | Age | Files | Lines |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -1/+3 |
* | [bug-61792] basic test | PJ Fanning | 2017-11-20 | 2 | -1/+22 |
* | [bug-61792] some changes to avoid iterating over chars of Strings | PJ Fanning | 2017-11-20 | 1 | -21/+12 |
* | javadocs and Quick page improvements for XSSF Header/Footer | Mark Murphy | 2017-11-19 | 8 | -13/+83 |
* | ignore a unit test that snuck in. It was created to investigate an open bug ... | Greg Woolsey | 2017-11-15 | 1 | -0/+1 |
* | Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some... | Greg Woolsey | 2017-11-15 | 3 | -0/+76 |
* | Fix setting a font-color if no previous color is defined for the font | Dominik Stadler | 2017-11-13 | 4 | -3/+82 |
* | Fix tests | Dominik Stadler | 2017-11-13 | 1 | -9/+2 |
* | bug 61745: remove String#toString() usage found by forbidden apis check | Javen O'Neal | 2017-11-13 | 1 | -4/+4 |
* | bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ... | Javen O'Neal | 2017-11-12 | 5 | -1/+273 |
* | XWPFTable#getRows() should return an unmodifiable list unless the method can ... | Javen O'Neal | 2017-11-12 | 1 | -1/+2 |
* | make tableRows final; initialize where defined rather than in constructor. | Javen O'Neal | 2017-11-12 | 1 | -3/+1 |
* | deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented... | Javen O'Neal | 2017-11-12 | 1 | -1/+12 |
* | Surface XSSF Header/Footer Attributes (60887) | Mark Murphy | 2017-11-11 | 19 | -115/+918 |
* | Enhance unit-test to Verify that bug 58785 is already via via some other change | Dominik Stadler | 2017-11-06 | 1 | -9/+48 |
* | Add test-case which shows that bug 55814 is fixed already by other changes | Dominik Stadler | 2017-11-04 | 1 | -0/+33 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 2 | -34/+33 |
* | bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ... | Javen O'Neal | 2017-11-04 | 3 | -3/+13 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 3 | -160/+118 |
* | bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -59/+67 |
* | bug 61474, github #81: implement updateNamedRanges for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -15/+22 |
* | bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ... | Javen O'Neal | 2017-11-04 | 3 | -39/+145 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 1 | -25/+30 |
* | rename ambiguous variable name shifter -> formulaShifter | Javen O'Neal | 2017-11-04 | 1 | -2/+2 |
* | whitespace | Javen O'Neal | 2017-11-04 | 1 | -12/+12 |
* | #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does | Andreas Beeker | 2017-11-02 | 2 | -0/+101 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 17 | -344/+343 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 7 | -17/+40 |
* | consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() | Javen O'Neal | 2017-10-31 | 1 | -21/+11 |
* | bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:... | Javen O'Neal | 2017-10-26 | 1 | -1/+1 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (bug ... | Javen O'Neal | 2017-10-25 | 1 | -23/+31 |
* | bug 61630: revert r1813240, which failed the integration test with org.apache... | Javen O'Neal | 2017-10-24 | 1 | -25/+22 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (comm... | Javen O'Neal | 2017-10-24 | 1 | -22/+25 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 2 | -38/+1 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 1 | -0/+3 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 1 | -95/+30 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 3 | -104/+54 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 2 | -128/+75 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 4 | -5/+5 |
* | Add getter/setter for ReadingOrder to XSSF, closes issue #73 | Dominik Stadler | 2017-10-18 | 3 | -1/+62 |
* | bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ... | Javen O'Neal | 2017-10-18 | 1 | -16/+18 |
* | fix compile error | Javen O'Neal | 2017-10-18 | 1 | -1/+2 |
* | cleanup for r1812475: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -4/+5 |
* | cleanup for r1812476: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -2/+2 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 10 | -14/+14 |
* | prefer literal.equals(variable) over variable.equals(literal) | Javen O'Neal | 2017-10-18 | 1 | -22/+18 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FOR... | Javen O'Neal | 2017-10-18 | 1 | -6/+2 |
* | fix typo | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | string.equals("") -> string.isEmpty() or "".equals(string) | Javen O'Neal | 2017-10-18 | 7 | -21/+24 |