summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * Note on why ooxml needs scratchpad, for one part onlyNick Burch2015-05-281-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682212 13f79535-47bb-0310-9956-ffa450edef68
| * Correct packageNick Burch2015-05-282-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682210 13f79535-47bb-0310-9956-ffa450edef68
| * Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in ↵Nick Burch2015-05-284-41/+65
| | | | | | | | | | | | core #57963 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682209 13f79535-47bb-0310-9956-ffa450edef68
| * #57963 Move the WP and SL interface definitions to core from scratchpad, so ↵Nick Burch2015-05-2824-0/+0
| | | | | | | | | | | | the OOXML classes can work without scratchpad git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682204 13f79535-47bb-0310-9956-ffa450edef68
| * Fix inconsistent indentsNick Burch2015-05-281-15/+16
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682201 13f79535-47bb-0310-9956-ffa450edef68
| * #57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, ↵Nick Burch2015-05-271-3/+20
| | | | | | | | | | | | to avoid rounding problems on JDK8. Patch from Robert Kish git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682083 13f79535-47bb-0310-9956-ffa450edef68
| * Fix inconsistent indentsNick Burch2015-05-271-17/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682081 13f79535-47bb-0310-9956-ffa450edef68
| * Add WorkbookFactory.create() with a flag to allow to open files read-only, ↵Dominik Stadler2015-05-262-40/+129
| | | | | | | | | | | | | | | | keep the current way of opening read/write as default to not break existing code. Also adjust Javadoc somewhat. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681823 13f79535-47bb-0310-9956-ffa450edef68
| * Make POIXMLDocument implement Closeable as it holds an OCPPackage with open ↵Dominik Stadler2015-05-263-18/+12
| | | | | | | | | | | | | | | | resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes. Also make close() in POIXMLDocument public to not have to re-implement it in all sub-classes. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681822 13f79535-47bb-0310-9956-ffa450edef68
| * Add ignore - file has no content streamsNick Burch2015-05-261-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681809 13f79535-47bb-0310-9956-ffa450edef68
| * #56791 Make NPOIFS the default when POIFSFileSystem is requestedNick Burch2015-05-263-13/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681804 13f79535-47bb-0310-9956-ffa450edef68
| * Force OPOIFS test to explicitly create OPOIFS instanceNick Burch2015-05-261-9/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1681803 13f79535-47bb-0310-9956-ffa450edef68