summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [github-115] implement endnote. This closes #115PJ Fanning2018-07-2415-576/+1309
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836538 13f79535-47bb-0310-9956-ffa450edef68
* [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This ↵PJ Fanning2018-07-216-41/+451
| | | | | | closes #114 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836415 13f79535-47bb-0310-9956-ffa450edef68
* try to get more generated classes into poi-ooxml-schemasPJ Fanning2018-07-112-0/+51
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835687 13f79535-47bb-0310-9956-ffa450edef68
* try to get more generated classes into poi-ooxml-schemasPJ Fanning2018-07-113-0/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835685 13f79535-47bb-0310-9956-ffa450edef68
* code formattingPJ Fanning2018-07-114-34/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835674 13f79535-47bb-0310-9956-ffa450edef68
* more usage of shared rebuildRowsPJ Fanning2018-07-091-22/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835494 13f79535-47bb-0310-9956-ffa450edef68
* update indentsPJ Fanning2018-07-092-501/+497
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835482 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62522] include partName in exception messagePJ Fanning2018-07-061-408/+409
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835276 13f79535-47bb-0310-9956-ffa450edef68
* Regression tests: Add test which triggers reading header/footer of PPTX ↵Dominik Stadler2018-07-051-6/+21
| | | | | | files so that we include the related CT classes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835184 13f79535-47bb-0310-9956-ffa450edef68
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-053-23/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835183 13f79535-47bb-0310-9956-ffa450edef68
* Add a test with a threaded TempFileCreationStrategy, remove duplicated constant.Dominik Stadler2018-07-052-3/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835182 13f79535-47bb-0310-9956-ffa450edef68
* try to get CTPhonetic included in poi-ooxml-schemasPJ Fanning2018-07-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835048 13f79535-47bb-0310-9956-ffa450edef68
* mark constructor as publicPJ Fanning2018-07-021-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834879 13f79535-47bb-0310-9956-ffa450edef68
* try to get CTPhoneticRun added to poi-ooxml-schemas jar (referenced in ↵PJ Fanning2018-06-301-0/+4
| | | | | | excel-streaming-reader codebase) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834745 13f79535-47bb-0310-9956-ffa450edef68
* #62513 - Don't try to parse embedded package relationshipsAndreas Beeker2018-06-303-5/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834729 13f79535-47bb-0310-9956-ffa450edef68
* Slightly adjust afew tests some moreDominik Stadler2018-06-292-25/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834654 13f79535-47bb-0310-9956-ffa450edef68
* Somehow the WordToHtml converter now produces slightly more than 6000 chars ↵Dominik Stadler2018-06-281-52/+22
| | | | | | | | | | before the <table element for me As there is no description why this substring was in the test in the first place I removed it to make the test less flaky. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834621 13f79535-47bb-0310-9956-ffa450edef68
* Gracefully close resources in test if first line in setup causes a problemDominik Stadler2018-06-261-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834412 13f79535-47bb-0310-9956-ffa450edef68
* #59268 - remove duplicated typeloader in POI and use fixed XmlBeans ↵Andreas Beeker2018-06-234-100/+7
| | | | | | implementation instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834229 13f79535-47bb-0310-9956-ffa450edef68
* #59268 - add license header / escape unicode stringAndreas Beeker2018-06-222-2/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834168 13f79535-47bb-0310-9956-ffa450edef68
* #59268 - Work on providing an updated version of XMLBeansAndreas Beeker2018-06-223-2/+86
| | | | | | (imported from https://github.com/apache/poi/pull/113) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834165 13f79535-47bb-0310-9956-ffa450edef68
* #62451 - Document last printed in the year 27321Andreas Beeker2018-06-172-45/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833668 13f79535-47bb-0310-9956-ffa450edef68
* #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the ↵Andreas Beeker2018-06-144-15/+59
| | | | | | OutputStream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833566 13f79535-47bb-0310-9956-ffa450edef68
* #62452 - Extract configuration while verifying XML signaturesAndreas Beeker2018-06-134-155/+421
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833477 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62438] remove nullable class (and use java.util.Optional). This closes #111PJ Fanning2018-06-1315-1006/+1170
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833459 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, Javadoc, useless asserts, ...Dominik Stadler2018-06-102-21/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833293 13f79535-47bb-0310-9956-ffa450edef68
* fix some deprecation warningsPJ Fanning2018-06-082-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833218 13f79535-47bb-0310-9956-ffa450edef68
* remove obsolete dev classesAndreas Beeker2018-06-088-808/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833217 13f79535-47bb-0310-9956-ffa450edef68
* fix some deprecation warningsPJ Fanning2018-06-074-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833116 13f79535-47bb-0310-9956-ffa450edef68
* fix some javadocPJ Fanning2018-06-071-677/+686
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833106 13f79535-47bb-0310-9956-ffa450edef68
* fix some javadocPJ Fanning2018-06-072-0/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833101 13f79535-47bb-0310-9956-ffa450edef68
* use try with resourcesPJ Fanning2018-06-071-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833096 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedPartsPJ Fanning2018-06-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833090 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts ↵PJ Fanning2018-06-0613-18/+34
| | | | | | (getAllEmbedds is retained but deprecated) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833059 13f79535-47bb-0310-9956-ffa450edef68
* fix test class namePJ Fanning2018-06-062-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833056 13f79535-47bb-0310-9956-ffa450edef68
* javadoc fixesAndreas Beeker2018-06-056-16/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832978 13f79535-47bb-0310-9956-ffa450edef68
* #62187 - missing lib reference on integration buildAndreas Beeker2018-06-051-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832974 13f79535-47bb-0310-9956-ffa450edef68
* #62187 - Compiling with Java 10 fails with ClassCastException / use ↵Andreas Beeker2018-06-0326-308/+223
| | | | | | commons-compress for zipbomb detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832789 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2018-06-028-22/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832748 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes andAndreas Beeker2018-06-0214-299/+252
| | | | | | disable closing of outputstream in ZipPackage.saveImpl() - see https://stackoverflow.com/questions/50646538/stream-close-exception-occures git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832746 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2018-06-0213-1972/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832735 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2018-06-012-386/+336
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832719 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 4 - open HPSFAndreas Beeker2018-05-2715-81/+63
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832361 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-27194-353/+342
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832360 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-2712-50/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832359 13f79535-47bb-0310-9956-ffa450edef68
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-2732-172/+211
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832358 13f79535-47bb-0310-9956-ffa450edef68
* fix spellingPJ Fanning2018-05-271-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832357 13f79535-47bb-0310-9956-ffa450edef68
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-271-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832354 13f79535-47bb-0310-9956-ffa450edef68
* [githib-110] rename text segment class. This closes #110PJ Fanning2018-05-272-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832352 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2018-05-252-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832229 13f79535-47bb-0310-9956-ffa450edef68