summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed IF() to handle different types for the first argJosh Micich2008-09-012-22/+25
* Converted AreEval and RefEval to be lazy (part of fix for bug 45358)Josh Micich2008-09-0130-825/+596
* Improving AreaI interface and AreaPtg hierarchyJosh Micich2008-08-3111-367/+141
* Partial fix for bug 45358 - parsing area refs with rows above 32767Josh Micich2008-08-312-19/+36
* removed AreaEval.getValues (initial work for bug 45358)Josh Micich2008-08-3110-312/+320
* HPBF docs updateNick Burch2008-08-312-1/+22
* Add HPBF hyperlinks support to the extractorNick Burch2008-08-315-0/+77
* Start to support HPBF hyperlinksNick Burch2008-08-319-1/+279
* Added junit to show bug 45717 is fixed. (Previously fixed by either of r68375...Josh Micich2008-08-311-0/+18
* Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and TableRec...Josh Micich2008-08-3122-478/+716
* changed serialize method on Sheet to visitContainedRecords to simplify serial...Josh Micich2008-08-315-222/+201
* Further HPBF plc testsNick Burch2008-08-301-0/+104
* Start to support HPBF PLC partsNick Burch2008-08-304-11/+245
* Various bug fixes, and hpbf updatesNick Burch2008-08-3016-24/+242
* Fixed decoding of operand class for ArrayPtgJosh Micich2008-08-302-55/+44
* Added ArrayRecord and CellRangeAddress8BitJosh Micich2008-08-299-490/+553
* Clean-up toString() and inner classJosh Micich2008-08-291-169/+136
* initial support for embedded movies and controls.Yegor Kozlov2008-08-2938-336/+2693
* utility to dump POIFS into filesystemYegor Kozlov2008-08-291-0/+74
* Removing calls to AreaEval.getValues() from count and lookup functionsJosh Micich2008-08-2914-431/+418
* Removing calls to AreaEval.getValues()Josh Micich2008-08-2913-553/+440
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-297-107/+82
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to F...Josh Micich2008-08-2813-508/+370
* Removed unused methods from CellValueRecordInterface. Converted FormulaRecord...Josh Micich2008-08-2813-812/+69
* Should have been submitted with c689716 (bug 45699)Josh Micich2008-08-282-0/+2
* Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords b...Josh Micich2008-08-288-156/+378
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-286-198/+248
* should have been submitted with c689559Josh Micich2008-08-271-15/+0
* Added names of known but uninterpreted BIFF recordsJosh Micich2008-08-273-139/+272
* Fixed size of TblPtgJosh Micich2008-08-271-33/+29
* Replaced calls to deprecated versions of createCell(), getCell(), createRow()...Josh Micich2008-08-2533-337/+337
* Fix for small bug introduced in c688655 - keep header field in sync with numb...Josh Micich2008-08-253-3/+32
* Fix for bug 45682 - allow cloning of sheets with conditional formattingJosh Micich2008-08-257-71/+69
* Initial support for evaluating external add-in functions like YEARFRACJosh Micich2008-08-2516-126/+1124
* JDK 1.4 fixes for new hpbf stuff. Some clean-upJosh Micich2008-08-257-77/+50
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating multipl...Josh Micich2008-08-235-164/+120
* HPBF text extractor and unit testsNick Burch2008-08-205-1/+238
* Quill CONTENTS bits, and testsNick Burch2008-08-205-0/+263
* More HPBF stuff, and some testsNick Burch2008-08-208-3/+275
* Make an initial start on hpbf codeNick Burch2008-08-204-0/+221
* Fix for bug 45640 - avoid creating multiple GUTS recordsJosh Micich2008-08-192-39/+49
* fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding Sho...Yegor Kozlov2008-08-183-1/+4
* Further HPBF documentation, and some more sample files usedNick Burch2008-08-1711-18/+139