aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Finish exposing the name of Named Cell Styles via HSSFCellStyle (normally hel...Nick Burch2008-09-154-3/+39
* Make a start on exposing the StyleRecord details into HSSFCellStyle, but not ...Nick Burch2008-09-145-1/+127
* Fix for bug 45978 - removed eager initialisation of SheetReferencesJosh Micich2008-09-1414-178/+85
* Replace some model.Sheet references with usermodel.HSSFSheet ones, to make mo...Nick Burch2008-09-134-27/+26
* Slight tidyNick Burch2008-09-131-1/+1
* Added toString methods formatAsString to CellValue. Changed deprecation on Ce...Josh Micich2008-09-134-91/+93
* Refactored TextFunctions. Some minor fixes - test cases added.Josh Micich2008-09-1319-994/+341
* Made HSSFFormulaEvaluator no longer require initialisation with sheet or row.Josh Micich2008-09-1232-290/+262
* Extended support for cached results of formula cellsJosh Micich2008-09-1214-798/+1034
* clarification of ArrayPtg size incrementJosh Micich2008-09-121-30/+34
* Removed trailing comma from output of HexDump.toHex()Josh Micich2008-09-1218-178/+110
* small tweak to unit test which was silently creating UnknownPtgs Josh Micich2008-09-121-3/+3
* Fix for bug 45639 - cleaned up index logic inside ColumnInfoRecordsAggregateJosh Micich2008-09-119-574/+687
* Refactoring MultiOperandNumericFunction - removed Ref2DEval.Josh Micich2008-09-117-309/+81
* fixed special cases of MODE functionJosh Micich2008-09-108-100/+147
* Refactored finance functions.Josh Micich2008-09-1014-533/+134
* Refactored hierarchy of MultiOperandNumericFunction. Fixed error value handli...Josh Micich2008-09-1020-1284/+407
* (Should have been submitted with 693939) Fixing error value handling for nume...Josh Micich2008-09-102-2/+64
* (Should have been submitted with 693939) Fixing error value handling for nume...Josh Micich2008-09-101-86/+304
* Fixing error value handling for numeric functions. Refactored hierarchy.Josh Micich2008-09-1020-1205/+151
* Fixed special cases of INDEX function (single columns / single rows, and errors)Josh Micich2008-09-097-5/+319
* removed debug code accidentally submitted with r693591Josh Micich2008-09-091-15/+0
* Added support for parsing array constants in formulas. (Helping investigation...Josh Micich2008-09-099-128/+321
* don't increment the number of shapes when cloning a sheet with drawingsYegor Kozlov2008-09-092-3/+6
* Common refactoring for one arg numeric functionsJosh Micich2008-09-0827-1685/+272
* Refactored OperandResolver coerce functions to convert BlankEval to 0.0Josh Micich2008-09-0813-90/+66
* Fixes for DAY/MONTH/YEAR functions (junit cases added)Josh Micich2008-09-086-202/+101
* Additional fix for 45720 - bug in HSSFWorkbook.findExistingBuiltinNameRecordIdxJosh Micich2008-09-085-15/+43
* cosmetic fix for Area3DPtg.toString()Josh Micich2008-09-081-0/+1
* Fix bug #45761 - Support for Very Hidden excel sheets in HSSFNick Burch2008-09-087-5/+123
* always call Workbook.cloneDrawings when cloning sheetsYegor Kozlov2008-09-081-1/+1
* Patch from bug #45738 - Initial HWPF support for Office Art ShapesNick Burch2008-09-077-4/+229
* fixed bug #45720: cloneSheet breaks autofilters.Yegor Kozlov2008-09-078-879/+939
* Minor fixes to YEARFRAC(). Added ISEVEN() and ISODD(). Added test cases.Josh Micich2008-09-066-6/+95
* Fixes for special cases of lookup functions (test cases added)Josh Micich2008-09-064-34/+47
* reverted changes accidentally submitted with r692538Josh Micich2008-09-053-25/+3
* Modified formula evaluator to handle whole column refsJosh Micich2008-09-059-292/+414
* Minor fixes for numeric operators - junit added. Some refactoring.Josh Micich2008-09-0516-627/+352
* Fix for bug 45376 - added caching to HSSFFormulaEvaluatorJosh Micich2008-09-047-134/+285
* Made HSSFFormulaEvaluator capable of handling simple named rangesJosh Micich2008-09-047-43/+115
* Fixed compiler warnings, linked junit test to suiteJosh Micich2008-09-042-2/+1
* Fix unused import (correction to r692239)Josh Micich2008-09-042-2/+0
* Fixed 2 small bugs in RelationalOperationEval (added junits). Refactored hie...Josh Micich2008-09-0413-583/+451
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning s...Josh Micich2008-09-038-531/+404
* Fixed ArrayPtg.toString to not crash when partially initialisedJosh Micich2008-09-031-4/+8
* fixed bug #45728: SlideShow.reorderSlide didn't work properlyYegor Kozlov2008-09-037-75/+109
* continue making progress with hslf hyperlinksYegor Kozlov2008-09-027-8/+143
* improved handling of StyleTextPropAtom bit masks, added more read-write round...Yegor Kozlov2008-09-024-720/+716
* DV related fixes from Pierre LavignotteNick Burch2008-09-011-5/+26
* Update status for bug 45358 (fixed with r690772, r690835 and r690836)Josh Micich2008-09-012-0/+2