| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible ArrayIndexOutOfBoundsException seen with some word documents | Dominik Stadler | 2015-04-20 | 2 | -1/+1 |
* | Avoid NullPointerException if an image cannot be read | Dominik Stadler | 2015-04-20 | 2 | -0/+4 |
* | Detect if a file is actually PDF instead of .doc similar to how it is already... | Dominik Stadler | 2015-04-20 | 1 | -2/+4 |
* | Add missing nested Exception in thrown Exception | Dominik Stadler | 2015-04-19 | 1 | -1/+1 |
* | Patch from Jon Scharff from bug #57820 - Avoid NPE on HSLF Tables with a top... | Nick Burch | 2015-04-18 | 3 | -1/+33 |
* | Adjust Eclipse project settings to ensure that files are read as UTF-8 on Win... | Dominik Stadler | 2015-04-16 | 1 | -0/+2 |
* | Bug 57163: Fix possible NullPointerException when a spreadsheet has no LinkTa... | Dominik Stadler | 2015-04-13 | 3 | -5/+16 |
* | Bug 56579: Throw exception if max string length of 32767 chars is exceeded in... | Dominik Stadler | 2015-04-03 | 8 | -65/+141 |
* | XMLPrettyPrint: Don't try to pretty-print non-XML files and print out which f... | Dominik Stadler | 2015-04-03 | 2 | -8/+24 |
* | Bug 55386: Fix handling of bold formatting in example application 'ToHtml' | Dominik Stadler | 2015-03-22 | 1 | -3/+7 |
* | Integration test: Do a few more things with the MapiMessage | Dominik Stadler | 2015-03-22 | 1 | -0/+15 |
* | Add test-document from bug 53379 to verify in integration tests that text ext... | Dominik Stadler | 2015-03-22 | 1 | -0/+0 |
* | Integration tests: Expect exception for old word documents and still run the ... | Dominik Stadler | 2015-03-22 | 4 | -12/+50 |
* | Add test-document to verify that bug 51921 is fixed already | Dominik Stadler | 2015-03-22 | 5 | -4/+29 |
* | Add test from bug 49423 to verify that the problem was fixed in the meantime | Dominik Stadler | 2015-03-22 | 2 | -0/+33 |
* | Eclipse warnings, Generics, unused members in some exapmles and scratchpad cl... | Dominik Stadler | 2015-03-22 | 13 | -67/+61 |
* | Add more test-files from bug 44501, all seem to work fine now | Dominik Stadler | 2015-03-22 | 6 | -1/+19 |
* | Bug 47304: use fixed encoding when extracting text in WordDocument | Dominik Stadler | 2015-03-22 | 4 | -2/+84 |
* | Bug 56017: fix shifting comments with shifted rows and move some more tests i... | Dominik Stadler | 2015-03-15 | 7 | -163/+275 |
* | Remove Javadoc/Eclipse warnings | Dominik Stadler | 2015-03-14 | 1 | -3/+5 |
* | Bug 56295: Fix cloning of styles across workbooks and handling of default val... | Dominik Stadler | 2015-03-14 | 4 | -18/+90 |
* | Add second verification of bug 56325 to ensure it is really fixed | Dominik Stadler | 2015-03-14 | 2 | -0/+29 |
* | Remove some findbugs warnings about missing close of streams, use existing IO... | Dominik Stadler | 2015-03-14 | 6 | -48/+66 |
* | Also write findbugs.xml file for reading the results in ^Cnkins builds | Dominik Stadler | 2015-03-14 | 1 | -1/+24 |
* | Detect OOXML-strict, and give more helpful exceptions for them | Nick Burch | 2015-03-13 | 4 | -7/+42 |
* | Fix inconsistent indents | Nick Burch | 2015-03-13 | 1 | -56/+56 |
* | More relation types | Nick Burch | 2015-03-13 | 1 | -5/+16 |
* | Stub unit tests for #57699 | Nick Burch | 2015-03-13 | 2 | -0/+28 |
* | Bug 56380: Remove limitation of 1024 comments per Workbook | Dominik Stadler | 2015-03-13 | 4 | -42/+200 |
* | Exclude the OOXML strict files for now, not yet supported, see bug #57699 | Nick Burch | 2015-03-13 | 1 | -0/+5 |
* | Add some sample Strict ooxml files, from Excel 2013 | Nick Burch | 2015-03-13 | 4 | -0/+0 |
* | Verify that document from bug 56392 works | Dominik Stadler | 2015-03-11 | 2 | -1/+12 |
* | Add helper test to verify that vsdx cannot even be loaded by POIXMLDocument c... | Dominik Stadler | 2015-03-11 | 1 | -0/+29 |
* | No support as yet for the OOXML visio files, so have these ignored | Nick Burch | 2015-03-11 | 1 | -1/+9 |
* | Fix inconsistent indents | Nick Burch | 2015-03-11 | 1 | -172/+172 |
* | Bug 56467: Fix cloning of sheets with pictures | Dominik Stadler | 2015-03-11 | 2 | -3/+35 |
* | Add testcase which verifies that bug 56820 was solved by some other fix already | Dominik Stadler | 2015-03-11 | 1 | -0/+76 |
* | Remove unused import | Dominik Stadler | 2015-03-11 | 1 | -2/+0 |
* | Fix inconsistent indents | Nick Burch | 2015-03-11 | 1 | -629/+628 |
* | Give a more helpful exception if a Visio VSDX ooxml file is passed to Extract... | Nick Burch | 2015-03-11 | 3 | -3/+34 |
* | Patch from tntim96 from bug #56799 - Include CTTblGrid in the smaller poi-oox... | Nick Burch | 2015-03-05 | 1 | -0/+12 |
* | Bug 57165: also verify that createSheet() had the same problem and is also fi... | Dominik Stadler | 2015-03-01 | 1 | -0/+20 |
* | Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets | Dominik Stadler | 2015-03-01 | 6 | -38/+79 |
* | Add missing close and handle theme-pptx in ExtractorFactory. Add creating sli... | Dominik Stadler | 2015-03-01 | 2 | -4/+71 |
* | Link to the replacement constructions for the deprecated ones, and a few extr... | Nick Burch | 2015-02-28 | 1 | -8/+20 |
* | More missing core properties unit tests, covering read-write without checks, ... | Nick Burch | 2015-02-28 | 2 | -7/+71 |
* | Ensure that the core properties are there before saving them, in case they ha... | Nick Burch | 2015-02-28 | 1 | -1/+3 |
* | Move test-case to location where the scratchpad-classes are available | Dominik Stadler | 2015-02-27 | 2 | -23/+27 |
* | * Verify some more Text-Extraction features as part of integration tests, fix... | Dominik Stadler | 2015-02-27 | 12 | -135/+355 |
* | Add missing javadoc-header | Dominik Stadler | 2015-02-27 | 1 | -0/+16 |