aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshallerPJ Fanning2018-10-021-148/+164
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842647 13f79535-47bb-0310-9956-ffa450edef68
| * extract valuable code from 54470 submitted patchAlain Béarez2018-10-015-49/+182
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842548 13f79535-47bb-0310-9956-ffa450edef68
| * use StaxHelper to get event factoryPJ Fanning2018-09-301-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842402 13f79535-47bb-0310-9956-ffa450edef68
| * lgtm issuesPJ Fanning2018-09-295-29/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842302 13f79535-47bb-0310-9956-ffa450edef68
| * fix lgtm issuesPJ Fanning2018-09-281-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842218 13f79535-47bb-0310-9956-ffa450edef68
| * fix lgtm issuesPJ Fanning2018-09-285-20/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842216 13f79535-47bb-0310-9956-ffa450edef68
| * make OPCPackage#close() unsynchronized and add javadoc note saying method is ↵PJ Fanning2018-09-271-1/+3
| | | | | | | | | | | | not thread-safe git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842171 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62768] synchronize OPCPackage#close()PJ Fanning2018-09-271-22/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842142 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62736] Relations on XSLFPictureShape are removed unconditionally. ↵PJ Fanning2018-09-262-2/+96
| | | | | | | | | | | | Thanks to Mate Borcsok git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842055 13f79535-47bb-0310-9956-ffa450edef68
| * adapting some contributions by Axel Richter on SOAlain Béarez2018-09-268-11/+131
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841988 13f79535-47bb-0310-9956-ffa450edef68
| * fix javadocPJ Fanning2018-09-251-6/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841987 13f79535-47bb-0310-9956-ffa450edef68
| * lgtm warningsPJ Fanning2018-09-252-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841984 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62747] bouncycastle 1.60PJ Fanning2018-09-191-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841394 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) ↵Greg Woolsey2018-09-192-4/+13
| | | | | | | | | | | | | | | | column IDs fix the logic and update the unit test to check for and catch the problem. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841357 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-192-7/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841321 13f79535-47bb-0310-9956-ffa450edef68
| * add ooxml-schemas enum classes to poi-ooxml-schemasPJ Fanning2018-09-181-32/+36
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841274 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62730] include all inner list classes in poi-ooxml-schemas.jarPJ Fanning2018-09-181-8/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841270 13f79535-47bb-0310-9956-ffa450edef68
| * [bug-62733] XSLFBackground setFill() can corrupt the documentPJ Fanning2018-09-182-1/+172
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841240 13f79535-47bb-0310-9956-ffa450edef68
| * handle test issues when running with old xercesPJ Fanning2018-09-082-11/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840386 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-063-40/+111
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1843025 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-261-2/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842059 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-2610-142/+180
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1842056 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-2420-118/+396
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841897 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-2330-181/+749
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841712 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-1713-91/+392
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1841134 13f79535-47bb-0310-9956-ffa450edef68
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-1452-2528/+5098
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840956 13f79535-47bb-0310-9956-ffa450edef68
* | Buffered LittleEndianInputStreamAndreas Beeker2018-09-144-45/+102
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1840955 13f79535-47bb-0310-9956-ffa450edef68
* update 3.17 leftovers and provide a new build target to update those in the ↵Andreas Beeker2018-09-072-5/+5
| | | | | | | | next release remove final / beta tags, as we (try to) use semver now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840318 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62692] issue when using widlfy xml parserPJ Fanning2018-09-072-9/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840304 13f79535-47bb-0310-9956-ffa450edef68
* import existing chart on current drawingAlain Béarez2018-09-051-172/+216
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840076 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixes - blockerAndreas Beeker2018-08-3110-31/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839745 13f79535-47bb-0310-9956-ffa450edef68
* #62108 - ArrayIndexOfBounds exception when getColumnWidth()Andreas Beeker2018-08-311-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839710 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-31140-11080/+5578
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839709 13f79535-47bb-0310-9956-ffa450edef68
* remove stray stacktracePJ Fanning2018-08-281-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839385 13f79535-47bb-0310-9956-ffa450edef68
* add missing classes to poi-ooxml-schema.jarPJ Fanning2018-08-281-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839384 13f79535-47bb-0310-9956-ffa450edef68
* rebase XDDF text packageAlain Béarez2018-08-2726-488/+993
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839369 13f79535-47bb-0310-9956-ffa450edef68
* test integration of XDDF text entitiesAlain Béarez2018-08-2611-721/+1208
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839259 13f79535-47bb-0310-9956-ffa450edef68
* complete body properties with insetsAlain Béarez2018-08-261-0/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839256 13f79535-47bb-0310-9956-ffa450edef68
* fill in the text body, its paragraphs and text runsAlain Béarez2018-08-2648-35/+4066
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839255 13f79535-47bb-0310-9956-ffa450edef68
* add warning message to help reduce duplicates of bug 60102Alain Béarez2018-08-261-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839252 13f79535-47bb-0310-9956-ffa450edef68
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2674-5735/+1785
| | | | | | Fix HPSF UTF-8 encoding error with Bug52311.doc while refactoring CopyCompare/EntryUtils git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839201 13f79535-47bb-0310-9956-ffa450edef68
* Set locale provider to JRE,CLDR for tests to have compatible date formatting ↵Dominik Stadler2018-08-261-1/+2
| | | | | | in JDK 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839199 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that file handles are closed for encrypted filesDominik Stadler2018-08-262-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839197 13f79535-47bb-0310-9956-ffa450edef68
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-265-53/+51
| | | | | | fix some IDE/Javadoc warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839195 13f79535-47bb-0310-9956-ffa450edef68
* fix accidental change in test filePJ Fanning2018-08-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68
* use released version of xmlbeans 3.0.1PJ Fanning2018-08-241-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838918 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency ↵Dominik Stadler2018-08-234-73/+112
| | | | | | | | | now as it was removed from the JDK Also needed to remove a few uses of Mockito which fail now with certain abstract classes Update to Mockito 2.21 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838763 13f79535-47bb-0310-9956-ffa450edef68
* Remove some IDE warningsDominik Stadler2018-08-233-29/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838733 13f79535-47bb-0310-9956-ffa450edef68
* [github-122] XWPF: Set table and table cell widths to percentage, twips, or ↵PJ Fanning2018-08-205-13/+371
| | | | | | auto. This closes #122 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838449 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62639] make private constructor on DateFormatter publicPJ Fanning2018-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838420 13f79535-47bb-0310-9956-ffa450edef68