| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 3 | -0/+335 |
* | started a new section for poi-3.2 family, updated release date of 3.2-FINAL | Yegor Kozlov | 2008-06-21 | 2 | -2/+8 |
* | Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe... | Josh Micich | 2008-06-20 | 8 | -79/+66 |
* | Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord | Josh Micich | 2008-06-19 | 5 | -139/+115 |
* | Improved HWPF Range.replaceText, from N. Hira in bug #45001 | Nick Burch | 2008-06-19 | 5 | -16/+139 |
* | A partial fix for bug #30978, but something still remains, which seems to be ... | Nick Burch | 2008-06-18 | 3 | -2/+84 |
* | TextShape.getMarginLeft() returned incorrect value. Added a unit test for tex... | Yegor Kozlov | 2008-06-16 | 3 | -1/+44 |
* | Make the test related to bug #30978, which shows that named ranges pointing t... | Nick Burch | 2008-06-16 | 3 | -7/+60 |
* | Slight tweak for named ranges pointing at deleted sheets, related to bug #30978 | Nick Burch | 2008-06-16 | 5 | -3/+46 |
* | Unit test from bug #45001, and new replaceText method (no test yet) | Nick Burch | 2008-06-16 | 3 | -0/+164 |
* | added extra RVA test case (for bug 45206) | Josh Micich | 2008-06-15 | 3 | -16/+17 |
* | bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the und... | Yegor Kozlov | 2008-06-08 | 4 | -43/+116 |
* | expose access to OEPlaceholderAtom so that users can determine whether a sha... | Yegor Kozlov | 2008-06-08 | 7 | -17/+45 |
* | Fixed TextShape.resizeToFitText() to properly resize TextShape. See patch#45140 | Yegor Kozlov | 2008-06-08 | 1 | -537/+545 |
* | Support custom image renderers | Yegor Kozlov | 2008-06-08 | 4 | -7/+224 |
* | Correctly increment the reference count of a blip when a picture is inserted | Yegor Kozlov | 2008-06-08 | 4 | -23/+101 |
* | Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera... | Josh Micich | 2008-06-07 | 82 | -2540/+1065 |
* | Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte... | Josh Micich | 2008-06-06 | 4 | -50/+58 |
* | Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg... | Josh Micich | 2008-06-05 | 6 | -66/+160 |
* | Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to... | Josh Micich | 2008-06-05 | 5 | -1/+109 |
* | Test code clean-up (prior to bug 45126) | Josh Micich | 2008-06-04 | 1 | -139/+67 |
* | Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date... | Nick Burch | 2008-05-28 | 4 | -5/+24 |
* | bump 3.1-beta2 announcement | Yegor Kozlov | 2008-05-28 | 1 | -3/+3 |
* | Fix for 45060 (and 45041) - Improved token class transformation during formul... | Josh Micich | 2008-05-28 | 13 | -327/+834 |
* | X, Y, Width and Height getters/setters on HSSFChart | Nick Burch | 2008-05-27 | 2 | -0/+23 |
* | Changed class hierarchy of Ptg to improve 'operand class' transformation. | Josh Micich | 2008-05-27 | 48 | -528/+395 |
* | Added test cases for parsing IF expressions. Segregated IF test cases into a... | Josh Micich | 2008-05-26 | 3 | -110/+245 |
* | Small fix for FormulaParser. Need case-insentive match for IF function name | Josh Micich | 2008-05-26 | 2 | -17/+28 |
* | Follow-on fix for bug 42564 (r653668). Array elements are stored internally c... | Josh Micich | 2008-05-26 | 3 | -25/+48 |
* | Help for bug #44840 - Improved handling of HSSFObjectData, especially for ent... | Nick Burch | 2008-05-23 | 5 | -21/+101 |
* | File with checkboxes, from bug #44840 | Nick Burch | 2008-05-23 | 1 | -0/+0 |
* | Patch from Yury, plus tests, from bug #45043 - Support for getting excel cell... | Nick Burch | 2008-05-23 | 4 | -0/+41 |
* | Extend the support for specifying a policy to HSSF on missing / blank cells w... | Nick Burch | 2008-05-23 | 5 | -16/+74 |
* | Fix for bug 35925 - Missing HSSFColor.TAN from HashTables returned by getInde... | Josh Micich | 2008-05-23 | 1 | -165/+114 |
* | Marked out test failure which was fixed by patch for bug 39903 | Josh Micich | 2008-05-23 | 1 | -120/+49 |
* | Bug 45025 - improved FormulaParser parse error messages (r659452 had wrong bu... | Josh Micich | 2008-05-23 | 4 | -24/+12 |
* | Bug 45041 - improved FormulaParser parse error messages | Josh Micich | 2008-05-23 | 4 | -819/+765 |
* | Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records | Josh Micich | 2008-05-23 | 7 | -18/+68 |
* | Fix for 45066 - sheet encoding size mismatch problems | Josh Micich | 2008-05-23 | 8 | -179/+205 |
* | Example for finding hslf sounds from Yegor | Nick Burch | 2008-05-22 | 1 | -0/+80 |
* | Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo exce... | Josh Micich | 2008-05-22 | 5 | -50/+74 |
* | Fixed compiler errors. Other improvements for type safety and immutability. | Josh Micich | 2008-05-22 | 1 | -14/+18 |
* | improved toString and refactored toFormulaString on Area(3D)Ptg | Josh Micich | 2008-05-21 | 3 | -95/+79 |
* | Patch from bug #45003 - Support embeded HDGF visio documents | Nick Burch | 2008-05-20 | 3 | -3/+9 |
* | Put abstract write(OutputStream) method on POIDocument | Nick Burch | 2008-05-20 | 2 | -0/+11 |
* | Patch from bug #45001 - Partial fix for HWPF Range.insertBefore() and Range.d... | Nick Burch | 2008-05-20 | 5 | -0/+76 |
* | Test which seems to show that bug #44996 is invalid, but not completely sure | Nick Burch | 2008-05-20 | 1 | -0/+24 |
* | Fix bug #44977 - Support for AM/PM in excel date formats | Nick Burch | 2008-05-20 | 4 | -1/+6 |
* | Support for specifying a policy to HSSF on missing / blank cells when fetching | Nick Burch | 2008-05-20 | 4 | -0/+115 |
* | Patch from bug #44937 from Squeeself- Partial support for extracting Escher i... | Nick Burch | 2008-05-20 | 11 | -24/+541 |