aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* Fix inspired by bug #45804 - Update HSMF to handle Outlook 3.0 msg files, whi...Nick Burch2008-09-159-36/+265
* Patch from bug #45738 - Initial HWPF support for Office Art ShapesNick Burch2008-09-075-0/+223
* fixed bug #45728: SlideShow.reorderSlide didn't work properlyYegor Kozlov2008-09-035-75/+107
* continue making progress with hslf hyperlinksYegor Kozlov2008-09-025-8/+141
* improved handling of StyleTextPropAtom bit masks, added more read-write round...Yegor Kozlov2008-09-024-720/+716
* Improving AreaI interface and AreaPtg hierarchyJosh Micich2008-08-311-12/+4
* Add HPBF hyperlinks support to the extractorNick Burch2008-08-313-0/+75
* Start to support HPBF hyperlinksNick Burch2008-08-318-0/+278
* Further HPBF plc testsNick Burch2008-08-301-0/+104
* Start to support HPBF PLC partsNick Burch2008-08-304-11/+245
* Various bug fixes, and hpbf updatesNick Burch2008-08-308-10/+187
* initial support for embedded movies and controls.Yegor Kozlov2008-08-2937-336/+2670
* JDK 1.4 fixes for new hpbf stuff. Some clean-upJosh Micich2008-08-257-77/+50
* HPBF text extractor and unit testsNick Burch2008-08-205-1/+238
* Quill CONTENTS bits, and testsNick Burch2008-08-205-0/+263
* More HPBF stuff, and some testsNick Burch2008-08-208-3/+275
* Make an initial start on hpbf codeNick Burch2008-08-204-0/+221
* Further HPBF documentation, and some more sample files usedNick Burch2008-08-177-0/+114
* More work understanding hpbfNick Burch2008-08-171-6/+12
* More work understanding hpbfNick Burch2008-08-171-6/+77
* More work understanding hpbfNick Burch2008-08-171-2/+76
* Few little tweaks to dev helpersNick Burch2008-08-171-2/+52
* Start on a HPBF dumperNick Burch2008-08-151-0/+130
* More sample hpbf docs, with a descriptionNick Burch2008-08-154-0/+29
* Add sample publisher files from bug #45602 to svnNick Burch2008-08-152-0/+0
* Add HWPF support for stripping out fields (eg macros), and make this optional...Nick Burch2008-08-127-3/+162
* Properly update the array of Slide's text runs in HSLF when new text shapes a...Yegor Kozlov2008-08-125-28/+86
* Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007Yegor Kozlov2008-08-1211-67/+531
* Finally get all HWPF tests to pass again, by working around how evil PAPX/CHP...Nick Burch2008-08-1117-48/+214
* Get insert based HWPF tests working fine, delete ones still problematicNick Burch2008-08-1110-83/+190
* CHPXs and PAPXs are apparently cp based, but are really byte based! Work arou...Nick Burch2008-08-1117-83/+321
* Remove random un-used import that makes gump unhappyNick Burch2008-08-101-3/+0
* Disable a few HWPF tests that aren't working while the unicode/paragraph bug ...Nick Burch2008-08-094-4/+12
* Add header/footer support to HWPF WordExtractorNick Burch2008-08-092-0/+142
* Tests to show that header stuff all works rightNick Burch2008-08-091-0/+81
* Start on headers/footers supportNick Burch2008-08-095-3/+277
* Improve FIB updating on range changes, and add passing tests for non unicode ...Nick Burch2008-08-094-15/+162
* Get most of the hwpf tests passing againNick Burch2008-08-097-16/+95
* Big big unicode rationalisation in text piece codeNick Burch2008-08-096-113/+269
* More range tests, which show that we do have a bug in the hwpf unicode supportNick Burch2008-08-091-41/+146
* More header and footer files, this time with unicode in it tooNick Burch2008-08-092-0/+0
* More tests to show that the range based stuff is working properlyNick Burch2008-08-092-6/+213
* Add lots more getters/setters for useful things to the FIBNick Burch2008-08-091-17/+112
* Start to document the whole FIB stuff betterNick Burch2008-08-095-10/+40
* Prepare to change how we do ranges, to handle different kinds of text in the ...Nick Burch2008-08-093-7/+181
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
* More HWPF/XWPF sample header footer documentsNick Burch2008-08-092-0/+0
* Add several test word files with headers and footersNick Burch2008-08-0912-0/+0
* Fix for bug 45582 - handle extra bytes after the EOFRecordJosh Micich2008-08-071-7/+1
* JDK 1.4 compatibility. Some exception clean-upJosh Micich2008-08-077-152/+115