summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
...
* #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-2013-60/+89
| | | | 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
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-161-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831745 13f79535-47bb-0310-9956-ffa450edef68
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-162-3/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1831743 13f79535-47bb-0310-9956-ffa450edef68
* A few more places I should never have introduced Cell as a parameter, sine ↵Greg Woolsey2018-05-081-7/+6
| | | | | | | | 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
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of ↵Andreas Beeker2018-05-011-66/+65
| | | | | | duplicated strings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830705 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
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-274-358/+345
| | | | 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-271-32/+33
| | | | 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-251-0/+30
| | | | | | 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-2528-1177/+1046
| | | | 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-202-4/+1
| | | | 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-202-7/+4
| | | | | | 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-2010-1004/+488
| | | | 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
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-1818-561/+836
| | | | 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
* fix error messagePJ Fanning2018-04-041-1/+1
| | | | 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-031-0/+48
| | | | 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-025-67/+64
| | | | | | 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-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
* Add test for setters/getters of XWPFRun to include morre generated classes ↵Dominik Stadler2018-03-111-17/+36
| | | | | | | | in poi-ooxml-schemas. See also https://github.com/centic9/poi-on-android/issues/31 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1826464 13f79535-47bb-0310-9956-ffa450edef68
* #62159 - Support XML signature over windows certificate storeAndreas Beeker2018-03-069-433/+532
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825948 13f79535-47bb-0310-9956-ffa450edef68
* Reduce testcase some more, add missing license headerDominik Stadler2018-03-051-6/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825851 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test which verifies that ThresholdInputStream can be used. This ↵Dominik Stadler2018-03-041-0/+32
| | | | | | currently fails with Java 10 because the reflection relies on internals of class ZipFile that were changed. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825818 13f79535-47bb-0310-9956-ffa450edef68
* Some IntelliJ and Javadoc fixesDominik Stadler2018-03-043-11/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825817 13f79535-47bb-0310-9956-ffa450edef68
* Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing ↵Dominik Stadler2018-03-041-10/+5
| | | | | | due to ThresholdInputStream, though. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825816 13f79535-47bb-0310-9956-ffa450edef68
* use xmlunit for xml diffs in unit testsPJ Fanning2018-03-041-14/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825810 13f79535-47bb-0310-9956-ffa450edef68
* remove some deprecated methodsPJ Fanning2018-03-043-35/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825807 13f79535-47bb-0310-9956-ffa450edef68
* remove some casts to shortPJ Fanning2018-03-035-17/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825749 13f79535-47bb-0310-9956-ffa450edef68
* fix problematic javadocPJ Fanning2018-02-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825542 13f79535-47bb-0310-9956-ffa450edef68
* remove XDDFChart workaround that saved workbook to temp filePJ Fanning2018-02-281-17/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825541 13f79535-47bb-0310-9956-ffa450edef68
* [github-98] write data in respective Column in case of XDDFChart. Thanks to ↵PJ Fanning2018-02-274-26/+145
| | | | | | Sandeep Tiwari. This closes #98 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825521 13f79535-47bb-0310-9956-ffa450edef68
* use Integer.toString to convert ints to stringsPJ Fanning2018-02-274-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825457 13f79535-47bb-0310-9956-ffa450edef68
* tidy up API for font indexPJ Fanning2018-02-264-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825409 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. ↵PJ Fanning2018-02-259-334/+1085
| | | | | | This closes #99 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825315 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug #62130. Turns out there were cases when a workbook with ↵Greg Woolsey2018-02-242-35/+36
| | | | | | | | multiple edit/save cycles on the same instance would save stale cell data, resulting in incorrect copies. Includes new unit test. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825277 13f79535-47bb-0310-9956-ffa450edef68
* The table auto-filter range should not include table footer rows, while the ↵Greg Woolsey2018-02-231-2/+14
| | | | | | table range does. POI was using the same for both regardless of footers. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825182 13f79535-47bb-0310-9956-ffa450edef68
* further uptake of int methods for font lookupsPJ Fanning2018-02-223-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1825103 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62018] use ints to index fontsPJ Fanning2018-02-204-32/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824826 13f79535-47bb-0310-9956-ffa450edef68
* Unit test to try to reproduce bug #62108 (currenly works though...)Nick Burch2018-02-161-0/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824451 13f79535-47bb-0310-9956-ffa450edef68
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-144-2/+103
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824266 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IntelliJ warnings in XDGF areaDominik Stadler2018-02-1225-89/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823988 13f79535-47bb-0310-9956-ffa450edef68
* [bug-57369] support for major and minor unit on XDDFChart axesAlain Béarez2018-02-126-17/+426
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823963 13f79535-47bb-0310-9956-ffa450edef68
* #55953 Added methods to position a tableMark Murphy2018-02-123-14/+133
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1823920 13f79535-47bb-0310-9956-ffa450edef68