aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid NullPointerException if an image cannot be readDominik Stadler2015-04-201-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-182-1/+33
* Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa...Dominik Stadler2015-04-132-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
* Integration tests: Expect exception for old word documents and still run the ...Dominik Stadler2015-03-223-12/+50
* Add test-document to verify that bug 51921 is fixed alreadyDominik Stadler2015-03-223-4/+29
* Add test from bug 49423 to verify that the problem was fixed in the meantimeDominik Stadler2015-03-221-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-221-1/+19
* Bug 47304: use fixed encoding when extracting text in WordDocumentDominik Stadler2015-03-223-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-143-18/+90
* Add second verification of bug 56325 to ensure it is really fixedDominik Stadler2015-03-141-0/+29
* Remove some findbugs warnings about missing close of streams, use existing IO...Dominik Stadler2015-03-146-48/+66
* 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
* Bug 56380: Remove limitation of 1024 comments per WorkbookDominik Stadler2015-03-134-42/+200
* Exclude the OOXML strict files for now, not yet supported, see bug #57699Nick Burch2015-03-131-0/+5
* Verify that document from bug 56392 worksDominik Stadler2015-03-111-1/+12
* Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument c...Dominik Stadler2015-03-111-0/+29
* No support as yet for the OOXML visio files, so have these ignoredNick Burch2015-03-111-1/+9
* Fix inconsistent indentsNick Burch2015-03-111-172/+172