summaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Collapse)AuthorAgeFilesLines
* merged TRUNK changes r608809 into REL_3_0_2_BETA2REL_3_0_2_BETA2Yegor Kozlov2008-01-0436-57/+1152
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_0_2_BETA2@608846 13f79535-47bb-0310-9956-ffa450edef68
* Add method to return the number of styles (bug #43883)Nick Burch2007-11-161-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@595701 13f79535-47bb-0310-9956-ffa450edef68
* Add in a (disabled) test for bug #43670 (not yet fixed)Nick Burch2007-10-284-3/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589417 13f79535-47bb-0310-9956-ffa450edef68
* A bit more on HDGF LZW compression, but it's still not quite completeNick Burch2007-10-271-35/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589233 13f79535-47bb-0310-9956-ffa450edef68
* Implement an Excel text extractor, and put all the existing text extractors ↵Nick Burch2007-10-273-61/+58
| | | | | | under a common superclass, so they're easier to find and use git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@589224 13f79535-47bb-0310-9956-ffa450edef68
* Allow users to get a FormulaParser armed only with a HSSFWorkbook, through a ↵Nick Burch2007-10-151-0/+11
| | | | | | convenience method on HSSFFormulaEvaluator git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584721 13f79535-47bb-0310-9956-ffa450edef68
* Stub out the HDGF compression routine, and tests for it. Document the first ↵Nick Burch2007-10-142-8/+187
| | | | | | slab of the compressed data in the test, so it's easy to see if we're generating it properly. (Have yet to implement the compression support yet though) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584534 13f79535-47bb-0310-9956-ffa450edef68
* Replace the HDGW LZW engine with a fully documented, ASL licenced version. ↵Nick Burch2007-10-134-85/+166
| | | | | | (Doesn't do compression yet, but is a much better start for that) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584414 13f79535-47bb-0310-9956-ffa450edef68
* roll back to the previous version.Yegor Kozlov2007-09-261-28/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579733 13f79535-47bb-0310-9956-ffa450edef68
* Implement the date function, patch from PavelNick Burch2007-09-251-0/+100
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579244 13f79535-47bb-0310-9956-ffa450edef68
* Implement the date function, patch from PavelNick Burch2007-09-251-5/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579243 13f79535-47bb-0310-9956-ffa450edef68
* Improvement from Pavel - if we've already parsed a formula then evaluated ↵Nick Burch2007-09-251-24/+27
| | | | | | it, don't re-do the parsing the second time git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@579197 13f79535-47bb-0310-9956-ffa450edef68
* Finish the POIDocument move, and update HSSFWorkbook to use itNick Burch2007-09-191-0/+122
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577314 13f79535-47bb-0310-9956-ffa450edef68
* Move POIDocument out of the scratchpadNick Burch2007-09-192-333/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@577260 13f79535-47bb-0310-9956-ffa450edef68
* Convert to use POIDocumentNick Burch2007-09-171-2/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576507 13f79535-47bb-0310-9956-ffa450edef68
* When writing out a HSLF file, optionally also write out all the different ↵Nick Burch2007-09-174-1/+125
| | | | | | OLE2 streams, and not just the normal HSLF related ones git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576505 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that evaluateInCell sets the underlying cell type properly (fix from ↵Nick Burch2007-09-171-0/+3
| | | | | | Pavel Krupets) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576504 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of the Day function from Pavel KrupetsNick Burch2007-09-171-5/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576492 13f79535-47bb-0310-9956-ffa450edef68
* Fix the indenting on write(), which has been messed up for an ageNick Burch2007-09-171-81/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@576475 13f79535-47bb-0310-9956-ffa450edef68
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573955 13f79535-47bb-0310-9956-ffa450edef68
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@573872 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of Month and Year functions, from Guenter Kickinger (bug #43199)Nick Burch2007-08-232-3/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@569062 13f79535-47bb-0310-9956-ffa450edef68
* When trying to tell if a PPT file is encrypted or not, try to avoid an AIOOBNick Burch2007-08-231-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@568949 13f79535-47bb-0310-9956-ffa450edef68
* Add in missing copyright headers to a couple of new testcasesNick Burch2007-08-151-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566198 13f79535-47bb-0310-9956-ffa450edef68
* Patch from David Law in bug #43093 - handle Area3D formula references that ↵Nick Burch2007-08-152-3/+47
| | | | | | refer to a different sheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@566157 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: ↵Yegor Kozlov2007-08-063-5/+34
| | | | | | UserEditAtom.MaxPersistWritten wasn't updated when adding new slides. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@563185 13f79535-47bb-0310-9956-ffa450edef68
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0914-0/+987
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@554774 13f79535-47bb-0310-9956-ffa450edef68
* keep the javadoc compiler quietYegor Kozlov2007-07-026-9/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@552525 13f79535-47bb-0310-9956-ffa450edef68
* Some more fixes for javadoc warningsNick Burch2007-06-2916-72/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551908 13f79535-47bb-0310-9956-ffa450edef68
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551903 13f79535-47bb-0310-9956-ffa450edef68
* Include a test for the text extraction code. Update code to use POILogger ↵Nick Burch2007-06-274-5/+128
| | | | | | instead of System.err. Update the NOTICE file for the TLP change, and add entries for JUnit and the small GPL v3 bits of HDGF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551273 13f79535-47bb-0310-9956-ffa450edef68
* Lots more HDGF support for chunks, and add support for basic text extractionNick Burch2007-06-2710-4/+224
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@551258 13f79535-47bb-0310-9956-ffa450edef68
* fixed [Bug 42677] - HSLF SlideShow write() issues on tablesYegor Kozlov2007-06-262-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550731 13f79535-47bb-0310-9956-ffa450edef68
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-264-3/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@550726 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on processing the commands within the chunks, and their values. ↵Nick Burch2007-06-214-3/+203
| | | | | | Includes some tests git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549616 13f79535-47bb-0310-9956-ffa450edef68
* Start on processing the commands stored within a HDGF chunk, plus initial ↵Nick Burch2007-06-215-13/+1127
| | | | | | tests for it git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549588 13f79535-47bb-0310-9956-ffa450edef68
* Tweak test to match last V11 related changeNick Burch2007-06-201-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@549111 13f79535-47bb-0310-9956-ffa450edef68
* Improved support for chunks and chunk streams, plus testsNick Burch2007-06-1911-9/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548870 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on supporting ChunksNick Burch2007-06-1916-20/+458
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548836 13f79535-47bb-0310-9956-ffa450edef68
* Add a developer helper class, which prints out the stream+pointer structure ↵Nick Burch2007-06-182-1/+85
| | | | | | of a visio file git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548525 13f79535-47bb-0310-9956-ffa450edef68
* Convert HDGFDiagram to using the new pointer and stream code, and add tests ↵Nick Burch2007-06-185-201/+121
| | | | | | for it git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548518 13f79535-47bb-0310-9956-ffa450edef68
* Basic support for a few key kinds of streams, and tests to go with thisNick Burch2007-06-1810-26/+446
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548511 13f79535-47bb-0310-9956-ffa450edef68
* Initial HDGF support for streams, plus testsNick Burch2007-06-185-0/+313
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548476 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for HDGF pointers, along with testsNick Burch2007-06-185-1/+283
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548461 13f79535-47bb-0310-9956-ffa450edef68
* First stab at hdgf, an implementation of the visio format. Basic support for ↵Nick Burch2007-06-183-0/+468
| | | | | | processing the equivalent of records - pointers and blocks. Now to refactor it into something sane! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548428 13f79535-47bb-0310-9956-ffa450edef68
* Finish off the example use of MissingRecordAwareHSSFListener, which outputs ↵Nick Burch2007-06-172-5/+108
| | | | | | a csv git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548049 13f79535-47bb-0310-9956-ffa450edef68
* Make a start on some example code to use MissingRecordAwareHSSFListener for ↵Nick Burch2007-06-172-1/+220
| | | | | | turning a xls into a csv git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@548030 13f79535-47bb-0310-9956-ffa450edef68
* encode unicode chars in HSLF unit testsYegor Kozlov2007-06-012-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543411 13f79535-47bb-0310-9956-ffa450edef68
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-3019-85/+873
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542804 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug 38256: RuntimeException: Couldn't instantiate the class for type ↵Yegor Kozlov2007-05-293-3/+63
| | | | | | with id 0 git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@542453 13f79535-47bb-0310-9956-ffa450edef68