fpspreadsheet: Add some more record descriptions to BIFFExplorer

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2987 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-05-02 14:55:23 +00:00
parent 0bff229235
commit 5325f81daf
5 changed files with 547 additions and 253 deletions

View File

@@ -90,18 +90,18 @@ end;
function RecTypeName(ARecType: Word): String;
begin
case ARecType of
$0000: Result := 'Dimension';
$0001: Result := 'Blank';
$0002: Result := 'Integer';
$0003: Result := 'Number';
$0004: Result := 'Label';
$0000: Result := 'DIMENSION';
$0001: Result := 'BLANK';
$0002: Result := 'INTEGER';
$0003: Result := 'NUMBER';
$0004: Result := 'LABEL';
$0005: Result := 'BoolErr';
$0006: Result := 'Formula';
$0007: Result := 'String';
$0008: Result := 'Row';
$0006: Result := 'FORMULA';
$0007: Result := 'STRING';
$0008: Result := 'ROW';
$0009: Result := 'BOF';
$000A: Result := 'EOF: End of file';
$000B: Result := 'Index';
$000B: Result := 'INDEX';
$000C: Result := 'CALCCOUNT: Iteration count';
$000D: Result := 'CALCMODE: Calculation mode';
$000E: Result := 'PRECISION: Precision';
@@ -119,14 +119,14 @@ begin
$001A: Result := 'VERTICALPAGEBREAKS: Explicit column page breaks';
$001B: Result := 'HORIZONALPAGEBREAKS: Explicit row page breaks';
$001C: Result := 'NOTE: Comment associated with a cell';
$001D: Result := 'SELECTION: current selection';
$001E: Result := 'Format';
$001F: Result := 'BuiltInFmtCount';
$001D: Result := 'SELECTION: Current selection';
$001E: Result := 'FORMAT: Number format record';
$001F: Result := 'FORMATCOUNT: Count of number formats';
$0020: Result := 'ColumnDefault';
$0021: Result := 'Array';
$0022: Result := '1904: 1904 date system';
$0023: Result := 'ExternalName';
$0024: Result := 'ColWidth';
$0024: Result := 'COLWIDTH';
$0025: Result := 'DefaultRowHeight';
$0026: Result := 'LEFTMARGIN: Left margin measurement';
$0027: Result := 'RIGHTMARGIN: Right margin measurement';
@@ -136,19 +136,19 @@ begin
$002B: Result := 'PRINTGRIDLINES: Print gridlines flag';
$002F: Result := 'FILEPASS: File is password-protected';
$0031: Result := 'FONT: Font and font formatting information';
$0032: Result := 'Font2';
$0032: Result := 'FONT2';
$0033: Result := 'PRINTSIZE: Printed size of chart';
$0036: Result := 'DataTable';
$0037: Result := 'DateTable2';
$003C: Result := 'CONTINUE: Continues long records';
$003D: Result := 'WINDOW1: Window information';
$003E: Result := 'Window2';
$003E: Result := 'WINDOW2';
$0040: Result := 'BACKUP: Save backup version of the file';
$0041: Result := 'PANE: Number of panes and their position';
$0042: Result := 'CODEPAGE: Default code page'; // also: CODENAME: VBE object name ???
$0043: Result := 'XF: Extended f';
$0043: Result := 'XF: Extended format';
$0044: Result := 'IXFE';
$0045: Result := 'FontColor';
$0045: Result := 'FONTCOLOR';
$004D: Result := 'PLS: Environment-specific print record';
$0050: Result := 'DCON: Data consolidation information';
$0051: Result := 'DCONREF: Data consolidation references';
@@ -287,7 +287,7 @@ begin
$0231: Result := 'FONT: Font description';
$0236: Result := 'TABLE: Data table';
$023E: Result := 'WINDOW2: Sheet window information';
$0243: Result := 'XF';
$0243: Result := 'XF: Extended format';
$027E: Result := 'RK';
$0293: Result := 'STYLE: Style information';
$0406: Result := 'FORMULA: Cell formula';