| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merged revisions 612484-612511,612513-612519,612521-613394,613397-613399,6134... | Nick Burch | 2008-03-29 | 4 | -10/+107 |
* | Merged revisions 638001-638784,638786-639486,639488-639601,639603-639836 via ... | Nick Burch | 2008-03-29 | 1 | -0/+88 |
* | Merge changes from trunk to the ooxml branch - revisions 634630 to | Nick Burch | 2008-03-29 | 6 | -145/+479 |
* | Merged revisions 627779-634630 via svnmerge from | Ugo Cei | 2008-03-08 | 37 | -346/+2444 |
* | Merged revisions 618680-620582 via svnmerge from | Ugo Cei | 2008-02-13 | 2 | -0/+45 |
* | Merged revisions 615190-618235 via svnmerge from | Ugo Cei | 2008-02-04 | 13 | -1/+703 |
* | Merged revisions 614878-614909 via svnmerge from | Ugo Cei | 2008-01-25 | 1 | -0/+117 |
* | Shuffle some bits of TestFormulaParser into scratchpad, so it can find HSSFFo... | Nick Burch | 2008-01-09 | 1 | -0/+83 |
* | Finally fix bug #42464 - Expected ExpPtg to be converted from Shared to Non-S... | Nick Burch | 2008-01-08 | 3 | -0/+93 |
* | Make a start on supporting adding new text to a hslf textrun | Nick Burch | 2008-01-08 | 1 | -5/+82 |
* | Make the ooxml and ole2 powerpoint extractors more in keeping with the others... | Nick Burch | 2008-01-04 | 1 | -0/+23 |
* | Some matching sets of sample ooxml and ole2 files, along with a plain text de... | Nick Burch | 2008-01-04 | 6 | -0/+40 |
* | Add some more sample ooxml documents | Nick Burch | 2007-12-27 | 1 | -0/+0 |
* | Update the sample ooxml files to the latest versions from http://openxmldevel... | Nick Burch | 2007-12-26 | 2 | -0/+0 |
* | fix bug #43781: slide->getShapes->getTextRun returns wrong text | Yegor Kozlov | 2007-12-24 | 2 | -0/+32 |
* | Support for Mid, Replace and Substitute excel functions (bug #s 44095, 44097,... | Nick Burch | 2007-12-21 | 1 | -0/+0 |
* | Patch from bug #44055 - support reading the from field from HSMF messages | Nick Burch | 2007-12-21 | 2 | -0/+27 |
* | Avoid a rare ArrayIndexOutOfBoundsException on some word table stuff (patch f... | Nick Burch | 2007-12-17 | 2 | -1/+18 |
* | Add comments on which formula related things should go in which of the two te... | Nick Burch | 2007-12-12 | 2 | -9/+16 |
* | Support for the Trim function, and a little enhancement to the formula evalua... | Nick Burch | 2007-12-11 | 2 | -14/+22 |
* | Workaround to avoid a NPE for Word Documents that are missing their ListTable... | Nick Burch | 2007-12-04 | 2 | -0/+60 |
* | Add in a (disabled) test for bug #43670 (not yet fixed) | Nick Burch | 2007-10-28 | 2 | -3/+17 |
* | Stub out the HDGF compression routine, and tests for it. Document the first s... | Nick Burch | 2007-10-14 | 1 | -5/+90 |
* | Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D... | Nick Burch | 2007-10-13 | 1 | -3/+3 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -0/+100 |
* | Finish the POIDocument move, and update HSSFWorkbook to use it | Nick Burch | 2007-09-19 | 1 | -0/+122 |
* | Move POIDocument out of the scratchpad | Nick Burch | 2007-09-19 | 1 | -117/+0 |
* | When writing out a HSLF file, optionally also write out all the different OLE... | Nick Burch | 2007-09-17 | 2 | -0/+35 |
* | support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details. | Yegor Kozlov | 2007-09-09 | 1 | -0/+54 |
* | Support for getting OLE object data from slide show. See Bug 43247 for details. | Yegor Kozlov | 2007-09-08 | 2 | -0/+62 |
* | Add in missing copyright headers to a couple of new testcases | Nick Burch | 2007-08-15 | 1 | -0/+17 |
* | Patch from David Law in bug #43093 - handle Area3D formula references that re... | Nick Burch | 2007-08-15 | 1 | -0/+42 |
* | fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd... | Yegor Kozlov | 2007-08-06 | 1 | -4/+31 |
* | Initial HSMF (outlook) support from Travis | Nick Burch | 2007-07-09 | 6 | -0/+366 |
* | Include a test for the text extraction code. Update code to use POILogger ins... | Nick Burch | 2007-06-27 | 1 | -0/+107 |
* | Lots more HDGF support for chunks, and add support for basic text extraction | Nick Burch | 2007-06-27 | 1 | -0/+60 |
* | fixed [Bug 42677] - HSLF SlideShow write() issues on tables | Yegor Kozlov | 2007-06-26 | 1 | -0/+25 |
* | Make a start on processing the commands within the chunks, and their values. ... | Nick Burch | 2007-06-21 | 1 | -3/+5 |
* | Start on processing the commands stored within a HDGF chunk, plus initial tes... | Nick Burch | 2007-06-21 | 1 | -0/+50 |
* | Tweak test to match last V11 related change | Nick Burch | 2007-06-20 | 1 | -1/+14 |
* | Improved support for chunks and chunk streams, plus tests | Nick Burch | 2007-06-19 | 2 | -0/+176 |
* | Make a start on supporting Chunks | Nick Burch | 2007-06-19 | 2 | -9/+16 |
* | Convert HDGFDiagram to using the new pointer and stream code, and add tests f... | Nick Burch | 2007-06-18 | 3 | -4/+62 |
* | Basic support for a few key kinds of streams, and tests to go with this | Nick Burch | 2007-06-18 | 4 | -21/+244 |
* | Initial HDGF support for streams, plus tests | Nick Burch | 2007-06-18 | 1 | -0/+127 |
* | Initial support for HDGF pointers, along with tests | Nick Burch | 2007-06-18 | 1 | -0/+139 |
* | First stab at hdgf, an implementation of the visio format. Basic support for ... | Nick Burch | 2007-06-18 | 1 | -0/+101 |
* | encode unicode chars in HSLF unit tests | Yegor Kozlov | 2007-06-01 | 2 | -7/+7 |
* | HSLF: readonly support for hyperlinks | Yegor Kozlov | 2007-05-30 | 5 | -19/+219 |
* | fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi... | Yegor Kozlov | 2007-05-29 | 2 | -0/+29 |