| Commit message (Expand) | Author | Age | Files | Lines |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -4/+11 |
* | remove more uses of Character.toUpperCase | PJ Fanning | 2017-11-21 | 1 | -7/+3 |
* | Try to set java.io.tmpdir for tests to avoid the strange permission errors th... | Dominik Stadler | 2017-11-21 | 1 | -3/+10 |
* | Ensure that no old version of commons-codec is lingering around and causes ha... | Dominik Stadler | 2017-11-21 | 1 | -0/+1 |
* | Try if using a local temporary directory avoids the permission errors in unit... | Dominik Stadler | 2017-11-21 | 4 | -3/+8 |
* | [bug-61792] basic test | PJ Fanning | 2017-11-20 | 3 | -1/+26 |
* | [bug-61792] some changes to avoid iterating over chars of Strings | PJ Fanning | 2017-11-20 | 8 | -68/+42 |
* | upgrade to commons-codec 1.11 | PJ Fanning | 2017-11-20 | 3 | -4/+4 |
* | Handle case where the JaCoCo zip file is available, but the extracted files a... | Dominik Stadler | 2017-11-19 | 1 | -0/+3 |
* | javadocs and Quick page improvements for XSSF Header/Footer | Mark Murphy | 2017-11-19 | 8 | -13/+83 |
* | add Locale awareness to case insensitive conditional comparisons in formattin... | Greg Woolsey | 2017-11-16 | 1 | -4/+14 |
* | 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 | 11 | -49/+248 |
* | Fix setting a font-color if no previous color is defined for the font | Dominik Stadler | 2017-11-13 | 5 | -4/+83 |
* | 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 | 6 | -1/+273 |
* | +svn:eol-style native *.java | Javen O'Neal | 2017-11-12 | 0 | -0/+0 |
* | github #81: sheet names are case insensitive | Javen O'Neal | 2017-11-12 | 1 | -2/+2 |
* | 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 |
* | Some JavaDoc adjustments, typos, IntelliJ warnings | Dominik Stadler | 2017-11-08 | 7 | -18/+16 |
* | bug 61730: remove asSet function from unit test | Javen O'Neal | 2017-11-07 | 1 | -5/+1 |
* | bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s... | Javen O'Neal | 2017-11-07 | 2 | -27/+29 |
* | bug 61730: add javadoc | Javen O'Neal | 2017-11-07 | 1 | -0/+4 |
* | bug 61730: add iterator interface to CellRangeAddressBase for iterating over ... | Javen O'Neal | 2017-11-07 | 2 | -5/+131 |
* | bug 61727: make TestCellRangeUtil unit tests more explicit | Javen O'Neal | 2017-11-06 | 1 | -27/+34 |
* | Enhance unit-test to Verify that bug 58785 is already via via some other change | Dominik Stadler | 2017-11-06 | 1 | -9/+48 |
* | bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ... | Javen O'Neal | 2017-11-06 | 2 | -0/+70 |
* | Adjust some tests to properly close resources | Dominik Stadler | 2017-11-05 | 2 | -150/+137 |
* | Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ... | Dominik Stadler | 2017-11-05 | 6 | -69/+589 |
* | Add test-case which shows that bug 55814 is fixed already by other changes | Dominik Stadler | 2017-11-04 | 2 | -0/+33 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 7 | -147/+92 |
* | bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter | Javen O'Neal | 2017-11-04 | 2 | -86/+226 |
* | bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface | Javen O'Neal | 2017-11-04 | 3 | -24/+20 |
* | bug 61474, github #81: bump visibility of abstract methods in BaseRowColShift... | Javen O'Neal | 2017-11-04 | 1 | -3/+3 |
* | bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ... | Javen O'Neal | 2017-11-04 | 7 | -37/+41 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 5 | -172/+121 |
* | 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: fix ColumnShifter#removalNeeded to use columns instead... | Javen O'Neal | 2017-11-04 | 2 | -4/+16 |
* | bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ... | Javen O'Neal | 2017-11-04 | 9 | -66/+410 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 3 | -38/+48 |
* | bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co... | Javen O'Neal | 2017-11-04 | 2 | -53/+370 |
* | github-81: extract routines in HSSFRow#shiftRows | Javen O'Neal | 2017-11-04 | 1 | -37/+56 |
* | 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 | 5 | -3/+122 |