aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
* Add unit tests for new Name.isHidden methodNick Burch2020-04-191-0/+4
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-0/+30
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...PJ Fanning2020-04-092-15/+31
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-012-542/+540
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-011-3/+0
* Remove chart titleAlain Béarez2020-04-011-0/+28
* Insert a new row in XSLFTableAlain Béarez2020-03-311-48/+54
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-0/+132
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-292-6/+52
* Bug 61864: Verify recalculation-flag on Workbook level some moreDominik Stadler2020-03-291-0/+13
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-0/+39
* Bug 55966: Include content control text in word extraction also if it is part...Dominik Stadler2020-03-281-10/+27
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-271-0/+40
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-271-0/+52
* #63624: setText in XWPFTableCell updates the xml and also updates the runs an...Alain Béarez2020-03-271-0/+14
* Bug 64244: Take the replacement of RichtText strings into account when comput...Dominik Stadler2020-03-241-0/+25
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-225-38/+38
* Ignore all ImageIO related exceptions which fail often in maven builds becaus...Andreas Beeker2020-03-181-2/+3
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-100/+97
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-0/+2
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-085-53/+58
* Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes ...Dominik Stadler2020-03-081-0/+29
* #64186 - Decrease usage of ThreadLocals in XML Signature APIAndreas Beeker2020-03-011-232/+153
* Ignore IIOException "Can't create ..."Andreas Beeker2020-02-231-22/+28
* Remove invalid agile certificate encryptionAndreas Beeker2020-02-222-198/+0
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-201-1/+1
* PPTX2PNG - SVG exportAndreas Beeker2020-02-151-1/+1
* Regression findings - fix missing moveto exceptionAndreas Beeker2020-02-021-1/+1
* XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...Andreas Beeker2020-02-021-21/+50
* Try to fix release buildAndreas Beeker2020-01-311-1/+1
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+2
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-275-96/+118
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-271-34/+23
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-261-23/+49
* Sonar fixesAndreas Beeker2020-01-211-115/+131
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-191-11/+12
* Implement error bars for bar and line chartsAlain Béarez2020-01-131-0/+9
* Complete test with cell in newly added columnAlain Béarez2020-01-051-1/+3
* Fix some additional file-handle-leaks reported by unit-tests via an enhanced ...Dominik Stadler2020-01-034-10/+45
* Bug 63788: Remove AbstractNum by abstractNumId, not list indexDominik Stadler2020-01-011-2/+56
* Bug 63960: Write pre-evaluated string-values in formula cells with the correc...Dominik Stadler2019-12-311-2/+31
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-40/+20
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2742-808/+893
* try to find issue in testPJ Fanning2019-12-261-1/+1
* [github-163] Add set level numbering on XWPFParagraph. Thanks to Mi Guoliang....PJ Fanning2019-12-261-0/+10
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-261-2/+2
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1519-95/+101
* Replace manual close with try-with-resourcesDominik Stadler2019-12-1515-245/+144
* Bug 63749; Make getLastRowNum() and getFirstRow() return -1 instead of 0 on e...Dominik Stadler2019-12-151-4/+4
* Add MemoryVerifier to enable memory leak checking in unit-tests and addDominik Stadler2019-12-151-0/+144