summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* sonar fixesAndreas Beeker2018-05-235-9/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832131 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2018-05-223-8/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832067 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes - null dereferenceAndreas Beeker2018-05-2112-121/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831992 13f79535-47bb-0310-9956-ffa450edef68
* #62393 - Inconsistent slide import behavior depending on Mac OS X VersionAndreas Beeker2018-05-216-13/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831974 13f79535-47bb-0310-9956-ffa450edef68
* #62041 - TestFonts fails on MacAndreas Beeker2018-05-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831948 13f79535-47bb-0310-9956-ffa450edef68
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-2015-63/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831947 13f79535-47bb-0310-9956-ffa450edef68
* #61633 - Zero width shapes aren't renderedAndreas Beeker2018-05-192-81/+174
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831923 13f79535-47bb-0310-9956-ffa450edef68
* remove test codeAndreas Beeker2018-05-171-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831754 13f79535-47bb-0310-9956-ffa450edef68
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-164-11/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-164-70/+102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831743 13f79535-47bb-0310-9956-ffa450edef68
* List a few more missing functions as inline-comments, based on definitions ↵Nick Burch2018-05-141-2/+12
| | | | | | from functionMetadata.txt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831572 13f79535-47bb-0310-9956-ffa450edef68
* A few more places I should never have introduced Cell as a parameter, sine ↵Greg Woolsey2018-05-083-28/+78
| | | | | | | | CellReference is all that is needed, faster, and allows for undefined cells. Backward compatible for the few people using it so far, with comments to point to the faster methods. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831203 13f79535-47bb-0310-9956-ffa450edef68
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831127 13f79535-47bb-0310-9956-ffa450edef68
* add convenience method for files to FileMagicAndreas Beeker2018-05-022-66/+93
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830782 13f79535-47bb-0310-9956-ffa450edef68
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830779 13f79535-47bb-0310-9956-ffa450edef68
* add license headerAndreas Beeker2018-05-022-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830725 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of ↵Andreas Beeker2018-05-0118-301/+271
| | | | | | duplicated strings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830705 13f79535-47bb-0310-9956-ffa450edef68
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-014-0/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830685 13f79535-47bb-0310-9956-ffa450edef68
* Allow one more add-opens to silence one more warning seen in Java 9/Java 10 ↵Dominik Stadler2018-04-301-6/+6
| | | | | | | | currently Use latest JDK 10 versions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830551 13f79535-47bb-0310-9956-ffa450edef68
* disable ImageIO cache - probably need to set it in every test class or ↵Andreas Beeker2018-04-291-0/+6
| | | | | | disable it in the beginning of all tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830520 13f79535-47bb-0310-9956-ffa450edef68
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-2722-589/+655
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830400 13f79535-47bb-0310-9956-ffa450edef68
* Streamline assertion-usage in some testsDominik Stadler2018-04-272-44/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830296 13f79535-47bb-0310-9956-ffa450edef68
* Fix setting active cell in .xls by populating field_6_refs whenever ↵Dominik Stadler2018-04-252-10/+47
| | | | | | row/column changes, this fixes bug 61905 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830115 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-2530-1187/+1059
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830061 13f79535-47bb-0310-9956-ffa450edef68
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-205-28/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829677 13f79535-47bb-0310-9956-ffa450edef68
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the ↵Andreas Beeker2018-04-208-55/+161
| | | | | | shape name git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829656 13f79535-47bb-0310-9956-ffa450edef68
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-2026-1285/+861
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829653 13f79535-47bb-0310-9956-ffa450edef68
* OOXMLLite: improve progress output: count test-classes, not single test-methodsDominik Stadler2018-04-201-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829641 13f79535-47bb-0310-9956-ffa450edef68
* Fix unit test broken with previous check-inDominik Stadler2018-04-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829640 13f79535-47bb-0310-9956-ffa450edef68
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829538 13f79535-47bb-0310-9956-ffa450edef68
* Add some unit-tests for setActiveCell(), although bug 61905 reports that ↵Dominik Stadler2018-04-191-19/+30
| | | | | | Excel still does not read this correctly for HSSF workbooks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829518 13f79535-47bb-0310-9956-ffa450edef68
* add some javadoc to warn that stale cached formula cell values may result in ↵Greg Woolsey2018-04-181-0/+11
| | | | | | | | incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies). Doing it for the user turns out to not be that easy, as the FormulaEvaluator instance in use is not known in this context. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829471 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-1845-1295/+2201
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1829453 13f79535-47bb-0310-9956-ffa450edef68
* Close resources correctly when opening encrypted documents in the TextExtractorDominik Stadler2018-04-041-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828378 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-042-30/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828377 13f79535-47bb-0310-9956-ffa450edef68
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-044-3/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828375 13f79535-47bb-0310-9956-ffa450edef68
* fix error messagePJ Fanning2018-04-042-200/+200
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828364 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-033-4/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828288 13f79535-47bb-0310-9956-ffa450edef68
* Add unit tests to include more required classes in poi-ooxml-schemas, add ↵Dominik Stadler2018-04-024-0/+129
| | | | | | test for bug 62174 so additional schema-classes are included git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828180 13f79535-47bb-0310-9956-ffa450edef68
* OOXMLLite: IDE warnings and add an additional listener to print out progress ↵Dominik Stadler2018-04-022-19/+31
| | | | | | during running tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828179 13f79535-47bb-0310-9956-ffa450edef68
* Close resources in tests and in case of Exceptions and use ↵Dominik Stadler2018-04-026-109/+93
| | | | | | try-with-resources. Close the socket-connection during encrpyting/decrypting as soon as it is not needed any more. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828178 13f79535-47bb-0310-9956-ffa450edef68
* Update excludes in OOXMLLiteDominik Stadler2018-04-021-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828177 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61267: detect Word v2 files and report that they are not supported in ↵Dominik Stadler2018-04-025-5/+25
| | | | | | Apache POI git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828176 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62216] add test casePJ Fanning2018-04-021-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828174 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62216] Fix issue with SXSSF error cellsPJ Fanning2018-04-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828144 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den ↵PJ Fanning2018-04-012-0/+101
| | | | | | Berge. This closes #104 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828143 13f79535-47bb-0310-9956-ffa450edef68
* [github-103] take latest changesPJ Fanning2018-04-012-38/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1828142 13f79535-47bb-0310-9956-ffa450edef68
* add missing licensePJ Fanning2018-03-192-26/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1827177 13f79535-47bb-0310-9956-ffa450edef68
* [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. ↵PJ Fanning2018-03-197-31/+411
| | | | | | This closes #103 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1827173 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62176] synchronize temp dir creationPJ Fanning2018-03-131-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1826655 13f79535-47bb-0310-9956-ffa450edef68