| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | More tweaks for bug 45404. Fixes for JDK 1.4, improved member scoping and fo... | Josh Micich | 2008-07-28 | 1 | -372/+350 |
* | Fix for DataFormatter on some JVMs | Nick Burch | 2008-07-28 | 1 | -3/+5 |
* | Fix bug #45437 - Detect encrypted word documents, and throw an EncryptedDocum... | Nick Burch | 2008-07-21 | 1 | -0/+24 |
* | Apply, with some tweaks, the patch from bug #45404 - New class, hssf.usermode... | Nick Burch | 2008-07-20 | 3 | -29/+717 |
* | Patch from bug #45414 - Don't add too many UncalcedRecords to sheets with cha... | Nick Burch | 2008-07-18 | 1 | -9/+14 |
* | Patch from bug #45398 - Support detecting date formats containing "am/pm" as ... | Nick Burch | 2008-07-18 | 1 | -1/+1 |
* | Cell Style optimisations too | Nick Burch | 2008-07-15 | 3 | -2/+96 |
* | Start on HSSFOptimiser, which removes un-needed cell styles and fonts, fixing... | Nick Burch | 2008-07-15 | 4 | -2/+222 |
* | Support for removing low level font records | Nick Burch | 2008-07-15 | 1 | -0/+11 |
* | Method to check if two fonts have the same contents | Nick Burch | 2008-07-15 | 1 | -0/+25 |
* | fixed bug #45322: HSSFSheet.autoSizeColumn() throws NPE when cell number form... | Yegor Kozlov | 2008-07-15 | 2 | -7/+7 |
* | Fix for bug 45380 - added return keyword in ArrayPtg.toFormulaString() | Josh Micich | 2008-07-13 | 1 | -1/+1 |
* | Inspired by bug #44958 - Record level support for Data Tables. (No formula pa... | Nick Burch | 2008-07-13 | 7 | -1/+345 |
* | Allow the cloning of one HSSFCellStyle onto another, including cloning styles... | Nick Burch | 2008-07-12 | 3 | -0/+80 |
* | Support for cloning one extended format record onto another, plus tests | Nick Burch | 2008-07-12 | 1 | -0/+21 |
* | Support for cloning one font record onto another, plus tests | Nick Burch | 2008-07-12 | 1 | -0/+21 |
* | Patch 45289 - finished support for special comparison operators in COUNTIF | Josh Micich | 2008-07-11 | 2 | -152/+288 |
* | Improve javadocs relating to getLastRowNumber | Nick Burch | 2008-07-10 | 1 | -5/+12 |
* | Fix bug #45126 - Avoid generating multiple NamedRanges with the same name, wh... | Nick Burch | 2008-07-10 | 2 | -7/+56 |
* | Fix cell.getRichStringCellValue() for formula cells with string results | Nick Burch | 2008-07-10 | 1 | -4/+19 |
* | Back port fixes from the ooxml branch for CellReference column number<->lette... | Nick Burch | 2008-07-10 | 1 | -27/+54 |
* | Fix bug #45365 - Handle more excel number formatting rules in FormatTrackingH... | Nick Burch | 2008-07-10 | 1 | -0/+62 |
* | Apply some changes inspired by bug # 45373, which improve the performance of ... | Nick Burch | 2008-07-10 | 2 | -36/+82 |
* | Fix for bug 45367 - fixed boundary case when row zero is the last row removed... | Josh Micich | 2008-07-09 | 1 | -7/+8 |
* | Fix for bug 45348 - required tweaks to RVA formula logic | Josh Micich | 2008-07-09 | 1 | -20/+37 |
* | Fix for bug 45354 - Proper distinguishing of cell references and named ranges... | Josh Micich | 2008-07-08 | 3 | -95/+200 |
* | Fix bug #45338 - JDK 1.4/1.5 issue from r673997 | Josh Micich | 2008-07-08 | 1 | -39/+37 |
* | Fix bug #45338 - Fix HSSFWorkbook to give you the same HSSFFont every time, a... | Nick Burch | 2008-07-04 | 1 | -15/+28 |
* | Fix bug #45336 - Fix HSSFColor.getTripletHash() | Nick Burch | 2008-07-04 | 1 | -4/+8 |
* | Fix for bug 45334 - added impl for ERROR.TYPE() | Josh Micich | 2008-07-03 | 1 | -21/+74 |
* | Fix for bug 45334 - formula parser needs to handle dots in identifiers | Josh Micich | 2008-07-03 | 1 | -17/+72 |
* | Avoid spurious missing lines with the MissingRecordAware event code, and odd ... | Nick Burch | 2008-06-28 | 1 | -28/+40 |
* | Finish the EventWorkbookBuilder, now does sheet references in formulas properly | Nick Burch | 2008-06-28 | 1 | -4/+8 |
* | Make a start on being able to process formulas in the eventusermodel code | Nick Burch | 2008-06-24 | 1 | -0/+195 |
* | Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe... | Josh Micich | 2008-06-20 | 5 | -78/+63 |
* | Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord | Josh Micich | 2008-06-19 | 2 | -139/+59 |
* | A partial fix for bug #30978, but something still remains, which seems to be ... | Nick Burch | 2008-06-18 | 1 | -2/+22 |
* | Make the test related to bug #30978, which shows that named ranges pointing t... | Nick Burch | 2008-06-16 | 1 | -1/+1 |
* | Slight tweak for named ranges pointing at deleted sheets, related to bug #30978 | Nick Burch | 2008-06-16 | 3 | -3/+12 |
* | added extra RVA test case (for bug 45206) | Josh Micich | 2008-06-15 | 1 | -12/+10 |
* | bug#44692 - Fixed HSSFPicture.resize() to properly resize pictures if the und... | Yegor Kozlov | 2008-06-08 | 1 | -42/+113 |
* | Correctly increment the reference count of a blip when a picture is inserted | Yegor Kozlov | 2008-06-08 | 1 | -0/+4 |
* | Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera... | Josh Micich | 2008-06-07 | 66 | -2482/+1000 |
* | Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte... | Josh Micich | 2008-06-06 | 1 | -38/+23 |
* | Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg... | Josh Micich | 2008-06-05 | 3 | -44/+70 |
* | Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to... | Josh Micich | 2008-06-05 | 1 | -1/+9 |
* | Fix bug #45087 - Correctly detect date formats like [Black]YYYY as being date... | Nick Burch | 2008-05-28 | 1 | -2/+6 |
* | Fix for 45060 (and 45041) - Improved token class transformation during formul... | Josh Micich | 2008-05-28 | 5 | -323/+510 |
* | Changed class hierarchy of Ptg to improve 'operand class' transformation. | Josh Micich | 2008-05-27 | 48 | -528/+395 |
* | Small fix for FormulaParser. Need case-insentive match for IF function name | Josh Micich | 2008-05-26 | 1 | -14/+17 |