aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed...Tim Allison2015-05-281-15/+9
* Correct packageNick Burch2015-05-282-2/+2
* Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co...Nick Burch2015-05-284-41/+65
* #57963 Move the WP and SL interface definitions to core from scratchpad, so t...Nick Burch2015-05-2824-0/+0
* #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, t...Nick Burch2015-05-271-3/+20
* Fix inconsistent indentsNick Burch2015-05-271-17/+17
* Add WorkbookFactory.create() with a flag to allow to open files read-only, ke...Dominik Stadler2015-05-262-40/+129
* Make POIXMLDocument implement Closeable as it holds an OCPPackage with open r...Dominik Stadler2015-05-263-18/+12
* Add ignore - file has no content streamsNick Burch2015-05-261-0/+1
* #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-263-13/+18
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-9/+9
* Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-2/+2
* Remove a long-deprecated OPOIFS related methodNick Burch2015-05-261-10/+0
* Fix warningsNick Burch2015-05-261-2/+10
* Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-263-8/+35
* Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-262-4/+1
* More 0 byte stream testsNick Burch2015-05-263-5/+40
* Add verification unit test for bug 47169Dominik Stadler2015-05-201-1/+10
* Apply fix reported in bug 47661 and add unit testsDominik Stadler2015-05-202-4/+22
* Prevent problems reported in Bug 56574 by ensuring that Cells are properly re...Dominik Stadler2015-05-193-3/+160
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-175-24/+18
* Adjust error message to have the same error across different types of Workboo...Dominik Stadler2015-05-123-5/+12
* Fix unit test which asserts on actual error messageDominik Stadler2015-05-121-1/+2
* Adjust intendationDominik Stadler2015-05-111-4/+4
* Provide better exception if we would access out of bounds in arraycopy for Es...Dominik Stadler2015-05-111-1/+8
* Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-113-13/+18
* Add checks for invalid row number in RowRecord to find corrupted files earlierDominik Stadler2015-05-111-0/+6
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-17/+9
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1134-150/+220
* Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending t...Nick Burch2015-05-112-496/+10
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1115-92/+80
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1110-64/+89
* Add a deep re-write NPOIFS testNick Burch2015-05-111-3/+33
* Correct zero byte entry support in NPOIFSNick Burch2015-05-112-3/+6
* Disabled NPOIFS unit test - problem with 0 length entries discovered working ...Nick Burch2015-05-111-0/+61
* More NPOIFS ministore testsNick Burch2015-05-111-0/+48
* Add a (disabled) failing unit test on heavily nested NPOIFS copies, found wor...Nick Burch2015-05-111-4/+50
* #56791 Remove long-deprecated OPOIFS related methodsNick Burch2015-05-111-51/+0
* #56791 Default to NPOIFSNick Burch2015-05-111-1/+1
* Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
* Refactor common default styles code to use the new helpersNick Burch2015-05-071-52/+17
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-074-26/+65
* Fix inconsistent whitespace/indentsNick Burch2015-05-072-276/+275
* Start on XWPFStyles support for document default stylesNick Burch2015-05-075-13/+105
* Begin on test for going from xwpf text to styleNick Burch2015-05-072-4/+55
* Try to fix flaky test by waiting for a switch of the second to ensure that we...Dominik Stadler2015-05-061-1/+17
* OOM fix for gump runAndreas Beeker2015-05-051-1/+13
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-052-3/+121
* Fix inconsistent whitespaceNick Burch2015-05-041-127/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-045-17/+93