aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing close(), reduce output in unit tests and remove some other ↵Dominik Stadler2015-07-074-15/+33
| | | | | | Eclipse warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689590 13f79535-47bb-0310-9956-ffa450edef68
* Allow Eclipse to add some additional compiler warning settings added by ↵Dominik Stadler2015-07-071-0/+4
| | | | | | newer Eclipse versions, mostly Java 8 so not overly useful for us currently anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689589 13f79535-47bb-0310-9956-ffa450edef68
* When writing the mini-stream, set the size of it on the root property #58061Nick Burch2015-07-064-5/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689505 13f79535-47bb-0310-9956-ffa450edef68
* Helper method to report the number of blocks used in a BATNick Burch2015-07-062-2/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1689504 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57744: Fix parsing the email submission data when id contains a hyphenDominik Stadler2015-07-035-4/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688998 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57678: Apply patch to better handle years in mail-messages between 1980 ↵Dominik Stadler2015-07-036-4/+74
| | | | | | and 1999. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688993 13f79535-47bb-0310-9956-ffa450edef68
* Fix OPOIFS generics warningsNick Burch2015-07-026-47/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688920 13f79535-47bb-0310-9956-ffa450edef68
* To better match OPOIFS, pad to the end of a block with 0xFF/-1Nick Burch2015-07-012-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688543 13f79535-47bb-0310-9956-ffa450edef68
* More NPOIFS ministream testsNick Burch2015-06-302-3/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688534 13f79535-47bb-0310-9956-ffa450edef68
* Allow optional dumping of the raw ministream as wellNick Burch2015-06-301-11/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688533 13f79535-47bb-0310-9956-ffa450edef68
* Revert to state before running unit-tests to not have arbitrary test-changes ↵Dominik Stadler2015-06-291-0/+0
| | | | | | applied to the sample file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688095 13f79535-47bb-0310-9956-ffa450edef68
* Support optionally dumping the properties streamNick Burch2015-06-291-4/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688091 13f79535-47bb-0310-9956-ffa450edef68
* Open file read-only in test to avoid making it dirty during running unit testsDominik Stadler2015-06-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688045 13f79535-47bb-0310-9956-ffa450edef68
* Put the properties table at block 0, with the first BAT at block 1, to ↵Nick Burch2015-06-284-142/+140
| | | | | | hopefully solve #58061 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688038 13f79535-47bb-0310-9956-ffa450edef68
* Print mini stream information, and property entriesNick Burch2015-06-281-5/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688037 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent whitespaceNick Burch2015-06-281-134/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688031 13f79535-47bb-0310-9956-ffa450edef68
* Refactor the small block reader creation, so that POIFSHeaderDumper can dump ↵Nick Burch2015-06-283-21/+93
| | | | | | the sbat structure too git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1688030 13f79535-47bb-0310-9956-ffa450edef68
* Bug 54332 - WMF extraction failing in Tika for older PowerPoint FilesAndreas Beeker2015-06-2413-51/+199
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687398 13f79535-47bb-0310-9956-ffa450edef68
* Fix test to find the exception-text in all casesDominik Stadler2015-06-241-16/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687212 13f79535-47bb-0310-9956-ffa450edef68
* show full exception stack-trace if zip-bomb detection test failsDominik Stadler2015-06-241-5/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687197 13f79535-47bb-0310-9956-ffa450edef68
* Removed Java7 callsAndreas Beeker2015-06-241-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687176 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-2311-50/+427
| | | | | | Bug 50090 - 'zip' bomb prevention git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687148 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58069 - Biff8RC4 xorShort returns wrong value for unsigned shortsAndreas Beeker2015-06-232-5/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1687146 13f79535-47bb-0310-9956-ffa450edef68
* Add public key of Dominik Stadler (centic)Dominik Stadler2015-06-221-1/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686929 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58040 - Log ForgingAndreas Beeker2015-06-216-1043/+184
| | | | | | and marked POILogger/POILogFactory internal git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686748 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57923: Fix check for tokens in NameRecord.getExternSheetNumber() to ↵Dominik Stadler2015-06-212-8/+36
| | | | | | avoid ArrayOutOfBoundsException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686689 13f79535-47bb-0310-9956-ffa450edef68
* fixed javadoc links after imports have been organizedAndreas Beeker2015-06-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686636 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-205-88/+203
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686610 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56420: Fix possible NullPointerException when empty cell is included in ↵Dominik Stadler2015-06-203-2/+17
| | | | | | Sumif calculation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686564 13f79535-47bb-0310-9956-ffa450edef68
* Comment out writing to file in c:/temp which breaks the build nowDominik Stadler2015-06-171-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686106 13f79535-47bb-0310-9956-ffa450edef68
* Move more tests into base class and add a TestSXSSFBugs class to verify some ↵Dominik Stadler2015-06-174-145/+367
| | | | | | things that are supported against SXSSFWorkbook as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686035 13f79535-47bb-0310-9956-ffa450edef68
* Make setLandscape(false) and setLeftToRight(false) do what one would expectDominik Stadler2015-06-172-6/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1686019 13f79535-47bb-0310-9956-ffa450edef68
* Add settings for the Eclipse plugin "moreunit"Dominik Stadler2015-06-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685939 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57963: Add a task to the integration-test build which verifies that most ↵Dominik Stadler2015-06-161-3/+85
| | | | | | examples can be built without scratchpad.jar git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685705 13f79535-47bb-0310-9956-ffa450edef68
* remove some older jacoco jars from the lib-directories to avoid loading ↵Dominik Stadler2015-06-161-0/+3
| | | | | | outdated 3rd party code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685702 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace seems to be confusing the license header check; try pasting one ↵David North2015-06-151-18/+16
| | | | | | off another file. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685523 13f79535-47bb-0310-9956-ffa450edef68
* One more file with missing license headerDominik Stadler2015-06-151-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685522 13f79535-47bb-0310-9956-ffa450edef68
* add missing license headerDominik Stadler2015-06-151-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685506 13f79535-47bb-0310-9956-ffa450edef68
* Add explicit test for NPE only caught by other tests. Test '97 fallback ↵David North2015-06-121-0/+5
| | | | | | | | behaviour generally. https://bz.apache.org/bugzilla/show_bug.cgi?id=56328 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685104 13f79535-47bb-0310-9956-ffa450edef68
* My own patch to fix #56328David North2015-06-125-12/+125
| | | | | | | | Add tests for initial patch applied by Nick in r1582892 Fix and test AreaReference#isWholeColumnReference to take account of the prevailing spreadsheet version. Fixing all users of this is a big undertaking, so for now I've left a fallback on the original behaviour for some cases. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1685101 13f79535-47bb-0310-9956-ffa450edef68
* Add my PGP key to the list.David North2015-06-031-0/+290
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1683317 13f79535-47bb-0310-9956-ffa450edef68
* Use a different arbitrary value for the ID of the comment shape type. This ↵David North2015-06-032-3/+4
| | | | | | | | appears to prevent Excel >= 2010 from turning POI-written comments into the wrong shape (giant curved arrow). Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=55410 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1683315 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53109: Correctly handle unicode strings in NameCommentRecordDominik Stadler2015-06-014-10/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682999 13f79535-47bb-0310-9956-ffa450edef68
* Patch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for ↵Nick Burch2015-05-312-7/+99
| | | | | | invalid dates git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682796 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license headerDominik Stadler2015-05-311-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682794 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57904: Add full source build from dist-packages to CI buildsDominik Stadler2015-05-311-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682786 13f79535-47bb-0310-9956-ffa450edef68
* List more targets in help, make jar-src work standaloneDominik Stadler2015-05-311-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682785 13f79535-47bb-0310-9956-ffa450edef68
* Set version to 3.13-beta1Dominik Stadler2015-05-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682784 13f79535-47bb-0310-9956-ffa450edef68
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2984-6306/+6485
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682473 13f79535-47bb-0310-9956-ffa450edef68
* POI-57889 -- actually trigger inclusion of CTNumLvl with document ↵Tim Allison2015-05-282-15/+9
| | | | | | contributed by Moritz Dorka on TIKA-1315 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682310 13f79535-47bb-0310-9956-ffa450edef68