summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681802 13f79535-47bb-0310-9956-ffa450edef68
| * Remove a long-deprecated OPOIFS related methodNick Burch2015-05-261-10/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681801 13f79535-47bb-0310-9956-ffa450edef68
| * Fix warningsNick Burch2015-05-261-2/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681763 13f79535-47bb-0310-9956-ffa450edef68
| * Fix testing for NPOIFS zero-length stream writingNick Burch2015-05-263-8/+35
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681762 13f79535-47bb-0310-9956-ffa450edef68
| * Fix NPOIFS to handle dodgy excel-95 file from bug #46904Nick Burch2015-05-262-4/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681756 13f79535-47bb-0310-9956-ffa450edef68
| * More 0 byte stream testsNick Burch2015-05-264-5/+40
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681754 13f79535-47bb-0310-9956-ffa450edef68
| * Add verification unit test for bug 47169Dominik Stadler2015-05-201-1/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680657 13f79535-47bb-0310-9956-ffa450edef68
| * Apply fix reported in bug 47661 and add unit testsDominik Stadler2015-05-202-4/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680642 13f79535-47bb-0310-9956-ffa450edef68
| * Prevent problems reported in Bug 56574 by ensuring that Cells are properly ↵Dominik Stadler2015-05-194-3/+160
| | | | | | | | | | | | removed when a row is overwritten by calling createRow() with it's rownum. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680280 13f79535-47bb-0310-9956-ffa450edef68
| * Update to JaCoCo 0.7.4 and fix location of coverage data in build-outputDominik Stadler2015-05-191-3/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680228 13f79535-47bb-0310-9956-ffa450edef68
| * Let Eclipse add some more settings to the project filesDominik Stadler2015-05-191-0/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1680216 13f79535-47bb-0310-9956-ffa450edef68
| * Move location where document is held and adjust constructors and ↵Dominik Stadler2015-05-175-24/+18
| | | | | | | | | | | | class-hierarchy accordingly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1679903 13f79535-47bb-0310-9956-ffa450edef68
| * Adjust error message to have the same error across different types of ↵Dominik Stadler2015-05-123-5/+12
| | | | | | | | | | | | Workbook and revert test to check on common error message again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678874 13f79535-47bb-0310-9956-ffa450edef68
| * Fix unit test which asserts on actual error messageDominik Stadler2015-05-121-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678861 13f79535-47bb-0310-9956-ffa450edef68
| * Update documentation for POI 3.12Andreas Beeker2015-05-111-0/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678838 13f79535-47bb-0310-9956-ffa450edef68
| * Adjust intendationDominik Stadler2015-05-111-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678814 13f79535-47bb-0310-9956-ffa450edef68
| * Provide better exception if we would access out of bounds in arraycopy for ↵Dominik Stadler2015-05-111-1/+8
| | | | | | | | | | | | Escher properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678812 13f79535-47bb-0310-9956-ffa450edef68
| * Avoid possible NPE found via CommonCrawl filesDominik Stadler2015-05-114-13/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678811 13f79535-47bb-0310-9956-ffa450edef68
| * Add checks for invalid row number in RowRecord to find corrupted files earlierDominik Stadler2015-05-111-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678810 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-17/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678802 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1134-150/+220
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678801 13f79535-47bb-0310-9956-ffa450edef68
| * Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending ↵Nick Burch2015-05-112-496/+10
| | | | | | | | | | | | the final changeover for #56791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678790 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1115-92/+80
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678787 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-1110-64/+89
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678783 13f79535-47bb-0310-9956-ffa450edef68
| * Add a deep re-write NPOIFS testNick Burch2015-05-111-3/+33
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678781 13f79535-47bb-0310-9956-ffa450edef68
| * Correct zero byte entry support in NPOIFSNick Burch2015-05-112-3/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678778 13f79535-47bb-0310-9956-ffa450edef68
| * Disabled NPOIFS unit test - problem with 0 length entries discovered working ↵Nick Burch2015-05-111-0/+61
| | | | | | | | | | | | on #56791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678769 13f79535-47bb-0310-9956-ffa450edef68
| * More NPOIFS ministore testsNick Burch2015-05-111-0/+48
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678767 13f79535-47bb-0310-9956-ffa450edef68
| * Add a (disabled) failing unit test on heavily nested NPOIFS copies, found ↵Nick Burch2015-05-111-4/+50
| | | | | | | | | | | | working on #56791 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678764 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 Remove long-deprecated OPOIFS related methodsNick Burch2015-05-111-51/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678760 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 Default to NPOIFSNick Burch2015-05-111-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678759 13f79535-47bb-0310-9956-ffa450edef68
| * Begin making NPOIFS the default #56791Nick Burch2015-05-113-9/+624
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678677 13f79535-47bb-0310-9956-ffa450edef68
| * external unpinningAndreas Beeker2015-05-090-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678508 13f79535-47bb-0310-9956-ffa450edef68
| * external pinning for 3.12 (RC3)Andreas Beeker2015-05-090-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678498 13f79535-47bb-0310-9956-ffa450edef68
| * #57907 Fix DOAP syntax, and add missing final releasesNick Burch2015-05-081-0/+27
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678424 13f79535-47bb-0310-9956-ffa450edef68
| * Make source-build from a fresh repository work, compile-lib was not created.Dominik Stadler2015-05-081-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678322 13f79535-47bb-0310-9956-ffa450edef68
| * Refactor common default styles code to use the new helpersNick Burch2015-05-071-52/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678197 13f79535-47bb-0310-9956-ffa450edef68
| * Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-074-26/+65
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678193 13f79535-47bb-0310-9956-ffa450edef68
| * Fix inconsistent whitespace/indentsNick Burch2015-05-072-276/+275
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678188 13f79535-47bb-0310-9956-ffa450edef68
| * Start on XWPFStyles support for document default stylesNick Burch2015-05-075-13/+105
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678187 13f79535-47bb-0310-9956-ffa450edef68
| * Begin on test for going from xwpf text to styleNick Burch2015-05-072-4/+55
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678179 13f79535-47bb-0310-9956-ffa450edef68
| * Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributesAndreas Beeker2015-05-061-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678109 13f79535-47bb-0310-9956-ffa450edef68
| * unpin documentationAndreas Beeker2015-05-060-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678106 13f79535-47bb-0310-9956-ffa450edef68
| * tag 1678083 as 3.12-finalAndreas Beeker2015-05-060-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678087 13f79535-47bb-0310-9956-ffa450edef68
| * Try to fix flaky test by waiting for a switch of the second to ensure that ↵Dominik Stadler2015-05-061-1/+17
| | | | | | | | | | | | we have the same timestamps in the two workbooks that we compare byte-wise in this test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677950 13f79535-47bb-0310-9956-ffa450edef68
| * OOM fix for gump runAndreas Beeker2015-05-051-1/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677913 13f79535-47bb-0310-9956-ffa450edef68
| * POI-57889 prevent NPE with on some documents with XWPFParagraph's ↵Tim Allison2015-05-053-3/+121
| | | | | | | | | | | | getNumFmt() and add some other classes to enable calculation of paragraph numbers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677723 13f79535-47bb-0310-9956-ffa450edef68
| * removed because of late TIKA-1315 fixAndreas Beeker2015-05-040-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677684 13f79535-47bb-0310-9956-ffa450edef68
| * Release preparationAndreas Beeker2015-05-040-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677676 13f79535-47bb-0310-9956-ffa450edef68
| * Release preparationAndreas Beeker2015-05-041-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1677675 13f79535-47bb-0310-9956-ffa450edef68