summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
...
* 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-113-19/+77
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-045-5/+5
* Fix work bug #42799Nick Burch2007-12-041-2/+10
* Workaround to avoid a NPE for Word Documents that are missing their ListTable...Nick Burch2007-12-043-7/+74
* Add method to return the number of styles (bug #43883)Nick Burch2007-11-161-0/+8
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-284-3/+24
* A bit more on HDGF LZW compression, but it's still not quite completeNick Burch2007-10-271-35/+163
* Implement an Excel text extractor, and put all the existing text extractors u...Nick Burch2007-10-273-61/+58
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ...Nick Burch2007-10-151-0/+11
* Stub out the HDGF compression routine, and tests for it. Document the first s...Nick Burch2007-10-142-8/+187
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. (D...Nick Burch2007-10-134-85/+166
* roll back to the previous version.Yegor Kozlov2007-09-261-28/+25
* Implement the date function, patch from PavelNick Burch2007-09-251-0/+100
* Implement the date function, patch from PavelNick Burch2007-09-251-5/+94
* Improvement from Pavel - if we've already parsed a formula then evaluated it,...Nick Burch2007-09-251-24/+27
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-0/+122
* Move POIDocument out of the scratchpadNick Burch2007-09-192-333/+0
* Convert to use POIDocumentNick Burch2007-09-171-2/+5
* When writing out a HSLF file, optionally also write out all the different OLE...Nick Burch2007-09-174-1/+125
* Ensure that evaluateInCell sets the underlying cell type properly (fix from P...Nick Burch2007-09-171-0/+3
* Implementation of the Day function from Pavel KrupetsNick Burch2007-09-171-5/+44
* Fix the indenting on write(), which has been messed up for an ageNick Burch2007-09-171-81/+97
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
* Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)Nick Burch2007-08-232-3/+88
* When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOBNick Burch2007-08-231-4/+9
* 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-152-3/+47
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd...Yegor Kozlov2007-08-063-5/+34
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0914-0/+987
* keep the javadoc compiler quietYegor Kozlov2007-07-026-9/+14
* Some more fixes for javadoc warningsNick Burch2007-06-2916-72/+0
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0
* Include a test for the text extraction code. Update code to use POILogger ins...Nick Burch2007-06-274-5/+128
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-2710-4/+224
* fixed [Bug 42677] - HSLF SlideShow write() issues on tablesYegor Kozlov2007-06-262-2/+31
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-264-3/+48
* Make a start on processing the commands within the chunks, and their values. ...Nick Burch2007-06-214-3/+203
* Start on processing the commands stored within a HDGF chunk, plus initial tes...Nick Burch2007-06-215-13/+1127
* Tweak test to match last V11 related changeNick Burch2007-06-201-1/+14
* Improved support for chunks and chunk streams, plus testsNick Burch2007-06-1911-9/+266
* Make a start on supporting ChunksNick Burch2007-06-1916-20/+458
* Add a developer helper class, which prints out the stream+pointer structure o...Nick Burch2007-06-182-1/+85
* Convert HDGFDiagram to using the new pointer and stream code, and add tests f...Nick Burch2007-06-185-201/+121
* Basic support for a few key kinds of streams, and tests to go with thisNick Burch2007-06-1810-26/+446
* Initial HDGF support for streams, plus testsNick Burch2007-06-185-0/+313
* Initial support for HDGF pointers, along with testsNick Burch2007-06-185-1/+283
* First stab at hdgf, an implementation of the visio format. Basic support for ...Nick Burch2007-06-183-0/+468
* Finish off the example use of MissingRecordAwareHSSFListener, which outputs a...Nick Burch2007-06-172-5/+108