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