| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix for bug 30978 - small re-arrangement of class Ptg hierarchy for DeletedRe... | Josh Micich | 2008-06-20 | 1 | -1/+1 |
* | Fix for bug 45234 - Removed incorrect shared formula conversion in CFRuleRecord | Josh Micich | 2008-06-19 | 1 | -0/+54 |
* | A partial fix for bug #30978, but something still remains, which seems to be ... | Nick Burch | 2008-06-18 | 2 | -0/+62 |
* | Make the test related to bug #30978, which shows that named ranges pointing t... | Nick Burch | 2008-06-16 | 2 | -6/+59 |
* | Slight tweak for named ranges pointing at deleted sheets, related to bug #30978 | Nick Burch | 2008-06-16 | 2 | -0/+34 |
* | added extra RVA test case (for bug 45206) | Josh Micich | 2008-06-15 | 2 | -4/+7 |
* | Fix for bug 45091 - serialization of RefN~ tokens. Simplified Ptg class hiera... | Josh Micich | 2008-06-07 | 14 | -58/+63 |
* | Fix for 45133 - OBJ Record (5Dh) needs to pad the sub-record data to a 4-byte... | Josh Micich | 2008-06-06 | 1 | -12/+33 |
* | Fix for bug 45145 - made sure RowRecordsAggregate comes before ValueRecordsAg... | Josh Micich | 2008-06-05 | 1 | -22/+88 |
* | Fix for bug 45123 - SharedFormulaRecord.convertSharedFormulas was ignoring to... | Josh Micich | 2008-06-05 | 2 | -0/+98 |
* | 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 | 1 | -3/+16 |
* | Fix for 45060 (and 45041) - Improved token class transformation during formul... | Josh Micich | 2008-05-28 | 5 | -0/+317 |
* | 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 | 1 | -3/+11 |
* | Follow-on fix for bug 42564 (r653668). Array elements are stored internally c... | Josh Micich | 2008-05-26 | 2 | -5/+24 |
* | Help for bug #44840 - Improved handling of HSSFObjectData, especially for ent... | Nick Burch | 2008-05-23 | 1 | -0/+39 |
* | 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 | 1 | -0/+22 |
* | Extend the support for specifying a policy to HSSF on missing / blank cells w... | Nick Burch | 2008-05-23 | 1 | -1/+14 |
* | 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 | 1 | -3/+2 |
* | Bug 45041 - improved FormulaParser parse error messages | Josh Micich | 2008-05-23 | 1 | -788/+729 |
* | Fix for bug 45046 - allowed DEFINEDNAME records without EXTERNALBOOK records | Josh Micich | 2008-05-23 | 3 | -1/+46 |
* | Fix for 45066 - sheet encoding size mismatch problems | Josh Micich | 2008-05-23 | 3 | -3/+73 |
* | Follow on from bug 44675 - regenerated functionMetadata.txt from new ooo exce... | Josh Micich | 2008-05-22 | 3 | -42/+66 |
* | 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 | 1 | -0/+2 |
* | Support for specifying a policy to HSSF on missing / blank cells when fetching | Nick Burch | 2008-05-20 | 1 | -0/+60 |
* | Bug 44306 - fixed reading/writing of AttrPtg and rendering of CHOOSE formulas | Josh Micich | 2008-05-19 | 3 | -50/+40 |
* | misc bug fixes | Yegor Kozlov | 2008-05-17 | 4 | -0/+41 |
* | added HSSFName.isDeleted() to check if the name points to cell that no longer... | Yegor Kozlov | 2008-05-17 | 1 | -0/+24 |
* | fixed bug number in junit msg - from r656893 bug 44523 | Josh Micich | 2008-05-16 | 1 | -2/+2 |
* | Fix for bug 40414 - update selected/active sheet after removing sheet from wo... | Josh Micich | 2008-05-16 | 1 | -2/+75 |
* | Should have been submitted with r656893 (for bug 44523) | Josh Micich | 2008-05-16 | 1 | -28/+124 |
* | added test case for reported bug 44987 | Josh Micich | 2008-05-13 | 1 | -13/+35 |
* | 41187 - fixed HSSFSheet to properly read xls files without ROW records | Josh Micich | 2008-05-11 | 9 | -424/+226 |
* | fixed mistake in FuncPtg.clone(), added test case, cleaned up outdated (since... | Josh Micich | 2008-05-08 | 1 | -34/+19 |
* | tiny clean-up after r654356 (bug 44950) | Josh Micich | 2008-05-08 | 1 | -6/+0 |
* | 44950 - fixed HSSFFormulaEvaluator.evaluateInCell() and Area3DEval.getValue()... | Josh Micich | 2008-05-08 | 6 | -68/+150 |
* | Another attempt to fix unicode problems in functionMetadata.txt. Made that f... | Josh Micich | 2008-05-06 | 1 | -5/+80 |
* | Fix up the functionMetadata.txt stuff to be end-to-end UTF8. Was assuming it ... | Nick Burch | 2008-05-06 | 1 | -4/+15 |
* | 42570 - fixed LabelRecord to use empty string instead of null when the length... | Josh Micich | 2008-05-06 | 3 | -0/+42 |
* | 42564 - fixed ArrayPtg to use ConstantValueParser. Fixed a few other ArrayPt... | Josh Micich | 2008-05-06 | 3 | -1/+97 |
* | Follow-on from 28754 - StringPtg.toFormulaString() should escape double quotes | Josh Micich | 2008-05-05 | 1 | -51/+51 |
* | Added test case method javadoc for old bug 44675 | Josh Micich | 2008-05-05 | 1 | -0/+8 |
* | bug #44235 is not reproducible in 3.1-beta1 | Yegor Kozlov | 2008-05-05 | 2 | -0/+12 |
* | Fixed 44675 - Parameter operand classes (function metadata) required to encod... | Josh Micich | 2008-05-03 | 3 | -1/+72 |
* | 44921 - allow Ptg.writeBytes() to be called on relative ref Ptgs (RefN* and A... | Josh Micich | 2008-05-02 | 2 | -7/+20 |
* | added disabled junit for bug 44916 | Josh Micich | 2008-05-01 | 4 | -30/+98 |