Commit Graph

9992 Commits

Author SHA1 Message Date
Alain Béarez dd3279df30 Fix examples to build chart from scratch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870696 13f79535-47bb-0310-9956-ffa450edef68
2019-12-02 00:15:34 +00:00
Andreas Beeker 2eee474063 #63955 - HMEFContentsExtractor fails to extract content from winmail.dat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870692 13f79535-47bb-0310-9956-ffa450edef68
2019-12-01 21:06:54 +00:00
PJ Fanning 713a69afdb upgrade asm to 7.2 to try to fix jacoco
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870691 13f79535-47bb-0310-9956-ffa450edef68
2019-12-01 21:01:02 +00:00
Andreas Beeker 2a4ae3a145 Update Jacoco version and activate it again in the Sonar run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870671 13f79535-47bb-0310-9956-ffa450edef68
2019-12-01 11:42:09 +00:00
Andreas Beeker a17a9168b1 Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870657 13f79535-47bb-0310-9956-ffa450edef68
2019-12-01 02:05:51 +00:00
Andreas Beeker 5f28881a35 change package.html to package-info.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870655 13f79535-47bb-0310-9956-ffa450edef68
2019-12-01 00:07:48 +00:00
Andreas Beeker b4b661acc1 Sonar fixes - use try-with-resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870653 13f79535-47bb-0310-9956-ffa450edef68
2019-11-30 23:00:08 +00:00
Alain Béarez 4f8aeb705e Add Doughnut chart data series to XDDF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870628 13f79535-47bb-0310-9956-ffa450edef68
2019-11-30 15:46:48 +00:00
Alain Béarez 3fbdd25608 Bug 63889: BarChartDemo now produces a valid file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870604 13f79535-47bb-0310-9956-ffa450edef68
2019-11-30 01:20:23 +00:00
Alain Béarez 1a99d1d58e Clean-up code for more recent chart types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870603 13f79535-47bb-0310-9956-ffa450edef68
2019-11-30 01:20:20 +00:00
Alain Béarez bb90cfccf0 Add test to remove chart data series
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870602 13f79535-47bb-0310-9956-ffa450edef68
2019-11-30 01:20:16 +00:00
Andreas Beeker 2a982f62ec Replace StringBuffer with StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870600 13f79535-47bb-0310-9956-ffa450edef68
2019-11-29 23:57:35 +00:00
Axel Howind 9a1b75aaac fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870567 13f79535-47bb-0310-9956-ffa450edef68
2019-11-29 02:30:19 +00:00
Andreas Beeker 1562175343 Bug 60656 - Emf image support in slideshows
- use Rectangle2D instead of Dimension2D for image bounds
- fix shearing transformation
- fix rendering of font attributes (bold/italic/...)
- emf+: needs its own object table and properties table
- emf+: add linear gradient handler
- emf+: handle brush data of pens
- wmf/emf/emf+: position right aligned text correctly
- emf+: use emf+ instead of emf records in dual-mode
- emf+: handle region data and operations correctly
- emf/+: map font weight to awt font weight correctly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870566 13f79535-47bb-0310-9956-ffa450edef68
2019-11-29 00:39:35 +00:00
Andreas Beeker 7aab19c3b5 GenericRecordJsonWriter fix output of floats and doubles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870565 13f79535-47bb-0310-9956-ffa450edef68
2019-11-29 00:29:05 +00:00
Alain Béarez da5d7d44d5 Fix addition and removal of columns in XSLTTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870523 13f79535-47bb-0310-9956-ffa450edef68
2019-11-28 00:51:43 +00:00
Alain Béarez 557b67cb24 Add, insert and remove columns on XSLFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870486 13f79535-47bb-0310-9956-ffa450edef68
2019-11-27 04:54:34 +00:00
PJ Fanning ede9369bbc gradle 6.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870270 13f79535-47bb-0310-9956-ffa450edef68
2019-11-24 08:50:49 +00:00
PJ Fanning 701b67c315 replace more StringBuffers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870121 13f79535-47bb-0310-9956-ffa450edef68
2019-11-21 22:01:20 +00:00
PJ Fanning 2d6b1800dc Update javadoc on FinanceLib. This closes #162
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870105 13f79535-47bb-0310-9956-ffa450edef68
2019-11-21 18:32:35 +00:00
PJ Fanning f82a1ffe6a replace some more StringBuffers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870096 13f79535-47bb-0310-9956-ffa450edef68
2019-11-21 16:04:37 +00:00
PJ Fanning cd3f373c44 change some tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870049 13f79535-47bb-0310-9956-ffa450edef68
2019-11-20 10:02:45 +00:00
PJ Fanning 96bf53f3fc replace some uses of StringBuffer with StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870046 13f79535-47bb-0310-9956-ffa450edef68
2019-11-20 08:42:27 +00:00
PJ Fanning 948b0e8f08 convert tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869962 13f79535-47bb-0310-9956-ffa450edef68
2019-11-18 08:56:06 +00:00
Dominik Stadler 63bb22887d Remove build with OpenJDK as the Apache Jenkins instance does not provide it any longer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869936 13f79535-47bb-0310-9956-ffa450edef68
2019-11-17 11:26:33 +00:00
Dominik Stadler e75284c823 Keep using older version of japicmp plugin for now as newer versions fail with strange error messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869935 13f79535-47bb-0310-9956-ffa450edef68
2019-11-17 11:26:30 +00:00
Dominik Stadler d997c14e10 Bug 63756: Describe units in JavaDoc
Also fix some IDE warnings and suggested simplifications

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869934 13f79535-47bb-0310-9956-ffa450edef68
2019-11-17 11:26:27 +00:00
Axel Howind 4f8879f8ef use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869919 13f79535-47bb-0310-9956-ffa450edef68
2019-11-17 08:45:03 +00:00
Andreas Beeker 10e0e3d108 Update sonar links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869756 13f79535-47bb-0310-9956-ffa450edef68
2019-11-13 17:18:15 +00:00
Andreas Beeker 6dfb927936 replace withCredentials with credentialBindings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869715 13f79535-47bb-0310-9956-ffa450edef68
2019-11-13 00:00:26 +00:00
Andreas Beeker 435efd4d4e wrap everything in withCredentials - see https://github.com/jenkinsci/aws-credentials-plugin/issues/22
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869714 13f79535-47bb-0310-9956-ffa450edef68
2019-11-12 23:30:01 +00:00
Andreas Beeker 1aa9dbf0f9 migrate to sonarcloud.io
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869713 13f79535-47bb-0310-9956-ffa450edef68
2019-11-12 23:04:02 +00:00
Andreas Beeker a77baf31dc migrate to sonarcloud.io
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869712 13f79535-47bb-0310-9956-ffa450edef68
2019-11-12 22:50:30 +00:00
Axel Howind 0d4d57ace0 Replace AbstractWordUtils.equals with Objects.equals
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869705 13f79535-47bb-0310-9956-ffa450edef68
2019-11-12 15:47:46 +00:00
Andreas Beeker 1794ae97c1 #63918 - Fix texture fill - scale stretched images correctly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869669 13f79535-47bb-0310-9956-ffa450edef68
2019-11-11 23:06:29 +00:00
Andreas Beeker d0daf51cba Limit nodes for OpenJDK 8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869605 13f79535-47bb-0310-9956-ffa450edef68
2019-11-09 15:58:33 +00:00
Andreas Beeker a1d2b21181 add license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869583 13f79535-47bb-0310-9956-ffa450edef68
2019-11-08 20:33:39 +00:00
Andreas Beeker 34fc1a45fe Bug 60656 - Emf image support in slideshows
- Use ImageRenderer instead of prerendered BufferedImage to achieve better rendering result
- Fix extraction of EMF embeddings
- Fix renderer state handling in HemfGraphics (but still not perfect)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869582 13f79535-47bb-0310-9956-ffa450edef68
2019-11-08 20:32:46 +00:00
Andreas Beeker f7c28ad08f #60656 - EMF image support in slideshows
- extract option for embedded element in PPTX2PNG
- minor GenericRecordJsonWriter fixes
- fix EMF+ world transformations
- fix initialization emf pictures, which were partly unbounded -> excessive memory consumption
- change EMF+ brushes to continueable record

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869272 13f79535-47bb-0310-9956-ffa450edef68
2019-11-01 17:18:13 +00:00
Dominik Stadler 3f0a01ae7c Jenkins DSL: Exclude more nodes from building the OpenJDK CI job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869015 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 19:14:38 +00:00
Dominik Stadler b7b82920c2 Two more tests which are failing in CI on Windows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869014 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 19:14:35 +00:00
Andreas Beeker 52b4ecfa9b #63745 - Fix line endings ... again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869013 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 19:13:16 +00:00
Dominik Stadler 8906cba704 Jenkins-DSL: Fix writing a dummy pom.xml and switch to "Maven 3 (latest)"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1869011 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 18:17:38 +00:00
Dominik Stadler 820bf16347 Revert "Add script to convert PPT to PNGs"
This reverts commit 81beb58ab32078387afc546ff7d6bd287cbc799b.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868992 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:52:16 +00:00
Dominik Stadler 1fde4f5a36 Revert "Add script to run ant locally with Java 1.6/Ant 1.8.x"
This reverts commit 9843e1ab7150f5d105879cd6dc04e744dce0aa55.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868991 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:52:13 +00:00
Dominik Stadler 1f9c8abcf4 Revert "Add script to run BiffViewer"
This reverts commit b1684d5c2bf83265db5878fdbeb6375ba052352e.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868990 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:52:10 +00:00
Dominik Stadler 488bb31ce6 Add script to convert PPT to PNGs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868989 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:49:47 +00:00
Dominik Stadler e2aec1f0c0 Add script to run ant locally with Java 1.6/Ant 1.8.x
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868988 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:49:44 +00:00
Dominik Stadler ab151c9d27 Add script to run BiffViewer
Set property to include escher-records in view.sh and add Launchconfig for BiffViewer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868987 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:49:41 +00:00
Dominik Stadler 5c141364b2 Jenkins-DSL: Do not expect to find mvn executable in Test-Environment
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868986 13f79535-47bb-0310-9956-ffa450edef68
2019-10-26 06:35:15 +00:00