aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix inconsistent whitespaceNick Burch2015-05-041-127/+121
* If an empty stream or file is given to WorkbookFactory.create, give a more in...Nick Burch2015-05-045-17/+93
* New EmptyFileException, and fix serial warningNick Burch2015-05-042-1/+30
* 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
* Adjust test to handle a file correctly which works for normal handling but fa...Dominik Stadler2015-04-301-2/+3
* Skip the new password protected file, and re-org a little bit some other fail...Nick Burch2015-04-291-2/+5
* 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-2911-11/+17
* 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
* POI-56998 add some getters to help with list numbering in hwpfTim Allison2015-04-282-0/+79
* Add unit-test which verifies that fill and alignment styles are applied and r...Dominik Stadler2015-04-271-0/+50
* Add missing license headerNick Burch2015-04-241-0/+17
* Fix some inconsistent whitespaceNick Burch2015-04-241-861/+877
* #57642 Fix setSheetName with ISERROR on XSSFNick Burch2015-04-242-1/+26
* Add a common interface for 3D Pxg'sNick Burch2015-04-243-2/+29
* Patch from Conor from bug #57747 - Add ISERR() functionNick Burch2015-04-243-0/+110
* Whitespace and comment updatesNick Burch2015-04-241-6/+6
* #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP...Nick Burch2015-04-242-1/+20
* Add another file exclude, and hae the test print out which fails failed to ma...Nick Burch2015-04-231-0/+3
* #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact...Nick Burch2015-04-232-5/+30
* Make the opening code genericNick Burch2015-04-231-18/+30
* Make the test generic across POIFS and NPOIFSNick Burch2015-04-231-21/+33
* Pull out a common NPOIFS/POIFS test to a decidated bugs test classNick Burch2015-04-232-41/+66
* Fix inconsistent indentsNick Burch2015-04-231-102/+102
* Add unit test for Eventmodel processing of password protected excel filesNick Burch2015-04-231-0/+63
* 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
* Fix usage of Generics in some classesDominik Stadler2015-04-2011-42/+46
* Avoid possible NullPointerException seen with some powerpoint filesDominik Stadler2015-04-201-1/+1
* Fix possible ArrayIndexOutOfBoundsException seen with some word documentsDominik Stadler2015-04-201-1/+1