| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect, and report a meaningful error, if we come across an Office 2007 XML d... | Nick Burch | 2007-04-23 | 4 | -0/+94 |
* | cleaning the code before release | Yegor Kozlov | 2007-04-18 | 2 | -10/+3 |
* | fixed misc bugs in the hslf how-to doc | Yegor Kozlov | 2007-04-18 | 1 | -12/+13 |
* | applied the patch submitted in Bug 38976: added createPicture to HSSFShapeGroup | Yegor Kozlov | 2007-04-16 | 1 | -0/+17 |
* | testcases for bugs 38266 and 40738 | Yegor Kozlov | 2007-04-16 | 3 | -1/+45 |
* | applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor... | Yegor Kozlov | 2007-04-16 | 3 | -11/+249 |
* | use POILogger instead of System.err in hslf records. If users want verbose ou... | Yegor Kozlov | 2007-04-12 | 6 | -9/+23 |
* | Fix for bug 41946: remember if the complex part of an array property is empty... | Yegor Kozlov | 2007-04-12 | 2 | -10/+101 |
* | It seems that some PPT files only have linkAtom + linkDetailsA for their ExHy... | Nick Burch | 2007-04-03 | 1 | -6/+19 |
* | convert from pixels (96dpi) to points(72dpi) when setting picture anchor | Yegor Kozlov | 2007-03-30 | 1 | -1/+1 |
* | Apply Trejkax's fix from bug #41653, and do a whole load of tests for the HWP... | Nick Burch | 2007-03-29 | 3 | -5/+163 |
* | Don't NPE if we have a reference to a note, where there's no core record to g... | Nick Burch | 2007-03-29 | 3 | -13/+45 |
* | fixed bug 41384: Array index wrong in record creation | Yegor Kozlov | 2007-03-21 | 3 | -1/+54 |
* | fixed bug 41761: NPE when serializing a workbook with empty rows | Yegor Kozlov | 2007-03-20 | 3 | -7/+40 |
* | excluded rich text and outlines from POI 2.5 limitations | Yegor Kozlov | 2007-03-20 | 1 | -14/+1 |
* | improved work with cell comments | Yegor Kozlov | 2007-03-12 | 4 | -37/+63 |
* | fix amateur hour coding mistake | Andrew C. Oliver | 2007-03-02 | 1 | -5/+6 |
* | http://issues.apache.org/bugzilla/show_bug.cgi?id=40548 | Andrew C. Oliver | 2007-03-02 | 1 | -5/+8 |
* | Allow user defined named ranges. Calling super doesn't seem to break anythin... | Andrew C. Oliver | 2007-03-02 | 1 | -1/+4 |
* | If the username length in the CurrentUserAtom is clearly wrong, treat it as i... | Nick Burch | 2007-03-01 | 1 | -2/+13 |
* | not autofit for formula cells | Yegor Kozlov | 2007-02-26 | 1 | -2/+0 |
* | support for auto-sizing worksheet columns | Yegor Kozlov | 2007-02-13 | 2 | -22/+131 |
* | changing attributes of existing cell comments is reflected after save | Yegor Kozlov | 2007-01-31 | 3 | -5/+65 |
* | Make this compile for me. | Rainer Klute | 2007-01-30 | 1 | -1/+1 |
* | Add ExObjList support | Nick Burch | 2007-01-17 | 8 | -7/+430 |
* | Add ExHyperlink tests against a real file | Nick Burch | 2007-01-17 | 2 | -2/+46 |
* | Add support for ExHyperlink and ExHyperlinkAtom | Nick Burch | 2007-01-17 | 7 | -3/+474 |
* | Support InteractiveInfo, the parent of InteractiveInfoAtom | Nick Burch | 2007-01-17 | 3 | -1/+185 |
* | Initial, basic support for InteractiveInfoAtom | Nick Burch | 2007-01-17 | 4 | -1/+278 |
* | Tweak comments and variable names, to make the wacky colour stuff as BGR not ... | Nick Burch | 2007-01-16 | 1 | -4/+6 |
* | testcases for still unfixed bugs | Avik Sengupta | 2007-01-16 | 3 | -0/+64 |
* | Testcases for bugs. Thanks Yegor | Avik Sengupta | 2007-01-16 | 14 | -1/+331 |
* | Add standard licence header for src/documentation/content directory | Mark Thomas | 2007-01-15 | 102 | -402/+2136 |
* | Add standard licence header for src/documentation/skins directory | Mark Thomas | 2007-01-15 | 21 | -17/+372 |
* | Add standard licence header for src/types directory | Mark Thomas | 2007-01-15 | 10 | -28/+176 |
* | Add standard licence header for src/testcases directory | Mark Thomas | 2007-01-15 | 7 | -0/+112 |
* | Add standard licence header for src/resources directory | Mark Thomas | 2007-01-15 | 3 | -0/+45 |
* | Add standard licence header for src/records directory | Mark Thomas | 2007-01-15 | 46 | -82/+846 |
* | Add standard licence header for src/java directory | Mark Thomas | 2007-01-15 | 26 | -21/+455 |
* | Add standard licence header for src/examples directory | Mark Thomas | 2007-01-15 | 1 | -0/+16 |
* | Add standard licence header for contrib directory | Mark Thomas | 2007-01-15 | 4 | -1/+69 |
* | License comment fixed. | Rainer Klute | 2007-01-15 | 1 | -17/+16 |
* | Refactor the TextPropCollection and TextProp classes into their own model pac... | Nick Burch | 2007-01-15 | 15 | -380/+503 |
* | Fix for bug #41357, by moving byte array creation until after we've decided t... | Nick Burch | 2007-01-15 | 3 | -5/+55 |
* | Update the order of the TextProps, as it seems not to be based quite on the m... | Nick Burch | 2007-01-15 | 2 | -10/+73 |
* | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496331 13f7953... | Mark Thomas | 2007-01-15 | 10 | -0/+160 |
* | Add standard licence header | Mark Thomas | 2007-01-15 | 336 | -9/+5360 |
* | Throw an exception if a picture claims to have a negative amount of data. Sho... | Nick Burch | 2007-01-12 | 1 | -0/+8 |
* | Handle the fact that StyleTextPropAtom needs to work with a text length that'... | Nick Burch | 2007-01-11 | 3 | -6/+20 |
* | Update with new knowledge of how this all works, from bug #41176 | Nick Burch | 2007-01-09 | 1 | -33/+16 |