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