aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Detect, and report a meaningful error, if we come across an Office 2007 XML d...Nick Burch2007-04-234-0/+94
* cleaning the code before releaseYegor Kozlov2007-04-182-10/+3
* fixed misc bugs in the hslf how-to docYegor Kozlov2007-04-181-12/+13
* applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroupYegor Kozlov2007-04-161-0/+17
* testcases for bugs 38266 and 40738Yegor Kozlov2007-04-163-1/+45
* applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor...Yegor Kozlov2007-04-163-11/+249
* use POILogger instead of System.err in hslf records. If users want verbose ou...Yegor Kozlov2007-04-126-9/+23
* Fix for bug 41946: remember if the complex part of an array property is empty...Yegor Kozlov2007-04-122-10/+101
* It seems that some PPT files only have linkAtom + linkDetailsA for their ExHy...Nick Burch2007-04-031-6/+19
* convert from pixels (96dpi) to points(72dpi) when setting picture anchorYegor Kozlov2007-03-301-1/+1
* Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWP...Nick Burch2007-03-293-5/+163
* Don't NPE if we have a reference to a note, where there's no core record to g...Nick Burch2007-03-293-13/+45
* fixed bug 41384: Array index wrong in record creationYegor Kozlov2007-03-213-1/+54
* fixed bug 41761: NPE when serializing a workbook with empty rows Yegor Kozlov2007-03-203-7/+40
* excluded rich text and outlines from POI 2.5 limitationsYegor Kozlov2007-03-201-14/+1
* improved work with cell commentsYegor Kozlov2007-03-124-37/+63
* fix amateur hour coding mistake Andrew C. Oliver2007-03-021-5/+6
* http://issues.apache.org/bugzilla/show_bug.cgi?id=40548Andrew C. Oliver2007-03-021-5/+8
* Allow user defined named ranges. Calling super doesn't seem to break anythin...Andrew C. Oliver2007-03-021-1/+4
* If the username length in the CurrentUserAtom is clearly wrong, treat it as i...Nick Burch2007-03-011-2/+13
* not autofit for formula cellsYegor Kozlov2007-02-261-2/+0
* support for auto-sizing worksheet columnsYegor Kozlov2007-02-132-22/+131
* changing attributes of existing cell comments is reflected after saveYegor Kozlov2007-01-313-5/+65
* Make this compile for me.Rainer Klute2007-01-301-1/+1
* Add ExObjList supportNick Burch2007-01-178-7/+430
* Add ExHyperlink tests against a real fileNick Burch2007-01-172-2/+46
* Add support for ExHyperlink and ExHyperlinkAtomNick Burch2007-01-177-3/+474
* Support InteractiveInfo, the parent of InteractiveInfoAtomNick Burch2007-01-173-1/+185
* Initial, basic support for InteractiveInfoAtomNick Burch2007-01-174-1/+278
* Tweak comments and variable names, to make the wacky colour stuff as BGR not ...Nick Burch2007-01-161-4/+6
* testcases for still unfixed bugsAvik Sengupta2007-01-163-0/+64
* Testcases for bugs. Thanks YegorAvik Sengupta2007-01-1614-1/+331
* Add standard licence header for src/documentation/content directoryMark Thomas2007-01-15102-402/+2136
* Add standard licence header for src/documentation/skins directoryMark Thomas2007-01-1521-17/+372
* Add standard licence header for src/types directoryMark Thomas2007-01-1510-28/+176
* Add standard licence header for src/testcases directoryMark Thomas2007-01-157-0/+112
* Add standard licence header for src/resources directoryMark Thomas2007-01-153-0/+45
* Add standard licence header for src/records directoryMark Thomas2007-01-1546-82/+846
* Add standard licence header for src/java directoryMark Thomas2007-01-1526-21/+455
* Add standard licence header for src/examples directoryMark Thomas2007-01-151-0/+16
* Add standard licence header for contrib directoryMark Thomas2007-01-154-1/+69
* License comment fixed.Rainer Klute2007-01-151-17/+16
* Refactor the TextPropCollection and TextProp classes into their own model pac...Nick Burch2007-01-1515-380/+503
* Fix for bug #41357, by moving byte array creation until after we've decided t...Nick Burch2007-01-153-5/+55
* Update the order of the TextProps, as it seems not to be based quite on the m...Nick Burch2007-01-152-10/+73
* git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f7953...Mark Thomas2007-01-1510-0/+160
* Add standard licence headerMark Thomas2007-01-15336-9/+5360
* Throw an exception if a picture claims to have a negative amount of data. Sho...Nick Burch2007-01-121-0/+8
* Handle the fact that StyleTextPropAtom needs to work with a text length that'...Nick Burch2007-01-113-6/+20
* Update with new knowledge of how this all works, from bug #41176Nick Burch2007-01-091-33/+16