aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 668156-671000 via svnmerge from Nick Burch2008-07-064-0/+162
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-162-0/+120
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-06-092-0/+130
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-281-0/+6
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-201-1/+24
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-161-0/+95
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-05-064-18/+129
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-2311-1/+343
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-156-4/+220
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-141-1/+1
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-113-12/+220
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-091-0/+0
* Shuffle the common text extractor stuff from scratchpad to ooxml, to match th...Nick Burch2008-04-091-303/+0
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-092-0/+10
* Finish off ExtractorFactory testsNick Burch2008-04-081-0/+36
* More ExtractorFactory support and testsNick Burch2008-04-081-2/+129
* More ExtractorFactory support and testsNick Burch2008-04-081-0/+140
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-085-17/+132
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-04-051-0/+61
* Merged revisions 642878-642946 via svnmerge from Nick Burch2008-04-051-0/+28
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-03-2940-5752/+0
* 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