]>
source.dussan.org Git - poi.git/log
Andreas Beeker [Fri, 28 Dec 2018 23:42:57 +0000 (23:42 +0000)]
Add Enum method to help identifying unknown records with POI-Visualizer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849897 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 28 Dec 2018 23:42:44 +0000 (23:42 +0000)]
Fix Javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849896 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 28 Dec 2018 23:42:31 +0000 (23:42 +0000)]
Zero out garbage bytes in FontEntityAtom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849895 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 21:43:49 +0000 (21:43 +0000)]
Jenkins DSL for Github PR build: Try to create the one file which is read from src/documentation during target 'jenkins'
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849887 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 20:27:45 +0000 (20:27 +0000)]
Jenkins DSL: enable Github PR builds, it seems to be functional now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849885 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 20:19:58 +0000 (20:19 +0000)]
Jenkins DSL: throttle Github PR builds to not run many at once
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849884 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 19:53:13 +0000 (19:53 +0000)]
Run Cell-tests on HSSF as well and make handling of null-values consistent across implementations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849881 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 19:53:03 +0000 (19:53 +0000)]
Bug 61532: Fix setting values/types during formula evaluation for SXSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849880 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 19:52:54 +0000 (19:52 +0000)]
Use normal string parameter for now
Plugin for gitParam is not installed in the Apache Jenkins instance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849879 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 19:52:46 +0000 (19:52 +0000)]
Add test which verifies that bug 61605 is already fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849878 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 11:17:57 +0000 (11:17 +0000)]
Add XMLBeans jobs for JDK 8 and 11.
Add initial version of Jenkins DSL for the Github-PullRequest build-job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849838 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 11:17:52 +0000 (11:17 +0000)]
Adjust test to not require src/documentation to be available
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849837 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 28 Dec 2018 11:17:46 +0000 (11:17 +0000)]
Adjust/enhance tests for bug 62275 some more
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849836 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 27 Dec 2018 20:51:48 +0000 (20:51 +0000)]
Bug 62629: Allow to handle files with invalid content types for pictures
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849814 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 27 Dec 2018 20:51:38 +0000 (20:51 +0000)]
Re-instate two dev-tools that we lost in some refactoring,
at least OOXMLPrettyPrint is still very useful for comparing ooxml-files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849813 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 27 Dec 2018 20:51:31 +0000 (20:51 +0000)]
IDE and JavaDoc fixes, close() in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849812 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:28:32 +0000 (13:28 +0000)]
Add some simple coverage of HSLF-Dev-Tools
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849765 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:28:17 +0000 (13:28 +0000)]
Bug 62839: Adjust MathX.floor() to handle negative values the same
way as Excel/LibreOffice
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849764 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:28:10 +0000 (13:28 +0000)]
Fix various IDE warnings and some JavaDoc adjustments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849763 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:27:56 +0000 (13:27 +0000)]
Fix incorrect constant for pict-files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849762 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:27:50 +0000 (13:27 +0000)]
Remove unnecesssary semicolons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849761 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Dec 2018 13:27:35 +0000 (13:27 +0000)]
Simplify some string operations
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849760 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 25 Dec 2018 10:00:21 +0000 (10:00 +0000)]
JavaDoc fixes/additions and some IDE warnings removed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849718 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 25 Dec 2018 10:00:07 +0000 (10:00 +0000)]
Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849717 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 25 Dec 2018 09:59:58 +0000 (09:59 +0000)]
Code-style: Unify how arrays are specified from C-style to normal Java-style
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849716 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 25 Dec 2018 09:58:42 +0000 (09:58 +0000)]
Add more file-leak exlcudes for the mass regression testing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849715 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 19 Dec 2018 19:14:55 +0000 (19:14 +0000)]
fix old xerces errors because of not available disallow-doctype parser feature
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849336 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 19 Dec 2018 10:22:01 +0000 (10:22 +0000)]
Rework test somewhat and enable logger to better indicate if the test is
failing because JDK options are missing with JDK >= 9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849287 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 19 Dec 2018 10:20:39 +0000 (10:20 +0000)]
One more file-leak-detector exclude
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849286 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 19 Dec 2018 09:40:34 +0000 (09:40 +0000)]
Add missing jacoco-lib to test-scratchpad
Remove some xmlns that are not needed any more now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849280 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 18 Dec 2018 23:55:58 +0000 (23:55 +0000)]
#62886 - Regression extracting text from corrupted docx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849252 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 18 Dec 2018 23:26:49 +0000 (23:26 +0000)]
fix index check in HemfDraw
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849250 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 18 Dec 2018 23:13:59 +0000 (23:13 +0000)]
#63017 - Remove rows from a XSLFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849248 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 18 Dec 2018 22:52:36 +0000 (22:52 +0000)]
#63017 - Remove rows from a XSLFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849244 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 18 Dec 2018 21:16:25 +0000 (21:16 +0000)]
[github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM/GEOMEAN. Thanks to gallonfizik. This closes #137
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849237 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 18 Dec 2018 08:12:42 +0000 (08:12 +0000)]
[bug-63013] add XWPFRun setLang method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849152 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 17 Dec 2018 22:29:03 +0000 (22:29 +0000)]
only refactorings to break up the long method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849130 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Dec 2018 20:57:52 +0000 (20:57 +0000)]
[bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849128 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Dec 2018 20:41:38 +0000 (20:41 +0000)]
lgtm issues: potential index out of bounds exceptions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849127 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Dec 2018 19:06:31 +0000 (19:06 +0000)]
[bug-63005] disable the reading of DTDs altogether
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849123 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 17 Dec 2018 10:36:22 +0000 (10:36 +0000)]
changed to bouncer pattern - to match also the rest of the code
see https://softwareengineering.stackexchange.com/questions/18454/should-i-return-from-a-function-early-or-use-an-if-statement
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849074 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Dec 2018 09:17:29 +0000 (09:17 +0000)]
add null check in XLSFPictureShape
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849069 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Dec 2018 09:11:06 +0000 (09:11 +0000)]
use spaces for indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849067 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 21:25:57 +0000 (21:25 +0000)]
fix junit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849047 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 21:02:01 +0000 (21:02 +0000)]
#62365 - SVG image support in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849046 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 16 Dec 2018 20:07:23 +0000 (20:07 +0000)]
fix findbugs issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849044 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 16 Dec 2018 19:50:59 +0000 (19:50 +0000)]
add missing license
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849043 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 16 Dec 2018 18:51:09 +0000 (18:51 +0000)]
Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849042 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 18:40:47 +0000 (18:40 +0000)]
fix constructor after its delegated now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849041 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 18:17:21 +0000 (18:17 +0000)]
#60656 - EMF image support in slideshows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849040 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 16:51:08 +0000 (16:51 +0000)]
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@
1849036 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 16:42:20 +0000 (16:42 +0000)]
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@
1849035 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 15:48:55 +0000 (15:48 +0000)]
activate IBMJDK again, unlimited JCE policy files are now included by default, and the other IBMJDK issues (#62994,#62966,#62999) have been fixed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849032 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Dec 2018 14:55:23 +0000 (14:55 +0000)]
#62365 - SVG image support in XSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1849030 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 15 Dec 2018 01:24:27 +0000 (01:24 +0000)]
ignore keystore files on integration test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848975 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 15 Dec 2018 00:51:10 +0000 (00:51 +0000)]
#63011 - Multiple digital signature in excel file broke first signature
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848974 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 14 Dec 2018 00:44:40 +0000 (00:44 +0000)]
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@
1848906 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 13 Dec 2018 00:06:36 +0000 (00:06 +0000)]
disable findbugs for IBM JDK
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848811 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 12 Dec 2018 23:25:07 +0000 (23:25 +0000)]
disable findbugs for IBM JDK
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848809 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 11 Dec 2018 07:29:28 +0000 (07:29 +0000)]
add ooxml lite agent again ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848655 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 11 Dec 2018 00:01:32 +0000 (00:01 +0000)]
#62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext
refactor jacoco/junit calls and add more IBM JIT excludes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848642 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 10 Dec 2018 16:18:49 +0000 (16:18 +0000)]
#62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848601 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 10 Dec 2018 15:45:47 +0000 (15:45 +0000)]
[bug-62996]try suggested test change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848591 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Dec 2018 22:33:30 +0000 (22:33 +0000)]
#62994 - IBM JCE workarounds
add policy restriction exemption
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848539 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Dec 2018 21:45:47 +0000 (21:45 +0000)]
#62994 - IBM JCE workarounds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848538 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Dec 2018 02:08:50 +0000 (02:08 +0000)]
#62966 - init presetShapeDefinitions.xml fail under IBM jdk
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848494 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Dec 2018 01:06:15 +0000 (01:06 +0000)]
#62953 - Rendering of FreeformShapes with formula fails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848492 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 8 Dec 2018 08:13:36 +0000 (08:13 +0000)]
lgtm issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848438 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Sat, 8 Dec 2018 02:44:22 +0000 (02:44 +0000)]
create chart from scratch by sandeeptiwari32
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848432 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 4 Dec 2018 21:51:56 +0000 (21:51 +0000)]
[bug-57342] add SXSSFWorkbook setZip64Mode method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848179 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 4 Dec 2018 00:02:14 +0000 (00:02 +0000)]
add 4.0.1 to the doap file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1848115 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 30 Nov 2018 23:08:18 +0000 (23:08 +0000)]
update links to POI 4.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847861 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 26 Nov 2018 21:27:44 +0000 (21:27 +0000)]
prepare for 4.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847496 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 26 Nov 2018 21:26:55 +0000 (21:26 +0000)]
release prepare for 4.0.1 - updating build.xml and changes.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847494 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 26 Nov 2018 21:24:46 +0000 (21:24 +0000)]
exclude sha256 for nexus upload
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847493 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 26 Nov 2018 20:54:43 +0000 (20:54 +0000)]
Fix exception for old powerpoint documents without the usual stream name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847487 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 26 Nov 2018 06:28:17 +0000 (06:28 +0000)]
Fix TestFileMagic
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847454 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 25 Nov 2018 23:01:54 +0000 (23:01 +0000)]
Fix exception for old powerpoint documents without the usual stream name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847442 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 25 Nov 2018 22:05:02 +0000 (22:05 +0000)]
#60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream
regression
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847438 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 25 Nov 2018 21:56:43 +0000 (21:56 +0000)]
Add test for FileMagic
JavaDoc warning fixes
Remove some IDE warnings
Reformat code of sample application
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847437 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 25 Nov 2018 21:56:26 +0000 (21:56 +0000)]
Exclude ooxml-testlib from src-zip/tar.gz
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847436 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 25 Nov 2018 20:50:13 +0000 (20:50 +0000)]
#62951 - FileMagic not correctly identified
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847429 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 25 Nov 2018 19:25:35 +0000 (19:25 +0000)]
#62949 - SlideShow rendering - keyframe fractions must be increasing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847428 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 25 Nov 2018 16:13:17 +0000 (16:13 +0000)]
fixed escaping of sheet names. Thanks to gallonfizik. This closes #134
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847418 13f79535 -47bb-0310-9956-
ffa450edef68
Tim Allison [Fri, 23 Nov 2018 13:32:22 +0000 (13:32 +0000)]
bug 60316 -- skip the glossary document, not the template document.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847263 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 23 Nov 2018 02:08:28 +0000 (02:08 +0000)]
#60656 - Support export file that contains emf and render it correctly
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@
1847209 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 21 Nov 2018 09:10:19 +0000 (09:10 +0000)]
add missing classes to poi-ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847083 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 20 Nov 2018 22:24:26 +0000 (22:24 +0000)]
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@
1847069 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 20 Nov 2018 22:11:58 +0000 (22:11 +0000)]
Remove duplicated .jar extension when crafting the maven-jar name
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847068 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 20 Nov 2018 14:31:49 +0000 (14:31 +0000)]
tidy up code formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847012 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 20 Nov 2018 14:15:14 +0000 (14:15 +0000)]
[bug-62929] add null check for blip fill. Thanks to Mate Borcsok
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1847004 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 19 Nov 2018 21:25:14 +0000 (21:25 +0000)]
prepare for 4.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846951 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 19 Nov 2018 21:24:24 +0000 (21:24 +0000)]
release prepare for 4.0.1 - updating build.xml and changes.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846949 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 19 Nov 2018 20:48:10 +0000 (20:48 +0000)]
Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846946 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 19 Nov 2018 20:47:03 +0000 (20:47 +0000)]
Try to workaround/ignore kept open files of JaCoCo ant task
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846945 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 19 Nov 2018 18:00:42 +0000 (18:00 +0000)]
Remove/Minimize references to Scratchpad module from other modules
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846931 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 18 Nov 2018 22:09:44 +0000 (22:09 +0000)]
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846870 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 18 Nov 2018 16:03:20 +0000 (16:03 +0000)]
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846849 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 18 Nov 2018 11:06:28 +0000 (11:06 +0000)]
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846824 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 18 Nov 2018 00:49:54 +0000 (00:49 +0000)]
#62921 - Provide OOXMLLite alternative for Java 12+
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1846811 13f79535 -47bb-0310-9956-
ffa450edef68