poi/src/java/org/apache/poi/hssf/record
Nick Burch dbd1a59416 Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496499 13f79535-47bb-0310-9956-ffa450edef68
2013-06-25 14:48:16 +00:00
..
aggregates JavaDoc fixes from #54731 from Dominik Stadler 2013-06-12 16:32:24 +00:00
cf fixed CellRangeUtil.mergeCellRanges to work for adjacent cell regions 2009-12-19 11:27:01 +00:00
chart Fix bug #50939 - ChartEndObjectRecord is supposed to have 6 bytes at the end, but handle it not 2011-03-18 14:30:47 +00:00
common Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
cont fixed RecordFormatException when reading unicode strings with photenic data, see Bugzilla 50779 2011-03-11 09:33:22 +00:00
crypto Added missing license headers to 5 files. Removed dist target from howtobuild.xml 2009-12-13 18:32:47 +00:00
pivottable Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX) record 2009-03-31 21:12:47 +00:00
AbstractEscherHolderRecord.java fixed bug 53432 2012-08-14 21:11:53 +00:00
ArrayRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
AutoFilterInfoRecord.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
BOFRecord.java Removed unused, erroneous import 2009-01-17 02:27:13 +00:00
BackupRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
BiffHeaderInput.java Added missing license headers to 5 files. Removed dist target from howtobuild.xml 2009-12-13 18:32:47 +00:00
BlankRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
BookBoolRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
BoolErrRecord.java Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO 2009-07-06 19:59:32 +00:00
BottomMarginRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
BoundSheetRecord.java cleaned javadoc warnings 2010-10-06 08:55:30 +00:00
CFHeaderRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
CFRuleRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
CRNCountRecord.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
CRNRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
CalcCountRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
CalcModeRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
CellRecord.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 2009-05-19 16:29:51 +00:00
CellValueRecordInterface.java Renamed model.Sheet to InternalSheet to alleviate name clash. 2009-12-22 01:08:33 +00:00
CodepageRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
ColumnInfoRecord.java Bugzilla 48332 - fixed ColumnInfoRecord to tolerate missing reserved field 2009-12-02 21:29:44 +00:00
CommonObjectDataSubRecord.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 2009-06-07 14:54:49 +00:00
ContinueRecord.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
CountryRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
DBCellRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
DConRefRecord.java fixed javadoc warnings 2012-11-16 12:00:02 +00:00
DSFRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
DVALRecord.java removed unused imports of deprecated classes, fixed javadoc errors 2009-04-11 14:15:27 +00:00
DVRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
DateWindow1904Record.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
DefaultColWidthRecord.java Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing 2011-07-15 09:18:09 +00:00
DefaultRowHeightRecord.java Bug 51504 - avoid NPE when DefaultRowHeight or DefaultColumnWidth records are missing 2011-07-15 09:18:09 +00:00
DeltaRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
DimensionsRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
DrawingGroupRecord.java Fixed compiler warnings - unnecessary else 2009-08-18 16:50:24 +00:00
DrawingRecord.java added javadoc and few other improvements 2012-08-06 21:06:12 +00:00
DrawingRecordForBiffViewer.java Merged revisions 709263-709264,709317 via svnmerge from 2008-10-31 18:37:16 +00:00
DrawingSelectionRecord.java refactoring Record.serialize 2008-11-14 01:25:16 +00:00
EOFRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
EmbeddedObjectRefSubRecord.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
EndSubRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 2009-12-02 10:56:01 +00:00
EscherAggregate.java fixed bug 53028, added check before serialization if any cell contains 2 or more comments 2012-08-14 18:22:31 +00:00
ExtSSTRecord.java Support for continued ExtSSTRecords, see Bugzilla 50967 2011-03-27 10:05:42 +00:00
ExtendedFormatRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
ExternSheetRecord.java improved LinkTable to support registering external UDFs. 2010-11-27 06:30:03 +00:00
ExternalNameRecord.java Fix bug #49219 - ExternalNameRecord can have a DDE Link entry without an operation 2011-03-18 15:51:39 +00:00
FeatHdrRecord.java Added clone support for UserSView* and Feat* families of records, see bug #49649 2010-07-28 15:51:57 +00:00
FeatRecord.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
FilePassRecord.java Bugzilla 47652 - Added support for reading encrypted workbooks 2009-08-07 06:03:31 +00:00
FileSharingRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
FnGroupCountRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
FontRecord.java Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name length is zero 2009-05-22 21:30:50 +00:00
FooterRecord.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
FormatRecord.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 2009-12-22 00:51:29 +00:00
FormulaRecord.java improved LinkTable to support registering external UDFs. 2010-11-27 06:30:03 +00:00
FtCblsSubRecord.java Remove svn:executable property from a series of files that didn't need it set 2010-08-09 13:12:52 +00:00
GridsetRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
GroupMarkerSubRecord.java Merged revisions 706772,707450,707481 via svnmerge from 2008-10-26 06:40:36 +00:00
GutsRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
HCenterRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
HeaderFooterBase.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HeaderFooterRecord.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
HeaderRecord.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 2009-06-04 03:38:52 +00:00
HideObjRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
HorizontalPageBreakRecord.java Merged revisions 700280,700304,700327,700356 via svnmerge from 2008-09-30 06:42:27 +00:00
HyperlinkRecord.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
IndexRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
InterfaceEndRecord.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 2009-12-23 04:35:37 +00:00
InterfaceHdrRecord.java Simplified InterfaceHdrRecord and InterfaceEndRecord (some rework after bug 47251 / r892862). 2009-12-23 04:35:37 +00:00
IterationRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
LabelRecord.java fixed bug 51670: avoid LeftoverDataException when reading .xls files with invalid LabelRecord 2011-09-12 13:03:04 +00:00
LabelSSTRecord.java Bugzilla 52895 - show SSTIndex instead of XFIndex in LabelSSTRecord.toString() 2012-03-13 07:20:38 +00:00
LbsDataSubRecord.java Fix bug #51153 - Correct sizing of LbsDataSubRecord with unused padding fields 2011-05-06 01:28:28 +00:00
LeftMarginRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
MMSRecord.java skip incorrect MMSRecord in xls 2010-04-27 09:24:52 +00:00
Margin.java Merged revisions 701756,702231 via svnmerge from 2008-10-09 06:46:17 +00:00
MergeCellsRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
MulBlankRecord.java Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 2009-11-03 22:45:39 +00:00
MulRKRecord.java Refactoring Record.serialize methods 2008-11-19 00:06:06 +00:00
NameCommentRecord.java Fix bug #51143 - Correct NameCommentRecord to properly serialise strings 2011-05-04 03:11:28 +00:00
NameRecord.java Support for continued NameRecords, see bugzilla 50244 2010-12-14 18:17:59 +00:00
NoteRecord.java 49599 - Correct writing of NoteRecord author text when switching between ASCII and Unicode 2010-07-16 13:57:17 +00:00
NoteStructureSubRecord.java javadocs cleanup 2008-11-07 16:57:23 +00:00
NumberRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 2009-02-09 23:16:49 +00:00
ObjRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 2009-12-02 10:56:01 +00:00
ObjectProtectRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
PageBreakRecord.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 2009-10-08 22:29:41 +00:00
PaletteRecord.java Renamed model.Workbook to InternalWorkbook to alleviate name clash. 2009-12-22 00:51:29 +00:00
PaneRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
PasswordRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
PasswordRev4Record.java record sid clean-up 2008-11-19 19:09:05 +00:00
PrecisionRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
PrintGridlinesRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
PrintHeadersRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
PrintSetupRecord.java Fix bug #48485 - Add extra paper size constans to PrintSetup, such as A3, B4 and B5 2010-03-30 10:05:53 +00:00
ProtectRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
ProtectionRev4Record.java record sid clean-up 2008-11-19 19:09:05 +00:00
RKRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 2009-02-09 23:16:49 +00:00
RecalcIdRecord.java Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 2011-06-27 15:40:48 +00:00
Record.java re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy 2008-12-04 00:08:45 +00:00
RecordBase.java removed unused imports of deprecated classes, fixed javadoc errors 2009-04-11 14:15:27 +00:00
RecordFactory.java Bugzilla 52569: Support DConRefRecord in HSSF 2012-02-07 09:00:47 +00:00
RecordFactoryInputStream.java Bugzilla 53010, patch from June 3: improved support for Continue records in drawing blocks 2012-06-04 08:08:47 +00:00
RecordFormatException.java New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead of the HSSF version, and the HSSF version inherits from 2008-07-21 09:34:08 +00:00
RecordInputStream.java Tolerate Double.NaN when reading .xls files, see Bugzilla 49761 2010-11-09 15:02:31 +00:00
RecordProcessor.java Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass. 2006-12-22 19:18:16 +00:00
RefModeRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
RefreshAllRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
RightMarginRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
RowRecord.java consolidate limits specific to Excel version(Excel97, Excel2007) in SpreadsheetVersion enum, allow merged regions with columns greater than 255 or rows bigger than 65536 in XSSF 2009-04-06 15:06:23 +00:00
SCLRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
SSTDeserializer.java Bug 52628 - Replace System.err info messages with a POILogger 2012-11-16 12:21:49 +00:00
SSTRecord.java Tidy up some of the IntMapper/UnicodeString bits with generics 2010-01-18 12:56:18 +00:00
SSTSerializer.java code cleanup as suggested in Bugzilla 50446 2010-12-10 15:43:59 +00:00
SaveRecalcRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
ScenarioProtectRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
SelectionRecord.java Fixed unused imports compiler warnings (and some others) 2009-08-18 02:41:45 +00:00
SharedFormulaRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
SharedValueRecordBase.java minor changes - initial work on bugzilla 48292 (support for array formulas) 2009-11-27 20:54:03 +00:00
StandardRecord.java corrected javadoc for StandardRecord#serialize(LittleEndianOutput out) as reported in poi-dev 2012-01-17 06:53:45 +00:00
StringRecord.java Merged revisions 709570,709598,710114,710134,710136,711505,711513-711515,711694,711739,711741,711746,711749 via svnmerge from 2008-11-06 02:38:06 +00:00
StyleRecord.java Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serialization of StyleRecord with unicode name 2008-12-16 05:44:32 +00:00
SubRecord.java initial support for excel auto-filters 2010-08-08 11:11:38 +00:00
SupBookRecord.java Bugzilla 52576: support changing external file references in HSSFWorkbook 2012-02-10 08:26:45 +00:00
TabIdRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
TableRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
TableStylesRecord.java Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, and others. 2008-11-26 22:32:07 +00:00
TextObjectRecord.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:46:02 +00:00
TopMarginRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
UncalcedRecord.java Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load 2011-06-27 15:40:48 +00:00
UnicodeString.java Keep compatibility for now, and alert people to move to the new class 2010-06-11 15:16:49 +00:00
UnknownRecord.java Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation 2013-06-25 14:48:16 +00:00
UseSelFSRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
UserSViewBegin.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
UserSViewEnd.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
VCenterRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
VerticalPageBreakRecord.java Merged revisions 700280,700304,700327,700356 via svnmerge from 2008-09-30 06:42:27 +00:00
WSBoolRecord.java Updated class comment 2009-01-16 22:54:42 +00:00
WindowOneRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
WindowProtectRecord.java record sid clean-up 2008-11-19 19:09:05 +00:00
WindowTwoRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
WriteAccessRecord.java Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs 2009-04-08 21:01:43 +00:00
WriteProtectRecord.java Refactoring Record.serialize methods 2008-11-18 18:49:19 +00:00
package.html removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00