aboutsummaryrefslogtreecommitdiffstats
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
* Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributesAndreas Beeker2015-05-061-2/+2
* unpin documentationAndreas Beeker2015-05-060-0/+0
* tag 1678083 as 3.12-finalAndreas Beeker2015-05-060-0/+0
* 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-053-3/+121
* removed because of late TIKA-1315 fixAndreas Beeker2015-05-040-0/+0
* Release preparationAndreas Beeker2015-05-040-0/+0
* Release preparationAndreas Beeker2015-05-041-2/+2
* javadoc fix ... trying to get rid of the "Error fetching URL" warningAndreas Beeker2015-05-041-1/+1
* 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-302-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
* Sample password protected xlsx file from TikaNick Burch2015-04-291-0/+0
* 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-293-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
* Little bit more OSGi, not yet working #57857Nick Burch2015-04-253-4/+35
* #57857 Based on the Apache Tika OSGi bundle and tests, start on a maven-power...Nick Burch2015-04-254-0/+352
* 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