summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Collapse)AuthorAgeFilesLines
...
* use indexOf(char) instead of indexOf(String) where possible; replace one ↵Axel Howind2020-02-201-1/+1
| | | | | | more StringBuffer with StringBuilder - bug 63805 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874262 13f79535-47bb-0310-9956-ffa450edef68
* PPTX2PNG - SVG exportAndreas Beeker2020-02-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874065 13f79535-47bb-0310-9956-ffa450edef68
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873515 13f79535-47bb-0310-9956-ffa450edef68
* XSLF Performance - use XmlCursor instead of XQuery expression - handle ↵Andreas Beeker2020-02-021-21/+50
| | | | | | AlternateContent elements uniformly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873514 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix release buildAndreas Beeker2020-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873440 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873384 13f79535-47bb-0310-9956-ffa450edef68
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in ↵Dominik Stadler2020-01-275-96/+118
| | | | | | unit-tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873231 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument ↵Andreas Beeker2020-01-271-34/+23
| | | | | | factories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873190 13f79535-47bb-0310-9956-ffa450edef68
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ↵PJ Fanning2020-01-261-23/+49
| | | | | | character. Thanks to gjmathews git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873188 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixesAndreas Beeker2020-01-211-115/+131
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873015 13f79535-47bb-0310-9956-ffa450edef68
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-11/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872984 13f79535-47bb-0310-9956-ffa450edef68
* Implement error bars for bar and line chartsAlain Béarez2020-01-131-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872690 13f79535-47bb-0310-9956-ffa450edef68
* Complete test with cell in newly added columnAlain Béarez2020-01-051-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872362 13f79535-47bb-0310-9956-ffa450edef68
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ↵Dominik Stadler2020-01-034-10/+45
| | | | | | | | version of the file-leak-detector Also add a test for Bug 64045 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872287 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-011-2/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872187 13f79535-47bb-0310-9956-ffa450edef68
* Bug 63960: Write pre-evaluated string-values in formula cells with the ↵Dominik Stadler2019-12-311-2/+31
| | | | | | correct type git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872130 13f79535-47bb-0310-9956-ffa450edef68
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-40/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1872066 13f79535-47bb-0310-9956-ffa450edef68
* 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