summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* uptake xmlbeans 3.0.1 (staging version, pre-release)PJ Fanning2018-08-191-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838366 13f79535-47bb-0310-9956-ffa450edef68
* entity_expansionTim Allison2018-08-154-7/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838135 13f79535-47bb-0310-9956-ffa450edef68
* [github-121] Fix issue with setting vertical alignment and emphasis mark. ↵PJ Fanning2018-08-152-6/+14
| | | | | | This closes #121 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838133 13f79535-47bb-0310-9956-ffa450edef68
* improve sax readingTim Allison2018-08-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838048 13f79535-47bb-0310-9956-ffa450edef68
* bug 62597 -- bump max record length for ExOleObjStg based on regression corpusTim Allison2018-08-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838047 13f79535-47bb-0310-9956-ffa450edef68
* #61589 - Importing content does not copy hyperlink addressAndreas Beeker2018-08-1213-92/+269
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837909 13f79535-47bb-0310-9956-ffa450edef68
* disable dtd processingPJ Fanning2018-08-115-12/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837850 13f79535-47bb-0310-9956-ffa450edef68
* #62587 - repeated call to XSLFSheet.removeShape leads to ↵Andreas Beeker2018-08-119-136/+159
| | | | | | java.lang.IllegalArgumentException: partName git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837839 13f79535-47bb-0310-9956-ffa450edef68
* bug 62591 -- revert to ignoring place holders even if they contain ↵Tim Allison2018-08-092-6/+20
| | | | | | metroblobs in ppt git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837742 13f79535-47bb-0310-9956-ffa450edef68
* try to fix TestAllFilesPJ Fanning2018-08-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837716 13f79535-47bb-0310-9956-ffa450edef68
* bug 62608 -- avoid ioobe in VBAMacroReaderTim Allison2018-08-081-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837664 13f79535-47bb-0310-9956-ffa450edef68
* bug 62592 -- prevent StackOverflowError on corrupt thmxTim Allison2018-08-082-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837658 13f79535-47bb-0310-9956-ffa450edef68
* bug 62597 -- bump max record sizes up based on new failures in regression ↵Tim Allison2018-08-036-6/+6
| | | | | | set. I typically bumped to 2x the max found in regression set. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837387 13f79535-47bb-0310-9956-ffa450edef68
* fix build issuePJ Fanning2018-08-031-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837349 13f79535-47bb-0310-9956-ffa450edef68
* [github-119] extra xpwf formatting support. This closes #119PJ Fanning2018-08-022-88/+435
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837336 13f79535-47bb-0310-9956-ffa450edef68
* [github-120] rename some new xpwf abstract classes. This closes #120PJ Fanning2018-08-0213-49/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837335 13f79535-47bb-0310-9956-ffa450edef68
* add CTEm class to poi-ooxml-schemasPJ Fanning2018-07-311-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837197 13f79535-47bb-0310-9956-ffa450edef68
* [github-118] Added get/set for mirror margins setting. This closes #118PJ Fanning2018-07-303-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837093 13f79535-47bb-0310-9956-ffa450edef68
* add new public method to expose cell addresses that have commentsPJ Fanning2018-07-305-9/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837082 13f79535-47bb-0310-9956-ffa450edef68
* ensure xssfsheet getCellComments returns comments with client anchors setPJ Fanning2018-07-301-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837014 13f79535-47bb-0310-9956-ffa450edef68
* exclude broken pptx file from integration testPJ Fanning2018-07-301-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837013 13f79535-47bb-0310-9956-ffa450edef68
* add null guard in XSSFCommentPJ Fanning2018-07-301-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837012 13f79535-47bb-0310-9956-ffa450edef68
* add 1 of the pptx files failing in centic regression testsPJ Fanning2018-07-291-0/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837010 13f79535-47bb-0310-9956-ffa450edef68
* Handle NPE issues in POIXMLPropertiesPJ Fanning2018-07-292-22/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1837007 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62275] in vlooup function, treat optional 4th param as true if the ↵PJ Fanning2018-07-272-4/+10
| | | | | | value is not provided git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836857 13f79535-47bb-0310-9956-ffa450edef68
* add test casePJ Fanning2018-07-271-7/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836856 13f79535-47bb-0310-9956-ffa450edef68
* make xssf streaming code more extensiblePJ Fanning2018-07-272-88/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836795 13f79535-47bb-0310-9956-ffa450edef68
* add missing licensesPJ Fanning2018-07-272-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836779 13f79535-47bb-0310-9956-ffa450edef68
* start process of introducing an interface for Styles and Themes TablesPJ Fanning2018-07-267-17/+165
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836732 13f79535-47bb-0310-9956-ffa450edef68
* reduce dependence on CTCommentPJ Fanning2018-07-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836730 13f79535-47bb-0310-9956-ffa450edef68
* reduce dependence on CTCommentPJ Fanning2018-07-261-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836723 13f79535-47bb-0310-9956-ffa450edef68
* start process of introducing an interface for Comments TablePJ Fanning2018-07-266-16/+79
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836721 13f79535-47bb-0310-9956-ffa450edef68
* add SharedStrings interface to allow our XSSF code to more easily extended ↵PJ Fanning2018-07-259-19/+149
| | | | | | by external projects git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836674 13f79535-47bb-0310-9956-ffa450edef68
* [github-117] Add getStyleWithName() to XWPFStyles. This closes #117PJ Fanning2018-07-255-32/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836649 13f79535-47bb-0310-9956-ffa450edef68
* make ReadOnlySharedStringsTable subclassablePJ Fanning2018-07-251-16/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836627 13f79535-47bb-0310-9956-ffa450edef68
* #62564 - replace Thread.currentThread().getContextClassLoader() with ↵Andreas Beeker2018-07-248-10/+10
| | | | | | getClass().getClassLoader() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836590 13f79535-47bb-0310-9956-ffa450edef68
* Add missing apache licenses. This closes #116PJ Fanning2018-07-245-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1836558 13f79535-47bb-0310-9956-ffa450edef68