aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Have MAPIMessage try the codepage properties to get the ascii encoding, befor...Nick Burch2013-06-262-12/+40
* HSMF generally wants Java Lang style encoding names, which HPSF has always wo...Nick Burch2013-06-261-21/+97
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-2610-266/+40
* Bring the numeric CodePage support from HPSF (constants and converters) out t...Nick Burch2013-06-261-0/+363
* More unit tests for the HSMF fixed sized property values (a few still remain ...Nick Burch2013-06-261-7/+63
* Make the fixed sized properties parser more flexible in the face of slightly ...Nick Burch2013-06-262-4/+32
* Dig out the normal type for some more common propertiesNick Burch2013-06-261-4/+4
* Support decoding a few more property typesNick Burch2013-06-262-1/+42
* More friendly output of byte arrays for property values in HSMFDumpNick Burch2013-06-262-1/+46
* Fix inconsistent whitespace in HSMF test filesNick Burch2013-06-265-432/+420
* Fix inconsistent whitespace in HSMF filesNick Burch2013-06-267-168/+165
* Ensure the indenting is consistent within the file, and then make some minor ...Nick Burch2013-06-261-56/+63
* Fix JavaDoc warningsNick Burch2013-06-262-5/+4
* Convert classes with a assertContains method to using the new POITestCase com...Nick Burch2013-06-266-72/+21
* Add disabled unit test for bug #54916Nick Burch2013-06-262-5/+45
* New parent test class, which includes the common assertContains patternNick Burch2013-06-262-3/+64
* JavaDoc fix - missing >Nick Burch2013-06-261-2/+2
* Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the ...Nick Burch2013-06-262-3/+34
* Pull the Properties-Only document type out to a superclass, so other places (...Nick Burch2013-06-262-20/+29
* Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte alig...Nick Burch2013-06-253-14/+84
* Fix to have consistent whitespace, and add javadoc deprecated entriesNick Burch2013-06-251-152/+155
* Fix to have consistent whitespaceNick Burch2013-06-251-128/+127
* Sample file from bug #54233Nick Burch2013-06-251-0/+0
* Update trunk after 3.10-beta1 tagging in svnNick Burch2013-06-251-1/+1
* Prep for 3.10 beta 1Nick Burch2013-06-250-0/+0
* Remove the executable flag from a number of files that aren't executables so ...Nick Burch2013-06-256-0/+0
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-256-6/+105
* Sanity check the length, logging and truncating if too long, to avoid a Strin...Nick Burch2013-06-251-0/+11
* Fix the indenting to be consistent throughout the fileNick Burch2013-06-251-363/+362
* Add another record type to the "don't warn" list, and tidy up the code a litt...Nick Burch2013-06-251-14/+19
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-253-2/+12
* Fix indenting to be consistent, and correct the setIncludeCellComments javado...Nick Burch2013-06-251-167/+167
* Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't ...Nick Burch2013-06-255-1/+63
* Patch from Tim Allison from bug #55142 - Not all XWPF SDT blockNick Burch2013-06-253-1/+31
* Bug 54920: do not set column and row separatedely, but use a referenceDominik Stadler2013-06-234-14/+94
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-206-125/+777
* Patch from Tim Allen from bug #55066 - unit test to show that we no longer lo...Nick Burch2013-06-201-0/+21
* Avoid a NPE if no password was given - use the default office one insteadNick Burch2013-06-191-0/+5
* Fix the footnote doubling, and then enable the rest of the SDT tests from Ti...Nick Burch2013-06-182-10/+1
* Remove tab indentsNick Burch2013-06-181-6/+6
* Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBloc...Nick Burch2013-06-1822-117/+777
* Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()Dominik Stadler2013-06-173-4/+83
* Bug 54982: Add a close() interface to POITextExtractor which can be used to f...Dominik Stadler2013-06-1711-22/+202
* Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() ...Nick Burch2013-06-142-6/+38
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-139-614/+614
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-134-702/+681
* Fix and update JavaDoc entries, and correct areas with wildy inconsistent whi...Nick Burch2013-06-132-349/+343
* Fix the javadoc, correct the indenting, and add the new test file from bug #5...Nick Burch2013-06-132-14/+6
* Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number...Nick Burch2013-06-122-1/+65
* Patch from akhikhl from github pull #3 - Extract references from XWPF footnotesNick Burch2013-06-122-4/+13