aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | #62365 - SVG image support in XSLFAndreas Beeker2018-12-1610-29/+345
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849030 13f79535-47bb-0310-9956-ffa450edef68
* | ignore keystore files on integration testAndreas Beeker2018-12-151-1/+7
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848975 13f79535-47bb-0310-9956-ffa450edef68
* | #63011 - Multiple digital signature in excel file broke first signatureAndreas Beeker2018-12-159-372/+574
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848974 13f79535-47bb-0310-9956-ffa450edef68
* | disable findbugs for IBM JDKAndreas Beeker2018-12-131-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848811 13f79535-47bb-0310-9956-ffa450edef68
* | disable findbugs for IBM JDKAndreas Beeker2018-12-121-1/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848809 13f79535-47bb-0310-9956-ffa450edef68
* | add ooxml lite agent again ...Andreas Beeker2018-12-111-0/+6
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848655 13f79535-47bb-0310-9956-ffa450edef68
* | #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-111-239/+137
| | | | | | | | | | | | 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
* | #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContextAndreas Beeker2018-12-105-6/+44
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848601 13f79535-47bb-0310-9956-ffa450edef68
* | [bug-62996]try suggested test changePJ Fanning2018-12-101-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848591 13f79535-47bb-0310-9956-ffa450edef68
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-091-0/+3
| | | | | | | | | | | | add policy restriction exemption git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848539 13f79535-47bb-0310-9956-ffa450edef68
* | #62994 - IBM JCE workaroundsAndreas Beeker2018-12-093-3/+39
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848538 13f79535-47bb-0310-9956-ffa450edef68
* | #62966 - init presetShapeDefinitions.xml fail under IBM jdkAndreas Beeker2018-12-091-21/+24
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848494 13f79535-47bb-0310-9956-ffa450edef68
| * merge trunkAndreas Beeker2018-12-160-0/+0
| |\ | |/ |/| | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1849035 13f79535-47bb-0310-9956-ffa450edef68
* | #62953 - Rendering of FreeformShapes with formula failsAndreas Beeker2018-12-0920-365/+529
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848492 13f79535-47bb-0310-9956-ffa450edef68