| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Sample password protected xlsx file from Tika | Nick Burch | 2015-04-29 | 1 | -0/+0 |
* | Use a constant for the name of the OOXML encrypted package node | Nick Burch | 2015-04-29 | 11 | -11/+17 |
* | When removing a SXSSF sheet, ensure temp files associated with it are dispose... | Nick Burch | 2015-04-29 | 1 | -1/+8 |
* | Patch from Jon Scharff from bug #57826 - If a XSSF shape has a buFont but no ... | Nick Burch | 2015-04-29 | 3 | -4/+38 |
* | Add a (disabled) unit test showing the incorrect ordering problem of parts - ... | Nick Burch | 2015-04-29 | 1 | -2/+107 |
* | POI-56998 add some getters to help with list numbering in hwpf | Tim Allison | 2015-04-28 | 2 | -0/+79 |
* | Add unit-test which verifies that fill and alignment styles are applied and r... | Dominik Stadler | 2015-04-27 | 1 | -0/+50 |
* | Little bit more OSGi, not yet working #57857 | Nick Burch | 2015-04-25 | 3 | -4/+35 |
* | #57857 Based on the Apache Tika OSGi bundle and tests, start on a maven-power... | Nick Burch | 2015-04-25 | 4 | -0/+352 |
* | Add missing license header | Nick Burch | 2015-04-24 | 1 | -0/+17 |
* | Fix some inconsistent whitespace | Nick Burch | 2015-04-24 | 1 | -861/+877 |
* | #57642 Fix setSheetName with ISERROR on XSSF | Nick Burch | 2015-04-24 | 2 | -1/+26 |
* | Add a common interface for 3D Pxg's | Nick Burch | 2015-04-24 | 3 | -2/+29 |
* | Patch from Conor from bug #57747 - Add ISERR() function | Nick Burch | 2015-04-24 | 3 | -0/+110 |
* | Whitespace and comment updates | Nick Burch | 2015-04-24 | 1 | -6/+6 |
* | #57829 Avoid XmlValueDisconnectedException when removing a XWPFRun from a XWP... | Nick Burch | 2015-04-24 | 2 | -1/+20 |
* | Add another file exclude, and hae the test print out which fails failed to ma... | Nick Burch | 2015-04-23 | 1 | -0/+3 |
* | #57851 - Skip null properties in PropertyTableBase, which is how PropertyFact... | Nick Burch | 2015-04-23 | 2 | -5/+30 |
* | Make the opening code generic | Nick Burch | 2015-04-23 | 1 | -18/+30 |
* | Make the test generic across POIFS and NPOIFS | Nick Burch | 2015-04-23 | 1 | -21/+33 |
* | Pull out a common NPOIFS/POIFS test to a decidated bugs test class | Nick Burch | 2015-04-23 | 2 | -41/+66 |
* | Test file from Marcin Łoś from bug #57851 | Nick Burch | 2015-04-23 | 1 | -0/+0 |
* | Fix inconsistent indents | Nick Burch | 2015-04-23 | 1 | -102/+102 |
* | Add unit test for Eventmodel processing of password protected excel files | Nick Burch | 2015-04-23 | 1 | -0/+63 |
* | Print out slightly more on test-failure for a unit tests which fails intermit... | Dominik Stadler | 2015-04-22 | 1 | -1/+3 |
* | Fix bug 57828, shifting more than one commit per row did not work. | Dominik Stadler | 2015-04-20 | 3 | -3/+39 |
* | Fix some Eclipse warnings | Dominik Stadler | 2015-04-20 | 1 | -6/+9 |
* | Fix usage of Generics in some classes | Dominik Stadler | 2015-04-20 | 11 | -42/+46 |
* | Avoid possible NullPointerException seen with some powerpoint files | Dominik Stadler | 2015-04-20 | 2 | -1/+1 |
* | 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 |