summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fixed re-open of bug #42844. HSSFEventFactory silently skips unknown records ...Yegor Kozlov2007-09-133-11/+25
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-112-18/+1
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-093-6/+70
* Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details.Yegor Kozlov2007-09-086-16/+375
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-0810-22/+847
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-2610-18/+593
* fixed: Bug 43088: Excel file can't be loaded if comments exceed a size of 411...Yegor Kozlov2007-08-263-38/+191
* Changelog updateNick Burch2007-08-232-0/+4
* Fix for bug #42844 - Include some of the crazy continue record handling that ...Nick Burch2007-08-233-5/+123
* When writing out a workbook, skip a WORKBOOK stream (if there is one), since ...Nick Burch2007-08-232-0/+77
* 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-152-0/+34
* Patch from Trejkaz from bug #43116 - Fix for Escher handling of embeded OLE2 ...Nick Burch2007-08-155-1/+29
* Patch from bug #43108 - when fetching system properties, use sensible default...Nick Burch2007-08-155-8/+29
* Patch from David Law in bug #43093 - handle Area3D formula references that re...Nick Burch2007-08-154-3/+49
* Bug 43090: autoSizeColumn can calculate negative sizes for the column width d...Yegor Kozlov2007-08-101-0/+3
* Further enhancements to Font Metrics support, wrt fonts with bold/italic vari...Nick Burch2007-08-093-8/+46
* If the Escher layer is asked to draw text with an invalid font, throw a much ...Nick Burch2007-08-092-0/+22
* fixed bug 42620: More than one slide fails to open in OpenOffice. Fix: UserEd...Yegor Kozlov2007-08-063-5/+34
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-067-5/+145
* fixed Bug 42999: HSSFPatriarch positioning problemYegor Kozlov2007-08-032-4/+31
* you can now protect files with writeProtectWorkbookAndrew C. Oliver2007-07-186-6/+322
* Add stub hsmf documentationNick Burch2007-07-093-0/+86
* Initial HSMF (outlook) support from TravisNick Burch2007-07-0914-0/+987
* Update the homepage for 3.0.1 releaseNick Burch2007-07-061-5/+8
* Update the changelog with a couple of thingsNick Burch2007-07-022-0/+10
* keep the javadoc compiler quietYegor Kozlov2007-07-0212-20/+23
* oops...forgot theseAndrew C. Oliver2007-07-022-0/+259
* Now can protect sheets with a password. So everyone may cease whining about itAndrew C. Oliver2007-07-026-30/+224
* Yet more javadoc fixesNick Burch2007-06-2920-63/+22
* Lots more javadoc warning fixesNick Burch2007-06-29129-563/+148
* Some more fixes for javadoc warningsNick Burch2007-06-2922-80/+0
* Fix a whole slew of javadoc warningsNick Burch2007-06-29208-832/+0
* Several TLP tweaks and typo fixes in the documentation. Update the changelog ...Nick Burch2007-06-2711-10/+160
* 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
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
* 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-265-4/+49
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
* Consistency check added when reading property set stream. An IllegalPropertyD...Rainer Klute2007-06-231-0/+24
* 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