aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2742-808/+893
| | | | | | | | get rid of references to junit.framework don't throw AssertionFailedErrors, but use Assert.fail instead add try-with-resources where it was missing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872041 13f79535-47bb-0310-9956-ffa450edef68
* try to find issue in testPJ Fanning2019-12-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872001 13f79535-47bb-0310-9956-ffa450edef68
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi ↵PJ Fanning2019-12-261-0/+10
| | | | | | Guoliang. This closes #163 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871999 13f79535-47bb-0310-9956-ffa450edef68
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871995 13f79535-47bb-0310-9956-ffa450edef68
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1519-95/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871591 13f79535-47bb-0310-9956-ffa450edef68
* Replace manual close with try-with-resourcesDominik Stadler2019-12-1515-245/+144
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871590 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on ↵Dominik Stadler2019-12-151-4/+4
| | | | | | empty Sheets git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871589 13f79535-47bb-0310-9956-ffa450edef68
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-151-0/+144
| | | | | | an initial test which verifies some things for XSSF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871588 13f79535-47bb-0310-9956-ffa450edef68
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-143-4/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871505 13f79535-47bb-0310-9956-ffa450edef68
* [github-164] Fix Bug in XSSFTable.setCellReferences when table is single ↵PJ Fanning2019-12-111-0/+8
| | | | | | cell. Thanks to Travis Russell. This closes #164 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871184 13f79535-47bb-0310-9956-ffa450edef68
* Fix initialization of text body when used in XSLFAlain Béarez2019-12-118-46/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871150 13f79535-47bb-0310-9956-ffa450edef68
* Fix column addition and removal in XSLFTableAlain Béarez2019-12-081-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871061 13f79535-47bb-0310-9956-ffa450edef68
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-035-216/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870769 13f79535-47bb-0310-9956-ffa450edef68
* Add Doughnut chart data series to XDDFAlain Béarez2019-11-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870628 13f79535-47bb-0310-9956-ffa450edef68
* Add test to remove chart data seriesAlain Béarez2019-11-301-0/+191
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870602 13f79535-47bb-0310-9956-ffa450edef68
* Fix addition and removal of columns in XSLTTableAlain Béarez2019-11-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870523 13f79535-47bb-0310-9956-ffa450edef68
* Add, insert and remove columns on XSLFTableAlain Béarez2019-11-271-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1870486 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-081-2/+1
| | | | | | | | - 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
* XWPF: Insert newlines between multiple paragraphs in comments.Dominik Stadler2019-10-261-0/+37
| | | | | | Closes PR #161 on GitHub git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868978 13f79535-47bb-0310-9956-ffa450edef68
* Remove references to DatatypeConverterAndreas Beeker2019-10-252-6/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868953 13f79535-47bb-0310-9956-ffa450edef68
* add another text height to TestFontsAndreas Beeker2019-10-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868364 13f79535-47bb-0310-9956-ffa450edef68
* add null check for XSLFShapePJ Fanning2019-10-121-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868318 13f79535-47bb-0310-9956-ffa450edef68
* add null checkPJ Fanning2019-10-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868317 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63774] adding lots of custom properties can cause performance issues ↵PJ Fanning2019-09-261-0/+12
| | | | | | due to way Pid is calculated git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867597 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63768: Adjust handling of SchemaFactoryPJ Fanning2019-09-241-260/+272
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867484 13f79535-47bb-0310-9956-ffa450edef68
* Catch missing scratchpad state for EMF / WMF renderingAndreas Beeker2019-09-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1867025 13f79535-47bb-0310-9956-ffa450edef68
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-111-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866808 13f79535-47bb-0310-9956-ffa450edef68
* Close file-resources in unit-tests, fix IDE warningsDominik Stadler2019-08-1513-1835/+1885
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1865208 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63657: Rework the for bug #62130 to not use up twice as much memory when ↵Dominik Stadler2019-08-122-8/+32
| | | | | | | | | | | | | | writing documents. Unfortunately XMLBeans is very tricky to use here, mainly the fact that setCArray does not replace the internal objects, but copies the content into the currently held objects makes it rather hard to do this right. Therefore we now try to keep the existing objects and only replace the content as required to have a stable ordering of cells in the row-XML structure. This also fixes removing cells from rows to avoid invalid situations and correctly free CTCellImpl instances. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1864977 13f79535-47bb-0310-9956-ffa450edef68
* add some missing classes to poi-ooxml-schemasPJ Fanning2019-07-251-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863753 13f79535-47bb-0310-9956-ffa450edef68
* add some missing classes to poi-ooxml-schemasPJ Fanning2019-07-251-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863752 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63580 - Fix texture paint handlingAndreas Beeker2019-07-221-24/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863600 13f79535-47bb-0310-9956-ffa450edef68
* [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut ↵PJ Fanning2019-07-191-1/+22
| | | | | | Cuvelier. This closes #150 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863434 13f79535-47bb-0310-9956-ffa450edef68
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut ↵PJ Fanning2019-07-191-0/+12
| | | | | | Cuvelier. This closes #153 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863433 13f79535-47bb-0310-9956-ffa450edef68
* [github-157] add setters for ExtendedProperties. Thanks to Thibaut Cuvelier. ↵PJ Fanning2019-07-191-0/+36
| | | | | | This closes #157 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863432 13f79535-47bb-0310-9956-ffa450edef68
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1863182 13f79535-47bb-0310-9956-ffa450edef68
* omit png output on testAndreas Beeker2019-06-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861953 13f79535-47bb-0310-9956-ffa450edef68
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-231-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861952 13f79535-47bb-0310-9956-ffa450edef68
* Bug 62906 and 63401: Ensure tables have an initial name which does not ↵Dominik Stadler2019-06-221-0/+35
| | | | | | | | conflict with existing names git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861819 13f79535-47bb-0310-9956-ffa450edef68
* Fix IDE warningsDominik Stadler2019-06-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861818 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861817 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63498] NPE when calling getShapeName on XSLFTableCell. Thanks to Mate ↵PJ Fanning2019-06-121-6/+25
| | | | | | Borcsok. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1861172 13f79535-47bb-0310-9956-ffa450edef68
* [github-151] XWPFRun: allow style retrieval. This closes #151PJ Fanning2019-06-011-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860464 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63463] ignore forbiddenapis in new testcasePJ Fanning2019-05-311-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860422 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63463] add tests fix issue with shifting rows (failing tests ignored). ↵PJ Fanning2019-05-301-0/+218
| | | | | | Thanks to David Gauntt. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1860419 13f79535-47bb-0310-9956-ffa450edef68
* code cleanup plus fix for bug 63153Alain Béarez2019-05-212-10/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859590 13f79535-47bb-0310-9956-ffa450edef68
* Include actual found type in exception when encountering unexpected type of ↵Dominik Stadler2019-05-201-0/+6
| | | | | | file in ExtractorFactory git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859565 13f79535-47bb-0310-9956-ffa450edef68
* [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This ↵PJ Fanning2019-05-121-65/+66
| | | | | | closes #145 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859160 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63404] add description to assemble targetPJ Fanning2019-05-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858773 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62906] ensure table display name is always setPJ Fanning2019-04-261-12/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858179 13f79535-47bb-0310-9956-ffa450edef68