| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Whitespace / indents | Nick Burch | 2016-07-20 | 2 | -350/+337 |
* | #57919 Add in-place and new-File write methods to POIDocument | Nick Burch | 2016-07-20 | 7 | -16/+67 |
* | Mark some more scratchpad document types as currently being read-only | Nick Burch | 2016-07-20 | 3 | -18/+14 |
* | Helper class for implementing extra write methods (#57919) for Scratchpad cla... | Nick Burch | 2016-07-20 | 2 | -7/+61 |
* | Prepare for pushing write() and write(File) to POIDocument | Nick Burch | 2016-07-20 | 2 | -22/+58 |
* | Sync the file-based "past-the-end" exception to match the stream one, so that... | Nick Burch | 2016-07-20 | 4 | -7/+28 |
* | Start on unit testing for HSSFWorkbook.write(File), bug in POIFS to fix first | Nick Burch | 2016-07-20 | 2 | -1/+37 |
* | #57919 Start on support for writing to a new File (faster than OutputStream) | Nick Burch | 2016-07-20 | 2 | -30/+83 |
* | add test case for bug 53564 | Javen O'Neal | 2016-07-19 | 1 | -0/+45 |
* | svn propset svn:mime-type application/vnd.openxmlformats-officedocument.sprea... | Javen O'Neal | 2016-07-19 | 0 | -0/+0 |
* | +svn:auto-props for common Microsoft Office files | Javen O'Neal | 2016-07-19 | 0 | -0/+0 |
* | bug 59881: fix D* functions for blank cells in headers in database; patch fro... | Javen O'Neal | 2016-07-19 | 2 | -0/+3 |
* | +svn:eol-style=native | Javen O'Neal | 2016-07-18 | 0 | -0/+0 |
* | bug 59881: fix spelling; patch from Patrick Zimmermann | Javen O'Neal | 2016-07-18 | 1 | -2/+2 |
* | 52122: Excel does not handle conditional formatting based on formula correctl... | Dominik Stadler | 2016-07-18 | 3 | -13/+124 |
* | Some warnings/improvements suggested by IntelliJ | Dominik Stadler | 2016-07-18 | 3 | -10/+8 |
* | 59106: WorkdayFunction does not read the area with holidays correctly to calc... | Dominik Stadler | 2016-07-17 | 3 | -1/+16 |
* | Adjust unused local variables to also make FindBugs happy | Dominik Stadler | 2016-07-17 | 4 | -15/+7 |
* | Fix one more place where stream were left open when an exception is thrown | Dominik Stadler | 2016-07-17 | 1 | -18/+20 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 19 | -161/+120 |
* | Enable reproducer test for bug 56880 after it was fixed. | Dominik Stadler | 2016-07-17 | 1 | -9/+10 |
* | Add commented reproducer for bug 57603 | Dominik Stadler | 2016-07-17 | 2 | -4/+8 |
* | only calculate getTextHeight if it will be used | Javen O'Neal | 2016-07-17 | 1 | -2/+4 |
* | reduce statement complexity in drawContent, also has fewer FLOPS | Javen O'Neal | 2016-07-17 | 1 | -10/+17 |
* | if ever combined, VerticalAlignment and HorizontalAlignment would likely end ... | Javen O'Neal | 2016-07-17 | 2 | -2/+4 |
* | bug 57919: add performance note to javadocs about using BufferedOutputStreams... | Javen O'Neal | 2016-07-17 | 4 | -1/+21 |
* | make instance variables final where possible | Javen O'Neal | 2016-07-17 | 1 | -3/+3 |
* | #57919 Provide an initial in-place write method for HSSFWorkbook | Nick Burch | 2016-07-17 | 3 | -1/+118 |
* | bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage fo... | Javen O'Neal | 2016-07-17 | 6 | -89/+183 |
* | bug 59170: remove deprecated TableSprmUncompressor#uncompressTAP(byte[] grppr... | Javen O'Neal | 2016-07-17 | 1 | -28/+0 |
* | bug 59170: fix compile error from r1753052 when removing deprecated TAP_TYPE ... | Javen O'Neal | 2016-07-17 | 1 | -3/+3 |
* | bug 58190: add unit tests for XMLSlideShow#addPicture and XMLSlideShow#findPi... | Javen O'Neal | 2016-07-17 | 1 | -0/+46 |
* | bug 59873: add @Internal and @Deprecated decorators to HyperlinkType enum | Javen O'Neal | 2016-07-17 | 2 | -0/+34 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 14 | -241/+287 |
* | close workbook to avoid resource leak | Javen O'Neal | 2016-07-17 | 1 | -2/+4 |
* | bug 59170: remove deprecated constants, make private variables final, whitespace | Javen O'Neal | 2016-07-17 | 1 | -16/+9 |
* | HexDump.writeHex is similar to Long#toHexString. Consider consolidating. | Javen O'Neal | 2016-07-17 | 1 | -0/+4 |
* | log on unsupported Sprm operation, save operand to variable to reduce duplica... | Javen O'Neal | 2016-07-17 | 1 | -48/+56 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-07-17 | 1 | -18/+18 |
* | HWPF SectionProperties implements Cloneable | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 58802: javadoc fix | Javen O'Neal | 2016-07-17 | 1 | -2/+2 |
* | bug 59873: javadoc fix | Javen O'Neal | 2016-07-17 | 3 | -5/+10 |
* | bug 59873: javadoc fix | Javen O'Neal | 2016-07-17 | 1 | -1/+1 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 9 | -37/+49 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 4 | -47/+49 |
* | Bug 58802: HWPF: Allow reading of footnote and endnote properties | Dominik Stadler | 2016-07-17 | 4 | -1/+209 |
* | Bug 59665: Using HSSFWorkbook#setSheetOrder to move sheets to the end corrupt... | Dominik Stadler | 2016-07-17 | 2 | -2/+16 |
* | bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum | Javen O'Neal | 2016-07-17 | 12 | -80/+276 |
* | whitespace | Javen O'Neal | 2016-07-17 | 1 | -7/+7 |