aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-051-4/+2
* Setting the locale doesn't seem to set the timezone, so do that explicitly to...Nick Burch2011-03-043-9/+14
* Tweak the attribute getter names on Attachments, and add MAPI+TNEF Attribute ...Nick Burch2011-03-033-26/+326
* Add a TNEF extractor class, which can be run from the command line to extract...Nick Burch2011-03-031-34/+37
* Improve HMEF handling of typed attributes (Strings and Dates), for both TNEF ...Nick Burch2011-03-031-8/+84
* Switch HMEF attributes to a factory scheme for creation, then add subtypes fo...Nick Burch2011-03-024-17/+162
* Refactor the TNEF Attributes to better match the MAPI ones, and move both int...Nick Burch2011-03-022-11/+14
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-012-0/+258
* hwpf: ignore null-reference to parent stylesheet (bug#50688)Maxim Valyanskiy2011-01-311-0/+9
* Add support for custom MAPI Properties (0x8000 and above, plus unknown lower ...Nick Burch2011-01-122-0/+68
* MAPIProperty is a better fit name for HSMF, so change the name before it gets...Nick Burch2011-01-122-8/+8
* More converting of HSMF code to use strongly type attributesNick Burch2011-01-112-10/+5
* Start converting HSMF code to use the new strongly type MAPIAttribute class f...Nick Burch2011-01-112-2/+3
* Tweak HSLF and HWPF to work well with NPOIFS, and add unit tests for thisNick Burch2011-01-012-9/+63
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-292-3/+3
* Refactor the common LZW decompression code out into utilsNick Burch2010-12-211-7/+7
* Improve the HDGF LZW code.Nick Burch2010-12-161-13/+94
* Slightly expand tests, inspired by bug #50060, but ultimately show there is a...Nick Burch2010-10-221-95/+136
* removed svn:executable from project filesYegor Kozlov2010-10-142-0/+0
* avoid NPE in ListLevel.getNumberText() when numberText is null, see Bugzilla ...Yegor Kozlov2010-10-141-0/+41
* support for BorderCode in HWPF, see Bugzilla 49919Yegor Kozlov2010-10-071-0/+113
* support for processing of symbols in HWPF, see Bugzilla 49908Yegor Kozlov2010-10-071-0/+48
* Test that shows we handle word floating and fixed pictures properlyNick Burch2010-09-281-0/+41
* revert previous commit because it causes problems with other old .docsMaxim Valyanskiy2010-09-271-11/+1
* hwpt: add more 2 bytes to OldSectionTable to solve ArrayIndexOutOfBoundsExcep...Maxim Valyanskiy2010-09-271-1/+11
* Work inspired by bug #48018 - get HWPF lists more consistent in read vs write...Nick Burch2010-09-201-0/+210
* Apply patch from bug #49820 - Fix HWPF paragraph levels, so that outline leve...Nick Burch2010-09-201-0/+63
* Add test that shows that bug #45877 has already been fixedNick Burch2010-09-191-0/+11
* More fixes for bug #49933, workaround the fact that some word6/word95 SEPX en...Nick Burch2010-09-191-0/+20
* Fix bug #49936 - Handle HWPF documents with problematic HeaderStories betterNick Burch2010-09-171-0/+22
* Fix support for sections in old word 6 / word 95 filesNick Burch2010-09-174-7/+190
* Add a few more test assertsNick Burch2010-09-161-0/+3
* Add some more paragraph property documentation and testsNick Burch2010-09-151-2/+20
* Tweak hssf and hwpf image mime types for wmf/emf to match those used by XSSF/...Nick Burch2010-09-101-1/+1
* Improve documentation of some of the HWPF picture stuff, and add unit tests f...Nick Burch2010-09-101-1/+93
* Add getMimeType() method to HWPF Picture, and fix some generics warningsNick Burch2010-09-091-35/+35
* Fix generics warningsNick Burch2010-09-091-11/+11
* Fix bug #47990 - Support for .msg attachments within a MAPIMessage .msgNick Burch2010-08-041-10/+48
* hwpf: append any character data before paragraphs to first paragraphMaxim Valyanskiy2010-08-041-0/+10
* Fix bug #49441 - Allow overriding and guessing of HSMF non-unicode string enc...Nick Burch2010-08-031-0/+19
* wpf: More CharactedRun mapping fixes for fast-saved documentsMaxim Valyanskiy2010-07-271-0/+6
* More fixes for auto-saved documentsMaxim Valyanskiy2010-07-262-1/+12
* Patch from Jens Gotze from bug #49581 - Ability to add, modify and remove ser...Nick Burch2010-07-161-0/+99
* HWPF: test auto-saved documentMaxim Valyanskiy2010-07-072-2/+18
* More Word 6 / Word 95 SupportNick Burch2010-07-021-0/+14
* Basic text extraction support for old Word 6 and Word 95 documents via some H...Nick Burch2010-06-301-3/+40
* Better handling of Outlook messages in HSMF when there's no recipient email a...Nick Burch2010-06-141-0/+37
* Fix for bug #48245 - tweak HWPF table cell detection to work across more filesNick Burch2010-06-111-166/+350
* Add additional RevisionMarkAuthorTable testNick Burch2010-06-101-0/+23
* Apply with tweaks the patch from bug #45269 - improve replaceText on HWPF rangesNick Burch2010-06-042-1/+44