aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Zero out garbage bytes in FontEntityAtomAndreas Beeker2018-12-281-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849895 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL for Github PR build: Try to create the one file which is read ↵Dominik Stadler2018-12-281-7/+10
| | | | | | from src/documentation during target 'jenkins' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849887 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: enable Github PR builds, it seems to be functional nowDominik Stadler2018-12-281-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849885 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: throttle Github PR builds to not run many at onceDominik Stadler2018-12-281-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849884 13f79535-47bb-0310-9956-ffa450edef68
* Run Cell-tests on HSSF as well and make handling of null-values consistent ↵Dominik Stadler2018-12-284-26/+53
| | | | | | across implementations git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849881 13f79535-47bb-0310-9956-ffa450edef68
* Bug 61532: Fix setting values/types during formula evaluation for SXSSFDominik Stadler2018-12-286-54/+242
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849880 13f79535-47bb-0310-9956-ffa450edef68
* Use normal string parameter for nowDominik Stadler2018-12-281-1/+3
| | | | | | 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
* Add test which verifies that bug 61605 is already fixedDominik Stadler2018-12-282-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849878 13f79535-47bb-0310-9956-ffa450edef68
* Add XMLBeans jobs for JDK 8 and 11.Dominik Stadler2018-12-281-6/+41
| | | | | | 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
* Adjust test to not require src/documentation to be availableDominik Stadler2018-12-282-3/+1109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849837 13f79535-47bb-0310-9956-ffa450edef68
* Adjust/enhance tests for bug 62275 some moreDominik Stadler2018-12-282-32/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849836 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62629: Allow to handle files with invalid content types for picturesDominik Stadler2018-12-274-17/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849814 13f79535-47bb-0310-9956-ffa450edef68
* Re-instate two dev-tools that we lost in some refactoring,Dominik Stadler2018-12-272-0/+282
| | | | | | 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
* IDE and JavaDoc fixes, close() in testsDominik Stadler2018-12-279-207/+217
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849812 13f79535-47bb-0310-9956-ffa450edef68
* Add some simple coverage of HSLF-Dev-ToolsDominik Stadler2018-12-2626-173/+797
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849765 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62839: Adjust MathX.floor() to handle negative values the sameDominik Stadler2018-12-263-36/+40
| | | | | | way as Excel/LibreOffice git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849764 13f79535-47bb-0310-9956-ffa450edef68
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-2613-129/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849763 13f79535-47bb-0310-9956-ffa450edef68
* Fix incorrect constant for pict-filesDominik Stadler2018-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849762 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecesssary semicolonsDominik Stadler2018-12-2616-19/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849761 13f79535-47bb-0310-9956-ffa450edef68
* Simplify some string operationsDominik Stadler2018-12-2615-38/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849760 13f79535-47bb-0310-9956-ffa450edef68
* JavaDoc fixes/additions and some IDE warnings removedDominik Stadler2018-12-2521-235/+146
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849718 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden()Dominik Stadler2018-12-253-1/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849717 13f79535-47bb-0310-9956-ffa450edef68
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-25184-755/+771
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849716 13f79535-47bb-0310-9956-ffa450edef68
* Add more file-leak exlcudes for the mass regression testingDominik Stadler2018-12-251-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849715 13f79535-47bb-0310-9956-ffa450edef68
* fix old xerces errors because of not available disallow-doctype parser featureAndreas Beeker2018-12-194-10/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849336 13f79535-47bb-0310-9956-ffa450edef68
* Rework test somewhat and enable logger to better indicate if the test isDominik Stadler2018-12-191-207/+207
| | | | | | 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
* One more file-leak-detector excludeDominik Stadler2018-12-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849286 13f79535-47bb-0310-9956-ffa450edef68
* Add missing jacoco-lib to test-scratchpadDominik Stadler2018-12-191-5/+5
| | | | | | 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
* #62886 - Regression extracting text from corrupted docx filesAndreas Beeker2018-12-183-3/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849252 13f79535-47bb-0310-9956-ffa450edef68
* fix index check in HemfDrawPJ Fanning2018-12-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849250 13f79535-47bb-0310-9956-ffa450edef68
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-181-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849248 13f79535-47bb-0310-9956-ffa450edef68
* #63017 - Remove rows from a XSLFTableAndreas Beeker2018-12-185-19/+138
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849244 13f79535-47bb-0310-9956-ffa450edef68
* [github-137] solves/unifies blank/missing value colection for ↵PJ Fanning2018-12-186-137/+315
| | | | | | 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
* [bug-63013] add XWPFRun setLang methodPJ Fanning2018-12-182-2/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849152 13f79535-47bb-0310-9956-ffa450edef68
* only refactorings to break up the long methodAndreas Beeker2018-12-171-76/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849130 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63005] ignore openxml4j/ContentTypeHasEntities.ooxmlPJ Fanning2018-12-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849128 13f79535-47bb-0310-9956-ffa450edef68
* lgtm issues: potential index out of bounds exceptionsPJ Fanning2018-12-171-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849127 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63005] disable the reading of DTDs altogetherPJ Fanning2018-12-176-166/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849123 13f79535-47bb-0310-9956-ffa450edef68
* changed to bouncer pattern - to match also the rest of the codeAndreas Beeker2018-12-171-15/+16
| | | | | | 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
* add null check in XLSFPictureShapePJ Fanning2018-12-171-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849069 13f79535-47bb-0310-9956-ffa450edef68
* use spaces for indentsPJ Fanning2018-12-171-159/+160
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849067 13f79535-47bb-0310-9956-ffa450edef68
* fix junit testsAndreas Beeker2018-12-162-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849047 13f79535-47bb-0310-9956-ffa450edef68
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-169-87/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849046 13f79535-47bb-0310-9956-ffa450edef68
* fix findbugs issuePJ Fanning2018-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849044 13f79535-47bb-0310-9956-ffa450edef68
* add missing licensePJ Fanning2018-12-161-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849043 13f79535-47bb-0310-9956-ffa450edef68
* Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136PJ Fanning2018-12-165-158/+308
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849042 13f79535-47bb-0310-9956-ffa450edef68
* fix constructor after its delegated nowAndreas Beeker2018-12-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849041 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-1694-3368/+8532
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849040 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkhemfAndreas Beeker2018-12-1621-405/+927
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1849036 13f79535-47bb-0310-9956-ffa450edef68
* | activate IBMJDK again, unlimited JCE policy files are now included by ↵Andreas Beeker2018-12-161-3/+1
| | | | | | | | | | | | 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