aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Test file from Marcin Łoś from bug #57851Nick Burch2015-04-231-0/+0
* 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-203-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-202-1/+1
* Fix possible ArrayIndexOutOfBoundsException seen with some word documentsDominik Stadler2015-04-202-1/+1
* Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-202-0/+4
* Detect if a file is actually PDF instead of .doc similar to how it is already...Dominik Stadler2015-04-201-2/+4
* Add missing nested Exception in thrown ExceptionDominik Stadler2015-04-191-1/+1
* Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top...Nick Burch2015-04-183-1/+33
* Adjust Eclipse project settings to ensure that files are read as UTF-8 on Win...Dominik Stadler2015-04-161-0/+2
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-133-5/+16
* Bug 56579: Throw exception if max string length of 32767 chars is exceeded in...Dominik Stadler2015-04-038-65/+141
* XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which f...Dominik Stadler2015-04-032-8/+24
* Bug 55386: Fix handling of bold formatting in example application 'ToHtml'Dominik Stadler2015-03-221-3/+7
* Integration test: Do a few more things with the MapiMessageDominik Stadler2015-03-221-0/+15
* Add test-document from bug 53379 to verify in integration tests that text ext...Dominik Stadler2015-03-221-0/+0
* Integration tests: Expect exception for old word documents and still run the ...Dominik Stadler2015-03-224-12/+50
* Add test-document to verify that bug 51921 is fixed alreadyDominik Stadler2015-03-225-4/+29
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-222-0/+33
* Eclipse warnings, Generics, unused members in some exapmles and scratchpad cl...Dominik Stadler2015-03-2213-67/+61
* Add more test-files from bug 44501, all seem to work fine nowDominik Stadler2015-03-226-1/+19
* Bug 47304: use fixed encoding when extracting text in WordDocumentDominik Stadler2015-03-224-2/+84
* Bug 56017: fix shifting comments with shifted rows and move some more tests i...Dominik Stadler2015-03-157-163/+275
* Remove Javadoc/Eclipse warningsDominik Stadler2015-03-141-3/+5
* Bug 56295: Fix cloning of styles across workbooks and handling of default val...Dominik Stadler2015-03-144-18/+90