aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases/org
Commit message (Expand)AuthorAgeFilesLines
* show full exception stack-trace if zip-bomb detection test failsDominik Stadler2015-06-241-5/+13
* Bug 56865 - Limit number of bytes (by counting them) while opening office docsAndreas Beeker2015-06-232-39/+179
* Bug 56655: Fix Sumifs for cases where the criteria is in error.Dominik Stadler2015-06-202-83/+88
* Bug 56420: Fix possible NullPointerException when empty cell is included in S...Dominik Stadler2015-06-201-2/+2
* Move more tests into base class and add a TestSXSSFBugs class to verify some ...Dominik Stadler2015-06-172-121/+90
* Make setLandscape(false) and setLeftToRight(false) do what one would expectDominik Stadler2015-06-171-6/+40
* add missing license headerDominik Stadler2015-06-151-0/+18
* My own patch to fix #56328David North2015-06-121-0/+48
* Use a different arbitrary value for the ID of the comment shape type. This ap...David North2015-06-031-2/+2
* POI-57975: clean up white spaces and other style issues in XWPFTim Allison2015-05-2924-1619/+1623
* POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed...Tim Allison2015-05-281-15/+9
* Correct packageNick Burch2015-05-281-1/+1
* Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in co...Nick Burch2015-05-281-1/+1
* Add WorkbookFactory.create() with a flag to allow to open files read-only, ke...Dominik Stadler2015-05-261-0/+16
* Make POIXMLDocument implement Closeable as it holds an OCPPackage with open r...Dominik Stadler2015-05-261-6/+9
* Prevent problems reported in Bug 56574 by ensuring that Cells are properly re...Dominik Stadler2015-05-191-0/+98
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-071-1/+5
* Start on XWPFStyles support for document default stylesNick Burch2015-05-071-1/+5
* Begin on test for going from xwpf text to styleNick Burch2015-05-071-0/+48
* Try to fix flaky test by waiting for a switch of the second to ensure that we...Dominik Stadler2015-05-061-1/+17
* OOM fix for gump runAndreas Beeker2015-05-051-1/+13
* POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt()...Tim Allison2015-05-051-1/+33
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-041-0/+25
* Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPack...Nick Burch2015-05-031-1/+0
* Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format sup...Nick Burch2015-05-031-0/+35
* Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved...Dominik Stadler2015-04-301-2/+167
* Remove Eclipse warnings in testsDominik Stadler2015-04-302-19/+25
* Allow WorkbookFactory.create to open xlsx files protected with the default pa...Nick Burch2015-04-291-13/+19
* #57593 Complete create overloading in WorkbookFactory to take passwordsNick Burch2015-04-291-1/+59
* Fix inconsistent indentsNick Burch2015-04-291-103/+103
* #57593 Begin adding overloaded WorkbookFactory.create methods which take the ...Nick Burch2015-04-291-0/+82
* Use a constant for the name of the OOXML encrypted package nodeNick Burch2015-04-291-2/+2
* Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no ...Nick Burch2015-04-291-0/+28
* Add a (disabled) unit test showing the incorrect ordering problem of parts - ...Nick Burch2015-04-291-2/+107
* Add unit-test which verifies that fill and alignment styles are applied and r...Dominik Stadler2015-04-271-0/+50
* Fix some inconsistent whitespaceNick Burch2015-04-241-861/+877
* #57642 Fix setSheetName with ISERROR on XSSFNick Burch2015-04-241-0/+16
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-241-0/+15
* Print out slightly more on test-failure for a unit tests which fails intermit...Dominik Stadler2015-04-221-1/+3
* Fix bug 57828, shifting more than one commit per row did not work.Dominik Stadler2015-04-201-0/+34
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-033-28/+49
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-153-128/+7
* Bug 56295: Fix cloning of styles across workbooks and handling of default val...Dominik Stadler2015-03-142-2/+65
* Detect OOXML-strict, and give more helpful exceptions for themNick Burch2015-03-132-3/+24
* Stub unit tests for #57699Nick Burch2015-03-132-0/+28
* Verify that document from bug 56392 worksDominik Stadler2015-03-111-1/+12
* Bug 56467: Fix cloning of sheets with picturesDominik Stadler2015-03-111-0/+28
* Add testcase which verifies that bug 56820 was solved by some other fix alreadyDominik Stadler2015-03-111-0/+76
* Fix inconsistent indentsNick Burch2015-03-111-629/+628
* Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract...Nick Burch2015-03-111-1/+17