summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cu...PJ Fanning2019-07-191-0/+12
* [github-157] add setters for ExtendedProperties. Thanks to Thibaut Cuvelier. ...PJ Fanning2019-07-191-0/+36
* [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier.PJ Fanning2019-07-161-0/+6
* omit png output on testAndreas Beeker2019-06-231-1/+1
* Bug 60656 - EMF image support in slideshowsAndreas Beeker2019-06-231-1/+2
* Bug 62906 and 63401: Ensure tables have an initial name which does not confli...Dominik Stadler2019-06-221-0/+35
* Fix IDE warningsDominik Stadler2019-06-221-1/+1
* Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors.Dominik Stadler2019-06-221-0/+27
* [bug-63498] NPE when calling getShapeName on XSLFTableCell. Thanks to Mate Bo...PJ Fanning2019-06-121-6/+25
* [github-151] XWPFRun: allow style retrieval. This closes #151PJ Fanning2019-06-011-0/+2
* [bug-63463] ignore forbiddenapis in new testcasePJ Fanning2019-05-311-13/+13
* [bug-63463] add tests fix issue with shifting rows (failing tests ignored). T...PJ Fanning2019-05-301-0/+218
* code cleanup plus fix for bug 63153Alain BĂ©arez2019-05-212-10/+10
* Include actual found type in exception when encountering unexpected type of f...Dominik Stadler2019-05-201-0/+6
* [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This c...PJ Fanning2019-05-121-65/+66
* [bug-63404] add description to assemble targetPJ Fanning2019-05-061-1/+1
* [bug-62906] ensure table display name is always setPJ Fanning2019-04-261-12/+53
* Close more file-handles in testsDominik Stadler2019-04-238-755/+796
* Bug 63371: addMergedRegion does not update CTMergeCells.getCountDominik Stadler2019-04-231-0/+31
* Bug 63073: Adjust returned index of merged regions and verify all calls in testsDominik Stadler2019-04-234-18/+20
* #54803 - Error opening XLSX after saving with a Drawing using POIAndreas Beeker2019-04-161-0/+14
* [bug-63344] add TempFilePOIFSFileSystemPJ Fanning2019-04-131-5/+38
* Improve error message slightly and verify error when a File is passed inDominik Stadler2019-04-071-0/+10
* Close more file-handles in tests and convert some more tests to junit-4Dominik Stadler2019-04-078-495/+534
* Close more file-handles in tests, convert junit3 testsDominik Stadler2019-03-314-661/+676
* fix unit test that I merged wrong.Greg Woolsey2019-03-311-1/+1
* #61700 getForceFormulaRecalculation() returns wrong valueGreg Woolsey2019-03-311-8/+6
* [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to...PJ Fanning2019-03-301-1/+23
* Remove more remnants of NPOIFSFileSystem, mostly in comments and variable namesDominik Stadler2019-03-191-3/+3
* Fix a unit test that changed with the implementation of another function.Greg Woolsey2019-03-181-12/+2
* #63264 Conditional Format rule evaluation calculates relative references inco...Greg Woolsey2019-03-161-0/+23
* Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetupDominik Stadler2019-03-101-37/+75
* Adjust test to not fail with Xerces XML Parser, fix some IDE warningsDominik Stadler2019-03-102-9/+17
* [bug-63240] make SAXHelper.newXMLReader non-synchronized]PJ Fanning2019-03-062-0/+34
* [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized]PJ Fanning2019-03-061-0/+18
* Close more file-handles in testsDominik Stadler2019-03-036-655/+658
* Fix a regression test failure, toString() should never return nullDominik Stadler2019-03-033-75/+80
* Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so...Dominik Stadler2019-03-021-0/+17
* Close file-handles for slideshows also when construction fails or when dual-s...Dominik Stadler2019-02-2317-721/+782
* Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this ch...Yegor Kozlov2019-02-131-1/+6
* Bug 63029: OPCPackage Potentially clobbers files on close() Yegor Kozlov2019-02-121-0/+38
* Fix some IDE warnings and better output in unit testDominik Stadler2019-01-271-23/+28
* pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common...Vladislav Galas2019-01-261-4/+5
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-265-18/+5
* made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel...Vladislav Galas2019-01-264-10/+10
* purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w...Vladislav Galas2019-01-262-3/+3
* setCellFormula: blank cell gets value 0, non-blank value is preservedVladislav Galas2019-01-261-1/+10
* Fix some Findbugs and IDE issues, refactor some duplicated code,Dominik Stadler2019-01-132-12/+13
* Add reproducer for bug 60355Dominik Stadler2019-01-131-3/+59
* IDE and JavaDoc fixes, move/remove some unfixed testsDominik Stadler2019-01-112-44/+44