summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* Friendly wrapper on HWPF for extracting text from Word DocumentsNick Burch2006-02-131-0/+123
* Start to support friendly usermodel interface to rich text character propertiesNick Burch2006-02-122-1/+160
* Start to support friendly usermodel interface to rich text character propertiesNick Burch2006-02-123-7/+85
* More rich text workNick Burch2006-02-121-3/+66
* More rich text workNick Burch2006-02-122-14/+24
* Fix for bug 38526 - If the record claims to be longer than the remaining data...Nick Burch2006-02-061-2/+12
* Record level support for PPT 2000/XP comments (but not yet comment summaries ...Nick Burch2006-02-061-0/+148
* Record level support for PPT 2000/XP comments (but not yet comment summaries ...Nick Burch2006-02-062-1/+111
* Enable CString recordsNick Burch2006-02-051-3/+3
* CString supportNick Burch2006-02-051-0/+113
* CString supportNick Burch2006-02-051-0/+98
* Add placeholder definitions for 2000/XP CommentsNick Burch2006-02-051-3/+10
* Expose the POIFSFileSystem constructor, so people who already have one find l...Nick Burch2006-01-241-1/+11
* BinaryTagData seems to contain records, but it isn't tagged as doing so. Try ...Nick Burch2006-01-241-0/+6
* Fix from CVS import - ensure PPT test files are stored as binaryNick Burch2006-01-222-0/+0
* From Bug 38289: Yegor's support for pictures embeded in PPT filesNick Burch2006-01-161-0/+47
* From Bug 38289: Yegor's support for pictures embeded in PPT filesNick Burch2006-01-163-0/+178
* Sample data from bug 38283, for a PPT file with an embeded picture in itNick Burch2006-01-161-0/+0
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-031-0/+34
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-031-34/+0
* Add (and throw) an exception if the powerpoint file is corrupt in a way that ...Nick Burch2006-01-033-3/+45
* More rich text related testsNick Burch2005-11-291-5/+166
* Some support for changing text in Rich text runsNick Burch2005-11-292-18/+68
* Get a bit further with building up RichTextRunsNick Burch2005-11-292-3/+54
* Simple rich text sample PPT fileNick Burch2005-11-291-0/+0
* Fix NPE in case when we can't find the Document atom: throw an IllegalState i...Nick Burch2005-11-241-0/+6
* Test for extracting text from slide PPDrawings (to ensure bug 37451 is really...Nick Burch2005-11-131-18/+34
* Fix for text runs from PPDrawings (bug 37451), as suggested by YegorNick Burch2005-11-131-2/+8
* Test data from Yegor Kozlov from bug 37451 - PPT file with text from a text boxNick Burch2005-11-131-0/+0
* Basic tests for model.TextRun, and notes on what tests still need toNick Burch2005-11-131-0/+186
* Handle saving unicode text where the underlying record was byte based, byNick Burch2005-11-132-21/+70
* Tests for updated RecordContainerNick Burch2005-11-071-0/+111
* Bit of refactoring - move child records into parent RecordContainerNick Burch2005-11-079-41/+62
* Some further tests for rich text supporting codeNick Burch2005-11-071-0/+68
* Lay some of the groundwork for model/usermodel support for rich textNick Burch2005-11-076-34/+293
* Pass font details + character styling up to the modelNick Burch2005-09-175-8/+35
* List Yegor as co-author on file, since his code contribution was used in theNick Burch2005-09-051-1/+2
* Finish off character style tests, and add paragraph style testsNick Burch2005-09-041-27/+172
* Handle internal representation duplication correctlyNick Burch2005-09-041-1/+11
* Updated to use BitFieldFactory. Appologies for stepping outside my HSSF domai...Jason Height2005-09-0223-371/+393
* Major landing of the following changes:Jason Height2005-08-181-2/+2
* Add a few more testsNick Burch2005-08-141-0/+38
* For listing the contents of StyleTextPropAtom entriesNick Burch2005-08-141-0/+117
* Improved handling of BitMask TextProp entriesNick Burch2005-08-141-6/+59
* Update tests to track updates in StyleTextPropAtomNick Burch2005-08-141-57/+55
* Big overhaul, with lots of help from YegorNick Burch2005-08-141-176/+384
* Better handle the case of there not being enough data in the record to formNick Burch2005-08-071-3/+18
* Tests for Font support from Yegor, from Bug #35972Nick Burch2005-08-021-0/+75
* Font support from Yegor, from Bug #35972Nick Burch2005-08-024-2/+246
* Add a partial test for changing style propertiesNick Burch2005-08-011-0/+29