summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merged with trunk r703645REL_3_2_FINALYegor Kozlov2008-10-113-3/+3
* set version.id=3.2-FINALYegor Kozlov2008-10-113-3/+3
* tag r703640 as 3.2-finalYegor Kozlov2008-10-110-0/+0
* fix for bug 45866 - allowed for change of unicode compression across Continue...Josh Micich2008-10-116-68/+183
* Made RecordInputStream final (major clean-up in test cases and BiffViewer)Josh Micich2008-10-1066-560/+718
* Fix for bug 45964 - support for link formulas in Text ObjectsJosh Micich2008-10-1011-862/+643
* Should have been submitted with r703100 (changes to Ptg)Josh Micich2008-10-091-7/+3
* Removed last occurrences of storing Ptg arrays in Stacks. Some related clean...Josh Micich2008-10-097-140/+35
* converted short HSSFCell.getCellNum to int getColumnIndexJosh Micich2008-10-099-29/+29
* Performance optimisation for EvaluationCache. Changed to use HSSFCell as key...Josh Micich2008-10-0927-533/+1463
* Fix for 43354 - made the formula evaluator capable of handling missing functi...Josh Micich2008-10-067-4/+125
* Fixing comments and formatting inside Record subclassesJosh Micich2008-10-0555-692/+200
* Better bounds checking in RecordInputStream. Removed rarely used methods read...Josh Micich2008-10-054-216/+173
* changed workbook reference to index in CellLocationJosh Micich2008-10-044-14/+21
* Fix for bug 45912 - ArrayIndexOutOfBoundsException in EmbeddedObjectRefSubRecordJosh Micich2008-10-036-222/+426
* fixed bug #45889:rrayIndexOutOfBoundsException when constructing HSLF Table w...Yegor Kozlov2008-10-034-1/+44
* Fixed bug in CellCacheEntry (support for caching blank evaluation results)Josh Micich2008-10-013-5/+63
* initial support for creating hyperlinks in HSLF, units test are still to doYegor Kozlov2008-09-303-1/+87
* reverted the change made in r693085 , see bug #45859Yegor Kozlov2008-09-301-1/+1
* Refactored fillFields() method into constructor in Record class hierarchyJosh Micich2008-09-30156-1717/+133
* Removed validateSid method from Record classesJosh Micich2008-09-30197-2304/+101
* Updated formula evaluator documentation due to bugzilla 45768Josh Micich2008-09-293-149/+110
* Fix for bug 45876 - allowed BoundSheetRecord to take sheet names longer than ...Josh Micich2008-09-297-31/+63
* Should have been submitted with c700203 (Refactoring row-blocks record readin...Josh Micich2008-09-293-23/+59
* Refactoring row-blocks record reading logic in SheetJosh Micich2008-09-2919-679/+308
* Fix for bug 45890 - made HSSFSheet.shiftRows also update conditional formatsJosh Micich2008-09-299-32/+157
* Bug 45865 - modified Formula Parser/Evaluator to handle cross-worksheet formulasJosh Micich2008-09-2826-139/+680
* Code cleanup in junitJosh Micich2008-09-261-482/+277
* Fix formula parser to properly support the range operator. Small fixes to par...Josh Micich2008-09-2610-342/+544
* Changed HSSFEvaluationWorkbook to avoid re-parsing cell formulas during execu...Josh Micich2008-09-2611-28/+359
* Optimised the FormulaEvaluator to take cell dependencies into accountJosh Micich2008-09-2323-282/+1313
* Some clean-up in BoundSheetRecordJosh Micich2008-09-226-607/+377
* Apply part of patch from bug #16936, with the rest made more HSSFCell like - ...Nick Burch2008-09-214-0/+234
* Improved tests to show that bugs #45062 and #44292 are fixedNick Burch2008-09-211-1/+7
* Update hssf.extractor.ExcelExtractor to optionally output blank cells tooNick Burch2008-09-214-53/+95
* Test to show that bug #45492 is invalidNick Burch2008-09-214-2/+50
* Include the sheet name in the output of examples.XLS2CSVmraNick Burch2008-09-215-0/+75
* Fix bug #45784 - Support long chart titles in SeriesTextRecordsNick Burch2008-09-215-3/+32
* Fix bug #45777 - Throw an exception if HSSF Footer or Header is attemped to b...Nick Burch2008-09-217-0/+95
* patch from bug #45844: Addtional diagnostics for SlideShowRecordDumperYegor Kozlov2008-09-217-26/+249
* Some clean-up after r696898 (partitioning common formula logic). Fixed compil...Josh Micich2008-09-193-158/+138
* Partitioning common formula logic. Introduced FormulaParsingWorkbook and Eva...Josh Micich2008-09-1949-1141/+1543
* code clean-up (removed compiler warnings/unused methods)Josh Micich2008-09-192-20/+11
* Partitioning common formula logic. Introduced FormulaRenderingWorkbook inter...Josh Micich2008-09-1853-230/+385
* patch from bug #45814: Specify RecordType for slide show Handout Yegor Kozlov2008-09-181-1/+1
* fixed bug 45815: bit mask values inStyleTextPropAtom are not preserved across...Yegor Kozlov2008-09-182-0/+37
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...Yegor Kozlov2008-09-183-0/+20
* Small tweak to NamePtg and Ref3DPtgJosh Micich2008-09-175-37/+18
* Swapped deprecated codeJosh Micich2008-09-171-14/+4
* Added junit for bug 45732 (fix was earlier, probably in r694631)Josh Micich2008-09-163-0/+78