sync master with lastest vba changes
[ooovba.git] / sc / inc / rechead.hxx
blob897b12bc9c42f1b28ff8f02deb07433d73235f5b
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: rechead.hxx,v $
10 * $Revision: 1.4.32.2 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef SC_RECHEAD_HXX
32 #define SC_RECHEAD_HXX
34 #include <tools/stream.hxx>
36 // ID's fuer Dateien:
38 #define SCID_SIZES 0x4200
40 #define SCID_POOLS 0x4210
41 #define SCID_DOCPOOL 0x4211
42 #define SCID_STYLEPOOL 0x4212
43 #define SCID_NEWPOOLS 0x4213 // ID fuer SC 3.0a
44 #define SCID_EDITPOOL 0x4214
46 #define SCID_DOCUMENT 0x4220
47 #define SCID_DOCFLAGS 0x4221
48 #define SCID_TABLE 0x4222
49 #define SCID_DRAWING 0x4223
50 #define SCID_RANGENAME 0x4224
51 #define SCID_DBAREAS 0x4225
52 #define SCID_PIVOT 0x4226
53 #define SCID_CHARTS 0x4227
54 #define SCID_NUMFORMAT 0x4228
55 #define SCID_DOCOPTIONS 0x4229
56 #define SCID_VIEWOPTIONS 0x422a
57 #define SCID_PRINTSETUP 0x422b
58 #define SCID_CHARSET 0x422c
59 #define SCID_NEWDOCUMENT 0x422d // ID fuer SC 3.0a
60 #define SCID_DDELINKS 0x422e
61 #define SCID_AREALINKS 0x422f
62 #define SCID_CONDFORMATS 0x4230
63 #define SCID_VALIDATION 0x4231
64 #define SCID_COLNAMERANGES 0x4232
65 #define SCID_ROWNAMERANGES 0x4233
66 #define SCID_DETOPLIST 0x4234
67 #define SCID_CONSOLIDATA 0x4235
68 #define SCID_CHANGETRACK 0x4236
69 #define SCID_CHGVIEWSET 0x4237
70 #define SCID_LINKUPMODE 0x4238
71 #define SCID_DATAPILOT 0x4239
73 #define SCID_COLUMNS 0x4240
74 #define SCID_COLROWFLAGS 0x4241
75 #define SCID_TABOPTIONS 0x4242
76 #define SCID_TABLINK 0x4243
78 #define SCID_COLDATA 0x4250
79 #define SCID_COLNOTES 0x4251
80 #define SCID_COLATTRIB 0x4252
82 #define SCID_DRAWPOOL 0x4260
83 #define SCID_DRAWMODEL 0x4261
87 // Dateiversion
88 // Falls das obere Byte inkrementiert wird, wird das Doc von
89 // aelteren SCs nicht mehr geladen!
91 #define SC_INITIAL_VERSION 0x0001
92 #define SC_FORMULA_LCLVER 0x0002 // Formalen mit lokaler VerNr
93 //--------------------------------
94 #define SC_NEW_TOKEN_ARRAYS 0x0003 // neues TokenArray-Format
95 #define SC_FORMULA_VALUES 0x0004 // Werte in Formelzellen
96 #define SC_FORMULA_VALUES2 0x0005 // Werte in Formelzellen
97 #define SC_DATABYTES 0x0006 // Datenbytes, kleine Tables
98 #define SC_DATABYTES2 0x0007 // Datenbytes, kleine Tables
99 #define SC_NUMFMT 0x0008 // Zahlenformat an Formelzelle
100 #define SC_NEWIF 0x0009 // neue Codierung von ocIf (komp.)
101 //--------------------------------
102 #define SC_RELATIVE_REFS 0x0010 // relative Referenzen
103 #define SC_SUBTOTAL_FLAG 0x0011 // bSubTotal der Formelzelle
104 #define SC_COLROWNAME_RANGEPAIR 0x0012 // ColRowNameRanges als ScRangePair
105 //--------------------------------
106 #define SC_31_EXPORT_VER 0x0012 // Version bei 3.1-Export
107 //-------------------------------- ab 4.0
108 #define SC_32K_ROWS 0x0100 // 32000 Zeilen - inkompatibel
109 #define SC_FONTCHARSET 0x0101 // Font-CharSets muessen stimmen
110 //--------------------------------
111 #define SC_40_EXPORT_VER 0x0101 // Version bei 4.0-Export
112 //-------------------------------- ab 5.0
113 #define SC_RECALC_MODE_BITS 0x0201 // TokenArray RecalcMode
114 #define SC_MATRIX_DOUBLEREF 0x0202 // DoubleRef implizite Schnittmenge
115 #define SC_VERSION_EDITPOOL 0x0203 // EditCells mit EditPool
116 #define SC_SUBTOTAL_BUGFIX 0x0204 // bSubTotal der Formelzelle wirklich
117 //-------------------------------- ab 5.2
118 #define SC_CONVERT_RECALC_ON_LOAD 0x0205 // #73616# CONVERT function recalculated on each load
119 //--------------------------------
120 #define SC_CURRENT_VERSION 0x0205
123 // alles ueber SC_31_EXPORT_VER muss auch beim Speichern abgefragt werden,
124 // weil 3.1-Export diese Versionsnummer schreibt.
126 // btw: 10 nach 09 ist kein Zaehlfehler sondern eine absichtliche Luecke,
127 // weil nicht klar war, wie lange die RelRefs Entwicklung dauern wuerde.. :)
129 class SvStream;
131 // -----------------------------------------------------------------------
133 // "Automatischer" Record-Header mit Groessenangabe
135 class ScReadHeader
137 private:
138 SvStream& rStream;
139 ULONG nDataEnd;
141 public:
142 ScReadHeader(SvStream& rNewStream);
143 ~ScReadHeader();
145 ULONG BytesLeft() const;
148 class ScWriteHeader
150 private:
151 SvStream& rStream;
152 ULONG nDataPos;
153 sal_uInt32 nDataSize;
155 public:
156 ScWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault = 0);
157 ~ScWriteHeader();
160 // Header mit Groessenangaben fuer mehrere Objekte
162 class ScMultipleReadHeader
164 private:
165 SvStream& rStream;
166 BYTE* pBuf;
167 SvMemoryStream* pMemStream;
168 ULONG nEndPos;
169 ULONG nEntryEnd;
170 ULONG nTotalEnd;
172 public:
173 ScMultipleReadHeader(SvStream& rNewStream);
174 ~ScMultipleReadHeader();
176 void StartEntry();
177 void EndEntry();
178 ULONG BytesLeft() const;
181 class ScMultipleWriteHeader
183 private:
184 SvStream& rStream;
185 SvMemoryStream aMemStream;
186 ULONG nDataPos;
187 sal_uInt32 nDataSize;
188 ULONG nEntryStart;
190 public:
191 ScMultipleWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault = 0);
192 ~ScMultipleWriteHeader();
194 void StartEntry();
195 void EndEntry();
198 #endif