summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use a different arbitrary value for the ID of the comment shape type. This ap...David North2015-06-032-3/+4
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-012-10/+46
* Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ...Nick Burch2015-05-312-7/+99
* Add missing license headerDominik Stadler2015-05-311-0/+18
* Bug 57904: Add full source build from dist-packages to CI buildsDominik Stadler2015-05-311-0/+45
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2984-6306/+6485
* 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