poi/src/java/org/apache/poi/hssf/record
Yegor Kozlov 28b6f4e2a3 merged with trunk r653489
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_1_BETA2@653490 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 14:20:39 +00:00
..
aggregates More work on Conditional Formatting (bug 30311) junit and fixes from Dmitriy. Some other clean-up. 2008-03-31 05:10:35 +00:00
cf some more tweaks for bug 30311. Set some (unused) bits in FontFormatting to match Excel. 2008-04-09 05:56:50 +00:00
constant bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord. 2008-04-10 07:06:55 +00:00
formula merged with trunk r653489 2008-05-05 14:20:39 +00:00
AbstractEscherHolderRecord.java Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets can be cloned 2008-01-15 16:42:44 +00:00
AreaFormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AreaRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AxisLineFormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AxisOptionsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AxisParentRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AxisRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
AxisUsedRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BOFRecord.java Fix for BOFRecord from files generated by access etc (bug #42794) 2007-11-12 13:13:25 +00:00
BackupRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BarRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BeginRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BlankRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BookBoolRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BoolErrRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BottomMarginRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
BoundSheetRecord.java Patch from Ugo to get and set the sheet hidden flag (bug #43937) 2008-01-08 11:59:26 +00:00
CFHeaderRecord.java Fix for bug 44739 - Conditional formatting (regions with max row/col index) 2008-04-03 20:25:53 +00:00
CFRuleRecord.java Conditional Formatting (30311) - API improvements, added HSSFSheetConditionalFormatting 2008-04-15 17:07:06 +00:00
CRNCountRecord.java Big patch from Josh from bug #44504 - lots of formula parser improvements 2008-03-04 16:53:32 +00:00
CRNRecord.java bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord. 2008-04-10 07:06:55 +00:00
CalcCountRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
CalcModeRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
CategorySeriesAxisRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
CellValueRecordInterface.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
ChartFormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ChartRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ChartTitleFormatRecord.java Add support for Chart Title Format records (bug #43721) 2007-11-12 21:49:37 +00:00
CodepageRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ColumnInfoRecord.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
CommonObjectDataSubRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ContinueRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
CountryRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
CustomField.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
DBCellRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DSFRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DVALRecord.java Patch from Josh from bug #44510 - Fix how DVALRecord works with dropdowns 2008-03-03 16:09:02 +00:00
DVRecord.java fix for bug 44710 - Incorrect skip() of second formula in DATAVALIDATION record 2008-04-01 23:53:51 +00:00
DatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DataFormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DateWindow1904Record.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DefaultColWidthRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DefaultDataLabelTextPropertiesRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DefaultRowHeightRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DeltaRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DimensionsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
DrawingGroupRecord.java Make a start on processing shapes on a sheet out of a record. For now, doesn't actually manage to do this, but has much of the infrastructure that'll be needed. Includes ability to get an existing HSSFPatriarch for a sheet, if there are the required records, and for the HSSFPatriarch to be in a position to be given the shapes that make it up (but this isn't done yet) 2008-01-09 23:21:35 +00:00
DrawingRecord.java Add clone methods to DrawingRecord and AbstractEscherHolderRecord, which allows cloning of some sheets with drawing objects on them. Fixes bug #31795 2008-01-09 10:59:04 +00:00
DrawingRecordForBiffViewer.java Initial support for getting and changing chart titles and series titles 2008-04-10 15:54:02 +00:00
DrawingSelectionRecord.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
EOFRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
EmbeddedObjectRefSubRecord.java Preserve unread bytes when serializing the record 2007-11-23 12:51:44 +00:00
EndRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
EndSubRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
EscherAggregate.java Some more updates to the records->usermodel support for hssf shapes. Still not enough there to be useful to pretty much anyone, but at least there's now a framework in place that people can use if they want to support more, and some tests 2008-01-15 16:31:29 +00:00
ExtSSTInfoSubRecord.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
ExtSSTRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ExtendedFormatRecord.java Implement hashCode and equals for HSSFFont and HSSFCellStyle 2008-02-06 14:35:05 +00:00
ExternSheetRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
ExternSheetSubRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ExternalNameRecord.java bugzilla 44792 - fixed encode/decode problems in ExternalNameRecord and CRNRecord. 2008-04-10 07:06:55 +00:00
FilePassRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FileSharingRecord.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
FnGroupCountRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FontBasisRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FontIndexRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FontRecord.java Implement hashCode and equals for HSSFFont and HSSFCellStyle 2008-02-06 14:35:05 +00:00
FooterRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
FormulaRecord.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
FrameRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
GridsetRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
GroupMarkerSubRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
GutsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
HCenterRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
HeaderRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
HideObjRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
HorizontalPageBreakRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
HyperlinkRecord.java support for excel hypelrinks 2008-02-07 08:56:59 +00:00
IndexRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
InterfaceEndRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
InterfaceHdrRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
IterationRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LabelRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LabelSSTRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LeftMarginRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LegendRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LineFormatRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
LinkedDataFormulaField.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
LinkedDataRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
MMSRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
Margin.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
MergeCellsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
MulBlankRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
MulRKRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
NameRecord.java Nice and small change here... Update the formula parser code to use usermodel.HSSFWorkbook instead of model.Workbook. This should keep things a bit cleaner, and make it much easier for the formula code to work with XSSF 2008-04-15 16:00:50 +00:00
NoteRecord.java fixed bug 44200: Sheet not cloneable when Note added to excel cell 2008-01-10 18:04:38 +00:00
NoteStructureSubRecord.java fixed bug 44200: Sheet not cloneable when Note added to excel cell 2008-01-10 18:04:38 +00:00
NumberFormatIndexRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
NumberRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ObjRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ObjectLinkRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ObjectProtectRecord.java oops...forgot these 2007-07-02 16:02:58 +00:00
PageBreakRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
PaletteRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PaneRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PasswordRecord.java Now can protect sheets with a password. So everyone may cease whining about it 2007-07-02 08:10:28 +00:00
PasswordRev4Record.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PlotAreaRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PlotGrowthRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PrecisionRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PrintGridlinesRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PrintHeadersRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
PrintSetupRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ProtectRecord.java Now can protect sheets with a password. So everyone may cease whining about it 2007-07-02 08:10:28 +00:00
ProtectionRev4Record.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
RKRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
RecalcIdRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
Record.java Fix bug #44201 - support cloning of DVRecord, so validation enabled sheets can be cloned 2008-01-15 16:42:44 +00:00
RecordFactory.java Initial support for getting and changing chart titles and series titles 2008-04-10 15:54:02 +00:00
RecordFormatException.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
RecordInputStream.java Fix for readCompressedUnicode not moaning about length=0, from bug #44643 2008-03-20 11:02:39 +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 Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
RefreshAllRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
RightMarginRecord.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
RowRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SCLRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
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. 2006-12-22 19:18:16 +00:00
SSTRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
SSTRecordHeader.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
SSTRecordSizeCalculator.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
SSTSerializer.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
SaveRecalcRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ScenarioProtectRecord.java oops...forgot these 2007-07-02 16:02:58 +00:00
SelectionRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesChartGroupIndexRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesIndexRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesLabelsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesListRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesTextRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SeriesToChartGroupRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
SharedFormulaRecord.java merged with trunk r653489 2008-05-05 14:20:39 +00:00
SheetPropertiesRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
StringRecord.java String Continue records support (with test), from bug #41064 2007-12-04 16:55:56 +00:00
StyleRecord.java Bug #44471 - Crystal Reports generates files with short StyleRecords, which isn't allowed in the spec. Work around this 2008-02-22 11:40:00 +00:00
SubRecord.java Support for getting OLE objects from HSSFWorkbook. See bug 43222 for details. 2007-09-08 16:34:10 +00:00
SupBookRecord.java Big patch from Josh from bug #44504 - lots of formula parser improvements 2008-03-04 16:53:32 +00:00
TabIdRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
TextObjectBaseRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
TextObjectRecord.java make sure all hslf classes use POI loggers 2008-04-14 14:58:18 +00:00
TextRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
TickRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
TopMarginRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
UncalcedRecord.java From bug #44254 - avoid some unread bytes warnings, and process the contents of DVALRecord 2008-01-24 16:05:27 +00:00
UnicodeString.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
UnitsRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
UnknownRecord.java Yet more javadoc fixes 2007-06-29 15:01:01 +00:00
UseSelFSRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
VCenterRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
ValueRangeRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
VerticalPageBreakRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WSBoolRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WindowOneRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WindowProtectRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WindowTwoRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WriteAccessRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
WriteProtectRecord.java Lots more javadoc warning fixes 2007-06-29 14:48:00 +00:00
package.html replace Jakarta POI --> Apache POI in package.html files 2007-06-06 06:42:17 +00:00