You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yegor Kozlov b4da1cab04 fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
..
aggregates deleted 'svn:executable' property 14 years ago
cf Fixing compiler warnings - unnecessary typecasts 15 years ago
chart Fix bug #48180 - short chart records skipping some unused fields 14 years ago
common Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested 14 years ago
constant deleted 'svn:executable' property 14 years ago
cont Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
crypto Follow-on for bugzilla 47652 - used more specific exception when password is incorrect 15 years ago
formula Made ScalarConstantPtg public and MissingArgEval.instance final 14 years ago
pivottable Fix for 46918 - Allow shorter format for ExtendedPivotTableViewFieldsRecord(SXVDEX) record 15 years ago
AbstractEscherHolderRecord.java Fixed compiler warnings - unnecessary else 15 years ago
ArrayRecord.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
BOFRecord.java Removed unused, erroneous import 15 years ago
BackupRecord.java Refactoring Record.serialize methods 15 years ago
BiffHeaderInput.java Bugzilla 47652 - Added support for reading encrypted workbooks 15 years ago
BlankRecord.java Refactoring Record.serialize methods 15 years ago
BookBoolRecord.java Refactoring Record.serialize methods 15 years ago
BoolErrRecord.java Bugzilla 47479 - Fix BoolErrRecord to tolerate incorrect format written by OOO 15 years ago
BottomMarginRecord.java Refactoring Record.serialize methods 15 years ago
BoundSheetRecord.java minor improvements to sheet name validation and identification of cell references vs defined names 15 years ago
CFHeaderRecord.java Refactoring Record.serialize methods 15 years ago
CFRuleRecord.java Fixed compiler warnings - unnecessary else 15 years ago
CRNCountRecord.java Refactoring Record.serialize methods 15 years ago
CRNRecord.java refactoring Record.serialize 15 years ago
CalcCountRecord.java Refactoring Record.serialize methods 15 years ago
CalcModeRecord.java Refactoring Record.serialize methods 15 years ago
CellRecord.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
CellValueRecordInterface.java Removed unused methods from CellValueRecordInterface. Converted FormulaRecordAggregate to RecordAggregate subclass 16 years ago
CodepageRecord.java Refactoring Record.serialize methods 15 years ago
ColumnInfoRecord.java Refactoring Record.serialize methods 15 years ago
CommonObjectDataSubRecord.java fixed CommonObjectDataSubRecord.field_2_objectId to be unsigned, also fixed HSSFCell.findCellComment to handle sheets with more than 65536 comments 15 years ago
ContinueRecord.java Fixed unused imports compiler warnings (and some others) 15 years ago
CountryRecord.java Refactoring Record.serialize methods 15 years ago
DBCellRecord.java Refactoring Record.serialize methods 15 years ago
DSFRecord.java record sid clean-up 15 years ago
DVALRecord.java removed unused imports of deprecated classes, fixed javadoc errors 15 years ago
DVRecord.java fixed non-standard ASF license headers 15 years ago
DateWindow1904Record.java Refactoring Record.serialize methods 15 years ago
DefaultColWidthRecord.java Refactoring Record.serialize methods 15 years ago
DefaultRowHeightRecord.java Refactoring Record.serialize methods 15 years ago
DeltaRecord.java record sid clean-up 15 years ago
DimensionsRecord.java Refactoring Record.serialize methods 15 years ago
DrawingGroupRecord.java Fixed compiler warnings - unnecessary else 15 years ago
DrawingRecord.java Refactoring Record.serialize methods 15 years ago
DrawingRecordForBiffViewer.java converted getRecordSize methods to getDataSize 15 years ago
DrawingSelectionRecord.java refactoring Record.serialize 15 years ago
EOFRecord.java Refactoring Record.serialize methods 15 years ago
EmbeddedObjectRefSubRecord.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
EndSubRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
EscherAggregate.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
ExtSSTRecord.java removed unused imports of deprecated classes, fixed javadoc errors 15 years ago
ExtendedFormatRecord.java Refactoring Record.serialize methods 15 years ago
ExternSheetRecord.java Minor code clean-up 15 years ago
ExternalNameRecord.java Bugzilla 47384 - Fixed ExternalNameRecord to handle unicode names 15 years ago
FeatHdrRecord.java Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested 14 years ago
FeatRecord.java Make a start on feature related records. Not finished yet, so not enabled in the recordfactory until complete+tested 14 years ago
FilePassRecord.java Bugzilla 47652 - Added support for reading encrypted workbooks 15 years ago
FileSharingRecord.java Refactoring Record.serialize methods 15 years ago
FnGroupCountRecord.java Refactoring Record.serialize methods 15 years ago
FontRecord.java Bugzilla 47250 - Fixed FontRecord to expect unicode flags even when name length is zero 15 years ago
FooterRecord.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
FormatRecord.java Refactoring Record.serialize methods 15 years ago
FormulaRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 15 years ago
GridsetRecord.java Refactoring Record.serialize methods 15 years ago
GroupMarkerSubRecord.java Fix for bug 45778 - made ObjRecord read sub-record ftLbsData properly 15 years ago
GutsRecord.java Refactoring Record.serialize methods 15 years ago
HCenterRecord.java Refactoring Record.serialize methods 15 years ago
HeaderFooterBase.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
HeaderRecord.java Bugzilla 47244 - Fixed HSSFSheet to handle missing header / footer records 15 years ago
HideObjRecord.java Refactoring Record.serialize methods 15 years ago
HorizontalPageBreakRecord.java Removed validateSid method from Record classes 15 years ago
HyperlinkRecord.java Fixed HyperlinkRecord to properly handle URL monikers, see Bugzilla 47498 15 years ago
IndexRecord.java Refactoring Record.serialize methods 15 years ago
InterfaceEndRecord.java Refactoring Record.serialize methods 15 years ago
InterfaceHdrRecord.java Refactoring Record.serialize methods 15 years ago
IterationRecord.java record sid clean-up 15 years ago
LabelRecord.java re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy 15 years ago
LabelSSTRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 15 years ago
LbsDataSubRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
LeftMarginRecord.java Refactoring Record.serialize methods 15 years ago
MMSRecord.java Refactoring Record.serialize methods 15 years ago
Margin.java Fixing comments and formatting inside Record subclasses 15 years ago
MergeCellsRecord.java Refactoring Record.serialize methods 15 years ago
MulBlankRecord.java Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 14 years ago
MulRKRecord.java Refactoring Record.serialize methods 15 years ago
NameRecord.java Improvements to patch 47809 (support for UDFs) 14 years ago
NoteRecord.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
NoteStructureSubRecord.java javadocs cleanup 15 years ago
NumberRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 15 years ago
ObjRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
ObjectProtectRecord.java Refactoring Record.serialize methods 15 years ago
PageBreakRecord.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 14 years ago
PaletteRecord.java Refactoring Record.serialize methods 15 years ago
PaneRecord.java Refactoring Record.serialize methods 15 years ago
PasswordRecord.java record sid clean-up 15 years ago
PasswordRev4Record.java record sid clean-up 15 years ago
PrecisionRecord.java Refactoring Record.serialize methods 15 years ago
PrintGridlinesRecord.java Refactoring Record.serialize methods 15 years ago
PrintHeadersRecord.java Refactoring Record.serialize methods 15 years ago
PrintSetupRecord.java Refactoring Record.serialize methods 15 years ago
ProtectRecord.java record sid clean-up 15 years ago
ProtectionRev4Record.java record sid clean-up 15 years ago
RKRecord.java Refactored common CellValueRecordInterface code into a new superclass CellRecord 15 years ago
RecalcIdRecord.java Bugzilla 48096 - relaxed validation check in RecalcIdRecord 14 years ago
Record.java re-arranging methods getRecordSize and getDataSize in Record / StandardRecord / ContinuableRecord hierarchy 15 years ago
RecordBase.java removed unused imports of deprecated classes, fixed javadoc errors 15 years ago
RecordFactory.java Hopefully fix #45672 properly - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) 14 years ago
RecordFactoryInputStream.java Follow-on for bugzilla 47652 - used more specific exception when password is incorrect 15 years ago
RecordFormatException.java New class org.apache.poi.hssf.record.RecordFormatException, which DDF uses instead of the HSSF version, and the HSSF version inherits from 16 years ago
RecordInputStream.java Bugzilla 47652 - Added support for reading encrypted workbooks 15 years ago
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. 17 years ago
RefModeRecord.java Refactoring Record.serialize methods 15 years ago
RefreshAllRecord.java record sid clean-up 15 years ago
RightMarginRecord.java Refactoring Record.serialize methods 15 years ago
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 15 years ago
SCLRecord.java Refactoring Record.serialize methods 15 years ago
SSTDeserializer.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. 17 years ago
SSTRecord.java Fixing compiler warnings - unnecessary typecasts 15 years ago
SSTSerializer.java Introduced ContinuableRecord to help fix serialization of StringRecords with large data. Fixed TextObjectRecord to only write 16bit unicode when needed. Simplification in UnicodeString. 15 years ago
SaveRecalcRecord.java Refactoring Record.serialize methods 15 years ago
ScenarioProtectRecord.java Refactoring Record.serialize methods 15 years ago
SelectionRecord.java Fixed unused imports compiler warnings (and some others) 15 years ago
SharedFormulaRecord.java Clean-up of copy/clone methods in Ptg hierarchy 14 years ago
SharedValueRecordBase.java minor changes - initial work on bugzilla 48292 (support for array formulas) 14 years ago
StandardRecord.java Changed CRLF to LF in .java base src files. Minor reformatting fixes. 15 years ago
StringRecord.java Introduced ContinuableRecord to help fix serialization of StringRecords with large data. Fixed TextObjectRecord to only write 16bit unicode when needed. Simplification in UnicodeString. 15 years ago
StyleRecord.java Fix for bug 46385 (by patch 46362 from Matsuyama Tomohiro) fixed serialization of StyleRecord with unicode name 15 years ago
SubRecord.java fixed RecordFormatException when reading LbsDataSubRecord, see bugzilla 47701 14 years ago
SupBookRecord.java refactoring Record.serialize 15 years ago
TabIdRecord.java record sid clean-up 15 years ago
TableRecord.java Fix for bug 15716 - - converted Ptg arrays into Formula objects to optimise memory usage 15 years ago
TableStylesRecord.java Patch 46301 - (from Patrick Cheng) - added some pivot table records: SXDI, SXVDEX, SXPI, SXIDSTM, SXVIEW, SXVD, SXVS, and others. 15 years ago
TextObjectRecord.java Clean-up of copy/clone methods in Ptg hierarchy 14 years ago
TopMarginRecord.java Refactoring Record.serialize methods 15 years ago
UncalcedRecord.java Refactoring Record.serialize methods 15 years ago
UnicodeString.java Fixed compiler warnings - unnecessary else 15 years ago
UnknownRecord.java Bugzilla 47415 - Fixed PageSettingsBlock to allow multiple PLS records 15 years ago
UseSelFSRecord.java record sid clean-up 15 years ago
VCenterRecord.java Refactoring Record.serialize methods 15 years ago
VerticalPageBreakRecord.java Removed validateSid method from Record classes 15 years ago
WSBoolRecord.java Updated class comment 15 years ago
WindowOneRecord.java Refactoring Record.serialize methods 15 years ago
WindowProtectRecord.java record sid clean-up 15 years ago
WindowTwoRecord.java Refactoring Record.serialize methods 15 years ago
WriteAccessRecord.java Bugzilla 47001 - Fixed WriteAccessRecord and LinkTable to handle unusual format written by Google Docs 15 years ago
WriteProtectRecord.java Refactoring Record.serialize methods 15 years ago
package.html replace Jakarta POI --> Apache POI in package.html files 17 years ago