| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -19/+77 |
* | Support 1904 date windowing, in addition to 1900 date windowing (patch from b... | Nick Burch | 2007-12-04 | 5 | -5/+5 |
* | Fix work bug #42799 | Nick Burch | 2007-12-04 | 1 | -2/+10 |
* | Workaround to avoid a NPE for Word Documents that are missing their ListTable... | Nick Burch | 2007-12-04 | 3 | -7/+74 |
* | Add method to return the number of styles (bug #43883) | Nick Burch | 2007-11-16 | 1 | -0/+8 |
* | Add in a (disabled) test for bug #43670 (not yet fixed) | Nick Burch | 2007-10-28 | 4 | -3/+24 |
* | A bit more on HDGF LZW compression, but it's still not quite complete | Nick Burch | 2007-10-27 | 1 | -35/+163 |
* | Implement an Excel text extractor, and put all the existing text extractors u... | Nick Burch | 2007-10-27 | 3 | -61/+58 |
* | Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ... | Nick Burch | 2007-10-15 | 1 | -0/+11 |
* | Stub out the HDGF compression routine, and tests for it. Document the first s... | Nick Burch | 2007-10-14 | 2 | -8/+187 |
* | Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D... | Nick Burch | 2007-10-13 | 4 | -85/+166 |
* | roll back to the previous version. | Yegor Kozlov | 2007-09-26 | 1 | -28/+25 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -0/+100 |
* | Implement the date function, patch from Pavel | Nick Burch | 2007-09-25 | 1 | -5/+94 |
* | Improvement from Pavel - if we've already parsed a formula then evaluated it,... | Nick Burch | 2007-09-25 | 1 | -24/+27 |
* | 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 | 2 | -333/+0 |
* | Convert to use POIDocument | Nick Burch | 2007-09-17 | 1 | -2/+5 |
* | When writing out a HSLF file, optionally also write out all the different OLE... | Nick Burch | 2007-09-17 | 4 | -1/+125 |
* | Ensure that evaluateInCell sets the underlying cell type properly (fix from P... | Nick Burch | 2007-09-17 | 1 | -0/+3 |
* | Implementation of the Day function from Pavel Krupets | Nick Burch | 2007-09-17 | 1 | -5/+44 |
* | Fix the indenting on write(), which has been messed up for an age | Nick Burch | 2007-09-17 | 1 | -81/+97 |
* | support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details. | Yegor Kozlov | 2007-09-09 | 3 | -6/+70 |
* | Support for getting OLE object data from slide show. See Bug 43247 for details. | Yegor Kozlov | 2007-09-08 | 10 | -22/+847 |
* | Implementation of Month and Year functions, from Guenter Kickinger (bug #43199) | Nick Burch | 2007-08-23 | 2 | -3/+88 |
* | When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOB | Nick Burch | 2007-08-23 | 1 | -4/+9 |
* | 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 | 2 | -3/+47 |
* | fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd... | Yegor Kozlov | 2007-08-06 | 3 | -5/+34 |
* | Initial HSMF (outlook) support from Travis | Nick Burch | 2007-07-09 | 14 | -0/+987 |
* | keep the javadoc compiler quiet | Yegor Kozlov | 2007-07-02 | 6 | -9/+14 |
* | Some more fixes for javadoc warnings | Nick Burch | 2007-06-29 | 16 | -72/+0 |
* | Fix a whole slew of javadoc warnings | Nick Burch | 2007-06-29 | 208 | -832/+0 |
* | Include a test for the text extraction code. Update code to use POILogger ins... | Nick Burch | 2007-06-27 | 4 | -5/+128 |
* | Lots more HDGF support for chunks, and add support for basic text extraction | Nick Burch | 2007-06-27 | 10 | -4/+224 |
* | fixed [Bug 42677] - HSLF SlideShow write() issues on tables | Yegor Kozlov | 2007-06-26 | 2 | -2/+31 |
* | make the code compatible with JDK 1.4.2 | Yegor Kozlov | 2007-06-26 | 4 | -3/+48 |
* | Make a start on processing the commands within the chunks, and their values. ... | Nick Burch | 2007-06-21 | 4 | -3/+203 |
* | Start on processing the commands stored within a HDGF chunk, plus initial tes... | Nick Burch | 2007-06-21 | 5 | -13/+1127 |
* | 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 | 11 | -9/+266 |
* | Make a start on supporting Chunks | Nick Burch | 2007-06-19 | 16 | -20/+458 |
* | Add a developer helper class, which prints out the stream+pointer structure o... | Nick Burch | 2007-06-18 | 2 | -1/+85 |
* | Convert HDGFDiagram to using the new pointer and stream code, and add tests f... | Nick Burch | 2007-06-18 | 5 | -201/+121 |
* | Basic support for a few key kinds of streams, and tests to go with this | Nick Burch | 2007-06-18 | 10 | -26/+446 |
* | Initial HDGF support for streams, plus tests | Nick Burch | 2007-06-18 | 5 | -0/+313 |
* | Initial support for HDGF pointers, along with tests | Nick Burch | 2007-06-18 | 5 | -1/+283 |
* | First stab at hdgf, an implementation of the visio format. Basic support for ... | Nick Burch | 2007-06-18 | 3 | -0/+468 |
* | Finish off the example use of MissingRecordAwareHSSFListener, which outputs a... | Nick Burch | 2007-06-17 | 2 | -5/+108 |