summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial work on bug 45720 - copy 'FilterDatabase' named record when cloning ↵Josh Micich2008-09-038-531/+404
| | | | | | sheets. Some clean-up in NameRecord. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691740 13f79535-47bb-0310-9956-ffa450edef68
* Fixed ArrayPtg.toString to not crash when partially initialisedJosh Micich2008-09-031-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691687 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45728: SlideShow.reorderSlide didn't work properlyYegor Kozlov2008-09-037-75/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691533 13f79535-47bb-0310-9956-ffa450edef68
* continue making progress with hslf hyperlinksYegor Kozlov2008-09-027-8/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691182 13f79535-47bb-0310-9956-ffa450edef68
* improved handling of StyleTextPropAtom bit masks, added more read-write ↵Yegor Kozlov2008-09-024-720/+716
| | | | | | roundtrip tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691180 13f79535-47bb-0310-9956-ffa450edef68
* DV related fixes from Pierre LavignotteNick Burch2008-09-011-5/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@691017 13f79535-47bb-0310-9956-ffa450edef68
* Update status for bug 45358 (fixed with r690772, r690835 and r690836)Josh Micich2008-09-012-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690837 13f79535-47bb-0310-9956-ffa450edef68
* Fixed IF() to handle different types for the first argJosh Micich2008-09-012-22/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690836 13f79535-47bb-0310-9956-ffa450edef68
* Converted AreEval and RefEval to be lazy (part of fix for bug 45358)Josh Micich2008-09-0130-825/+596
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690835 13f79535-47bb-0310-9956-ffa450edef68
* Improving AreaI interface and AreaPtg hierarchyJosh Micich2008-08-3111-367/+141
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690825 13f79535-47bb-0310-9956-ffa450edef68
* Partial fix for bug 45358 - parsing area refs with rows above 32767Josh Micich2008-08-312-19/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690772 13f79535-47bb-0310-9956-ffa450edef68
* removed AreaEval.getValues (initial work for bug 45358)Josh Micich2008-08-3110-312/+320
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690761 13f79535-47bb-0310-9956-ffa450edef68
* HPBF docs updateNick Burch2008-08-312-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690739 13f79535-47bb-0310-9956-ffa450edef68
* Add HPBF hyperlinks support to the extractorNick Burch2008-08-315-0/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690729 13f79535-47bb-0310-9956-ffa450edef68
* Start to support HPBF hyperlinksNick Burch2008-08-319-1/+279
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690726 13f79535-47bb-0310-9956-ffa450edef68
* Added junit to show bug 45717 is fixed. (Previously fixed by either of ↵Josh Micich2008-08-311-0/+18
| | | | | | r683758, r683871) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690721 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bugs 26321 and 44958 - preserve position of ArrayRecords and ↵Josh Micich2008-08-3122-478/+716
| | | | | | TableRecords among cell value records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690636 13f79535-47bb-0310-9956-ffa450edef68
* changed serialize method on Sheet to visitContainedRecords to simplify ↵Josh Micich2008-08-315-222/+201
| | | | | | serialization logic and also allow test code to inspect generated sheet records more directly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690626 13f79535-47bb-0310-9956-ffa450edef68
* Further HPBF plc testsNick Burch2008-08-301-0/+104
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690536 13f79535-47bb-0310-9956-ffa450edef68
* Start to support HPBF PLC partsNick Burch2008-08-304-11/+245
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690534 13f79535-47bb-0310-9956-ffa450edef68
* Various bug fixes, and hpbf updatesNick Burch2008-08-3016-24/+242
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690517 13f79535-47bb-0310-9956-ffa450edef68
* Fixed decoding of operand class for ArrayPtgJosh Micich2008-08-302-55/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690461 13f79535-47bb-0310-9956-ffa450edef68
* Added ArrayRecord and CellRangeAddress8BitJosh Micich2008-08-299-490/+553
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690411 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up toString() and inner classJosh Micich2008-08-291-169/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690404 13f79535-47bb-0310-9956-ffa450edef68
* initial support for embedded movies and controls.Yegor Kozlov2008-08-2938-336/+2693
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690262 13f79535-47bb-0310-9956-ffa450edef68
* utility to dump POIFS into filesystemYegor Kozlov2008-08-291-0/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690259 13f79535-47bb-0310-9956-ffa450edef68
* Removing calls to AreaEval.getValues() from count and lookup functionsJosh Micich2008-08-2914-431/+418
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690112 13f79535-47bb-0310-9956-ffa450edef68
* Removing calls to AreaEval.getValues()Josh Micich2008-08-2913-553/+440
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690094 13f79535-47bb-0310-9956-ffa450edef68
* Changed FormulaRecord.getParsedExpression to return Ptg arrayJosh Micich2008-08-297-107/+82
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@690091 13f79535-47bb-0310-9956-ffa450edef68
* Consolidated TableRecord inside FormulaRecordAggregate. Simplifications to ↵Josh Micich2008-08-2813-508/+370
| | | | | | FormulaRecord git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689973 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused methods from CellValueRecordInterface. Converted ↵Josh Micich2008-08-2813-812/+69
| | | | | | FormulaRecordAggregate to RecordAggregate subclass git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689721 13f79535-47bb-0310-9956-ffa450edef68
* Should have been submitted with c689716 (bug 45699)Josh Micich2008-08-282-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689719 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45699 - RowRecordsAggregate needs to tolerate MergeCellsRecords ↵Josh Micich2008-08-288-156/+378
| | | | | | between row/cell records git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689716 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45698 - allow LinkTable to read EXTERNSHEET recordsJosh Micich2008-08-286-198/+248
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689704 13f79535-47bb-0310-9956-ffa450edef68
* should have been submitted with c689559Josh Micich2008-08-271-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689636 13f79535-47bb-0310-9956-ffa450edef68
* Added names of known but uninterpreted BIFF recordsJosh Micich2008-08-273-139/+272
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689559 13f79535-47bb-0310-9956-ffa450edef68
* Fixed size of TblPtgJosh Micich2008-08-271-33/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@689544 13f79535-47bb-0310-9956-ffa450edef68
* Replaced calls to deprecated versions of createCell(), getCell(), ↵Josh Micich2008-08-2533-337/+337
| | | | | | createRow(), and getRow(). (Changing short to int) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688910 13f79535-47bb-0310-9956-ffa450edef68
* Fix for small bug introduced in c688655 - keep header field in sync with ↵Josh Micich2008-08-253-3/+32
| | | | | | number of rules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688825 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45682 - allow cloning of sheets with conditional formattingJosh Micich2008-08-257-71/+69
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688655 13f79535-47bb-0310-9956-ffa450edef68
* Initial support for evaluating external add-in functions like YEARFRACJosh Micich2008-08-2516-126/+1124
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688650 13f79535-47bb-0310-9956-ffa450edef68
* JDK 1.4 fixes for new hpbf stuff. Some clean-upJosh Micich2008-08-257-77/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688642 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45672 - prevent MissingRecordAwareHSSFListener generating ↵Josh Micich2008-08-235-164/+120
| | | | | | multiple LastCellOfRowDummyRecords when shared formulas are present git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@688426 13f79535-47bb-0310-9956-ffa450edef68
* HPBF text extractor and unit testsNick Burch2008-08-205-1/+238
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687443 13f79535-47bb-0310-9956-ffa450edef68
* Quill CONTENTS bits, and testsNick Burch2008-08-205-0/+263
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687429 13f79535-47bb-0310-9956-ffa450edef68
* More HPBF stuff, and some testsNick Burch2008-08-208-3/+275
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687423 13f79535-47bb-0310-9956-ffa450edef68
* Make an initial start on hpbf codeNick Burch2008-08-204-0/+221
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@687403 13f79535-47bb-0310-9956-ffa450edef68
* Fix for bug 45640 - avoid creating multiple GUTS recordsJosh Micich2008-08-192-39/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686977 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug #45645: Fix for HSSFSheet.autoSizeColumn() for widths exceeding ↵Yegor Kozlov2008-08-183-1/+4
| | | | | | Short.MAX_VALUE git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686844 13f79535-47bb-0310-9956-ffa450edef68
* Further HPBF documentation, and some more sample files usedNick Burch2008-08-1711-18/+139
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686640 13f79535-47bb-0310-9956-ffa450edef68