aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Move location where document is held and adjust constructors and class-hierar...Dominik Stadler2015-05-171-2/+0
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-112-22/+21
* Refactor common default styles code to use the new helpersNick Burch2015-05-071-52/+17
* Start exposing the default paragraph and run styles from XWPFStylesNick Burch2015-05-074-26/+65
* Fix inconsistent whitespace/indentsNick Burch2015-05-072-276/+275
* Start on XWPFStyles support for document default stylesNick Burch2015-05-075-13/+105
* Begin on test for going from xwpf text to styleNick Burch2015-05-072-4/+55
* 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-052-3/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-042-1/+34
* Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPack...Nick Burch2015-05-034-24/+153
* Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format sup...Nick Burch2015-05-034-0/+64
* Ensure consistent ordering when writing out formats following changes in r167...Nick Burch2015-05-031-4/+6
* Fix inconsistent indentsNick Burch2015-05-031-448/+447
* Somewhat speed up creating data formats with large counts, and add maximum fo...Nick Burch2015-05-031-14/+24
* 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-292-32/+49
* #57593 Complete create overloading in WorkbookFactory to take passwordsNick Burch2015-04-292-6/+77
* Fix inconsistent indentsNick Burch2015-04-291-103/+103
* #57593 Begin adding overloaded WorkbookFactory.create methods which take the ...Nick Burch2015-04-292-2/+149
* Use a constant for the name of the OOXML encrypted package nodeNick Burch2015-04-292-3/+3
* When removing a SXSSF sheet, ensure temp files associated with it are dispose...Nick Burch2015-04-291-1/+8
* Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no ...Nick Burch2015-04-292-4/+38
* 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-242-1/+26
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-242-1/+20
* 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-202-3/+39
* Fix some Eclipse warningsDominik Stadler2015-04-201-6/+9
* Avoid possible NullPointerException seen with some powerpoint filesDominik Stadler2015-04-201-1/+1
* Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-201-0/+4
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-035-28/+65
* XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which f...Dominik Stadler2015-04-031-8/+14
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-155-147/+120
* Bug 56295: Fix cloning of styles across workbooks and handling of default val...Dominik Stadler2015-03-143-18/+90
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-144-33/+42
* Detect OOXML-strict, and give more helpful exceptions for themNick Burch2015-03-134-7/+42
* Fix inconsistent indentsNick Burch2015-03-131-56/+56
* More relation typesNick Burch2015-03-131-5/+16
* 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-112-3/+35
* 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-112-3/+34