| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added key to KEYS | Tim Allison | 2013-07-29 | 1 | -0/+27 |
* | testing svn commit with test doc for 55292 | Tim Allison | 2013-07-29 | 1 | -0/+0 |
* | Ensure the interface and implementation javadocs share the same warnings, and... | Nick Burch | 2013-07-15 | 2 | -5/+8 |
* | Bug 55248: Add methods for showInPane() using int and unit test to verify it ... | Dominik Stadler | 2013-07-13 | 3 | -21/+93 |
* | Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one mo... | Dominik Stadler | 2013-07-12 | 4 | -35/+336 |
* | Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071 | Dominik Stadler | 2013-07-09 | 4 | -9/+134 |
* | Refactor to avoid logic duplication on the property value -> string conversion | Nick Burch | 2013-07-03 | 2 | -41/+28 |
* | Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't d... | Nick Burch | 2013-07-03 | 3 | -30/+50 |
* | Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ... | Dominik Stadler | 2013-07-01 | 3 | -45/+82 |
* | Bug 54084: Add testcase which reproduces the bug, no fix available yet | Dominik Stadler | 2013-06-30 | 3 | -2/+48 |
* | Adjust build.xml to update to junit 4.11 | Dominik Stadler | 2013-06-30 | 1 | -6/+15 |
* | Add a test to show that bug #53150 has been fixed by the recent fraction work | Nick Burch | 2013-06-26 | 1 | -0/+3 |
* | Have MAPIMessage try the codepage properties to get the ascii encoding, befor... | Nick Burch | 2013-06-26 | 2 | -12/+40 |
* | HSMF generally wants Java Lang style encoding names, which HPSF has always wo... | Nick Burch | 2013-06-26 | 1 | -21/+97 |
* | Deprecate the old HPSF codepage Constants list, and change the code to use th... | Nick Burch | 2013-06-26 | 10 | -266/+40 |
* | Bring the numeric CodePage support from HPSF (constants and converters) out t... | Nick Burch | 2013-06-26 | 1 | -0/+363 |
* | More unit tests for the HSMF fixed sized property values (a few still remain ... | Nick Burch | 2013-06-26 | 1 | -7/+63 |
* | Make the fixed sized properties parser more flexible in the face of slightly ... | Nick Burch | 2013-06-26 | 2 | -4/+32 |
* | Dig out the normal type for some more common properties | Nick Burch | 2013-06-26 | 1 | -4/+4 |
* | Support decoding a few more property types | Nick Burch | 2013-06-26 | 2 | -1/+42 |
* | More friendly output of byte arrays for property values in HSMFDump | Nick Burch | 2013-06-26 | 2 | -1/+46 |
* | Fix inconsistent whitespace in HSMF test files | Nick Burch | 2013-06-26 | 5 | -432/+420 |
* | Fix inconsistent whitespace in HSMF files | Nick Burch | 2013-06-26 | 7 | -168/+165 |
* | Ensure the indenting is consistent within the file, and then make some minor ... | Nick Burch | 2013-06-26 | 1 | -56/+63 |
* | Fix JavaDoc warnings | Nick Burch | 2013-06-26 | 2 | -5/+4 |
* | Convert classes with a assertContains method to using the new POITestCase com... | Nick Burch | 2013-06-26 | 6 | -72/+21 |
* | Add disabled unit test for bug #54916 | Nick Burch | 2013-06-26 | 2 | -5/+45 |
* | New parent test class, which includes the common assertContains pattern | Nick Burch | 2013-06-26 | 2 | -3/+64 |
* | JavaDoc fix - missing > | Nick Burch | 2013-06-26 | 1 | -2/+2 |
* | Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ... | Nick Burch | 2013-06-26 | 2 | -3/+34 |
* | Pull the Properties-Only document type out to a superclass, so other places (... | Nick Burch | 2013-06-26 | 2 | -20/+29 |
* | Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig... | Nick Burch | 2013-06-25 | 3 | -14/+84 |
* | Fix to have consistent whitespace, and add javadoc deprecated entries | Nick Burch | 2013-06-25 | 1 | -152/+155 |
* | Fix to have consistent whitespace | Nick Burch | 2013-06-25 | 1 | -128/+127 |
* | Sample file from bug #54233 | Nick Burch | 2013-06-25 | 1 | -0/+0 |
* | Update trunk after 3.10-beta1 tagging in svn | Nick Burch | 2013-06-25 | 1 | -1/+1 |
* | Prep for 3.10 beta 1 | Nick Burch | 2013-06-25 | 0 | -0/+0 |
* | Remove the executable flag from a number of files that aren't executables so ... | Nick Burch | 2013-06-25 | 6 | -0/+0 |
* | Add missing license headers, and a few javadoc tweaks while working on those ... | Nick Burch | 2013-06-25 | 6 | -6/+105 |
* | Sanity check the length, logging and truncating if too long, to avoid a Strin... | Nick Burch | 2013-06-25 | 1 | -0/+11 |
* | Fix the indenting to be consistent throughout the file | Nick Burch | 2013-06-25 | 1 | -363/+362 |
* | Add another record type to the "don't warn" list, and tidy up the code a litt... | Nick Burch | 2013-06-25 | 1 | -14/+19 |
* | Fix from Florian Hopf from bug #54564 - Fix error message text | Nick Burch | 2013-06-25 | 3 | -2/+12 |
* | Fix indenting to be consistent, and correct the setIncludeCellComments javado... | Nick Burch | 2013-06-25 | 1 | -167/+167 |
* | Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ... | Nick Burch | 2013-06-25 | 5 | -1/+63 |
* | Patch from Tim Allison from bug #55142 - Not all XWPF SDT block | Nick Burch | 2013-06-25 | 3 | -1/+31 |
* | Bug 54920: do not set column and row separatedely, but use a reference | Dominik Stadler | 2013-06-23 | 4 | -14/+94 |
* | Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte... | Nick Burch | 2013-06-20 | 6 | -125/+777 |
* | Patch from Tim Allen from bug #55066 - unit test to show that we no longer lo... | Nick Burch | 2013-06-20 | 1 | -0/+21 |
* | Avoid a NPE if no password was given - use the default office one instead | Nick Burch | 2013-06-19 | 1 | -0/+5 |