summaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134...Nick Burch2008-03-294-10/+107
* Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ...Nick Burch2008-03-291-0/+88
* Merge changes from trunk to the ooxml branch - revisions 634630 to Nick Burch2008-03-296-145/+479
* Merged revisions 627779-634630 via svnmerge from Ugo Cei2008-03-0837-346/+2444
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-132-0/+45
* Merged revisions 615190-618235 via svnmerge from Ugo Cei2008-02-0413-1/+703
* Merged revisions 614878-614909 via svnmerge from Ugo Cei2008-01-251-0/+117
* Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo...Nick Burch2008-01-091-0/+83
* Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S...Nick Burch2008-01-083-0/+93
* Make a start on supporting adding new text to a hslf textrunNick Burch2008-01-081-5/+82
* Make the ooxml and ole2 powerpoint extractors more in keeping with the others...Nick Burch2008-01-041-0/+23
* Some matching sets of sample ooxml and ole2 files, along with a plain text de...Nick Burch2008-01-046-0/+40
* Add some more sample ooxml documentsNick Burch2007-12-271-0/+0
* Update the sample ooxml files to the latest versions from http://openxmldevel...Nick Burch2007-12-262-0/+0
* fix bug #43781: slide->getShapes->getTextRun returns wrong textYegor Kozlov2007-12-242-0/+32
* Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,...Nick Burch2007-12-211-0/+0
* Patch from bug #44055 - support reading the from field from HSMF messagesNick Burch2007-12-212-0/+27
* Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f...Nick Burch2007-12-172-1/+18
* Add comments on which formula related things should go in which of the two te...Nick Burch2007-12-122-9/+16
* Support for the Trim function, and a little enhancement to the formula evalua...Nick Burch2007-12-112-14/+22
* Workaround to avoid a NPE for Word Documents that are missing their ListTable...Nick Burch2007-12-042-0/+60
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-282-3/+17
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-141-5/+90
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-131-3/+3
* Implement the date function, patch from PavelNick Burch2007-09-251-0/+100
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-0/+122
* Move POIDocument out of the scratchpadNick Burch2007-09-191-117/+0
* When writing out a HSLF file, optionally also write out all the different OLE...Nick Burch2007-09-172-0/+35
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-091-0/+54
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-082-0/+62
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-151-0/+17
* Patch from David Law in bug #43093 - handle Area3D formula references that re...Nick Burch2007-08-151-0/+42
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd...Yegor Kozlov2007-08-061-4/+31
* Initial HSMF (outlook) support from TravisNick Burch2007-07-096-0/+366
* Include a test for the text extraction code. Update code to use POILogger ins...Nick Burch2007-06-271-0/+107
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-271-0/+60
* fixed [Bug 42677] - HSLF SlideShow write() issues on tablesYegor Kozlov2007-06-261-0/+25
* Make a start on processing the commands within the chunks, and their values. ...Nick Burch2007-06-211-3/+5
* Start on processing the commands stored within a HDGF chunk, plus initial tes...Nick Burch2007-06-211-0/+50
* Tweak test to match last V11 related changeNick Burch2007-06-201-1/+14
* Improved support for chunks and chunk streams, plus testsNick Burch2007-06-192-0/+176
* Make a start on supporting ChunksNick Burch2007-06-192-9/+16
* Convert HDGFDiagram to using the new pointer and stream code, and add tests f...Nick Burch2007-06-183-4/+62
* Basic support for a few key kinds of streams, and tests to go with thisNick Burch2007-06-184-21/+244
* Initial HDGF support for streams, plus testsNick Burch2007-06-181-0/+127
* Initial support for HDGF pointers, along with testsNick Burch2007-06-181-0/+139
* First stab at hdgf, an implementation of the visio format. Basic support for ...Nick Burch2007-06-181-0/+101
* encode unicode chars in HSLF unit testsYegor Kozlov2007-06-012-7/+7
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-305-19/+219
* fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi...Yegor Kozlov2007-05-292-0/+29