e6064484fa
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
170 lines
5.9 KiB
C++
170 lines
5.9 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#ifndef SC_RECHEAD_HXX
|
|
#define SC_RECHEAD_HXX
|
|
|
|
#include <tools/stream.hxx>
|
|
|
|
// ID's for files:
|
|
|
|
#define SCID_SIZES 0x4200
|
|
|
|
#define SCID_POOLS 0x4210
|
|
#define SCID_DOCPOOL 0x4211
|
|
#define SCID_STYLEPOOL 0x4212
|
|
#define SCID_NEWPOOLS 0x4213 // ID for SC 3.0a
|
|
#define SCID_EDITPOOL 0x4214
|
|
|
|
#define SCID_DOCUMENT 0x4220
|
|
#define SCID_DOCFLAGS 0x4221
|
|
#define SCID_TABLE 0x4222
|
|
#define SCID_DRAWING 0x4223
|
|
#define SCID_RANGENAME 0x4224
|
|
#define SCID_DBAREAS 0x4225
|
|
#define SCID_PIVOT 0x4226
|
|
#define SCID_CHARTS 0x4227
|
|
#define SCID_NUMFORMAT 0x4228
|
|
#define SCID_DOCOPTIONS 0x4229
|
|
#define SCID_VIEWOPTIONS 0x422a
|
|
#define SCID_PRINTSETUP 0x422b
|
|
#define SCID_CHARSET 0x422c
|
|
#define SCID_NEWDOCUMENT 0x422d // ID for SC 3.0a
|
|
#define SCID_DDELINKS 0x422e
|
|
#define SCID_AREALINKS 0x422f
|
|
#define SCID_CONDFORMATS 0x4230
|
|
#define SCID_VALIDATION 0x4231
|
|
#define SCID_COLNAMERANGES 0x4232
|
|
#define SCID_ROWNAMERANGES 0x4233
|
|
#define SCID_DETOPLIST 0x4234
|
|
#define SCID_CONSOLIDATA 0x4235
|
|
#define SCID_CHANGETRACK 0x4236
|
|
#define SCID_CHGVIEWSET 0x4237
|
|
#define SCID_LINKUPMODE 0x4238
|
|
#define SCID_DATAPILOT 0x4239
|
|
|
|
#define SCID_COLUMNS 0x4240
|
|
#define SCID_COLROWFLAGS 0x4241
|
|
#define SCID_TABOPTIONS 0x4242
|
|
#define SCID_TABLINK 0x4243
|
|
|
|
#define SCID_COLDATA 0x4250
|
|
#define SCID_COLNOTES 0x4251
|
|
#define SCID_COLATTRIB 0x4252
|
|
|
|
#define SCID_DRAWPOOL 0x4260
|
|
#define SCID_DRAWMODEL 0x4261
|
|
|
|
|
|
|
|
// file version
|
|
// if the high-byte is incremented, the document won't be opened by older SCs
|
|
#define SC_INITIAL_VERSION 0x0001
|
|
#define SC_FORMULA_LCLVER 0x0002 // formula with local version no.
|
|
//--------------------------------
|
|
#define SC_NEW_TOKEN_ARRAYS 0x0003 // new TokenArray format
|
|
#define SC_FORMULA_VALUES 0x0004 // values in formula cells
|
|
#define SC_FORMULA_VALUES2 0x0005 // values in formula cells
|
|
#define SC_DATABYTES 0x0006 // data bytes, small tables
|
|
#define SC_DATABYTES2 0x0007 // data bytes, small tables
|
|
#define SC_NUMFMT 0x0008 // number format of formula cell
|
|
#define SC_NEWIF 0x0009 // new coding of ocIf (komp.)
|
|
//--------------------------------
|
|
#define SC_RELATIVE_REFS 0x0010 // relative references
|
|
#define SC_SUBTOTAL_FLAG 0x0011 // bSubTotal of formula cell
|
|
#define SC_COLROWNAME_RANGEPAIR 0x0012 // ColRowNameRanges as ScRangePair
|
|
//--------------------------------
|
|
#define SC_31_EXPORT_VER 0x0012 // version for 3.1-export
|
|
//-------------------------------- since 4.0
|
|
#define SC_32K_ROWS 0x0100 // 32000 rows - incompatibel
|
|
#define SC_FONTCHARSET 0x0101 // Font-CharSets have to be right
|
|
//--------------------------------
|
|
#define SC_40_EXPORT_VER 0x0101 // version for 4.0-Export
|
|
//-------------------------------- since 5.0
|
|
#define SC_RECALC_MODE_BITS 0x0201 // TokenArray RecalcMode
|
|
#define SC_MATRIX_DOUBLEREF 0x0202 // DoubleRef implicit intersection
|
|
#define SC_VERSION_EDITPOOL 0x0203 // EditCells with EditPool
|
|
#define SC_SUBTOTAL_BUGFIX 0x0204 // bSubTotal of formula cell (true)
|
|
//-------------------------------- since 5.2
|
|
#define SC_CONVERT_RECALC_ON_LOAD 0x0205 // CONVERT function recalculated on each load
|
|
//--------------------------------
|
|
#define SC_CURRENT_VERSION 0x0205
|
|
|
|
|
|
// all above SC_31_EXPORT_VER has to be queried during saving,
|
|
// because 3.1-export writes this version number.
|
|
|
|
// btw: 10 following 09 is not a counting error but an intentional gap,
|
|
// because it was not clear, how long the RelRefs development would take. :)
|
|
|
|
class SvStream;
|
|
|
|
// -----------------------------------------------------------------------
|
|
|
|
// Header with size specification for multiple objects
|
|
|
|
class ScMultipleReadHeader
|
|
{
|
|
private:
|
|
SvStream& rStream;
|
|
sal_uInt8* pBuf;
|
|
SvMemoryStream* pMemStream;
|
|
sal_uLong nEndPos;
|
|
sal_uLong nEntryEnd;
|
|
sal_uLong nTotalEnd;
|
|
|
|
public:
|
|
ScMultipleReadHeader(SvStream& rNewStream);
|
|
~ScMultipleReadHeader();
|
|
|
|
void StartEntry();
|
|
void EndEntry();
|
|
sal_uLong BytesLeft() const;
|
|
};
|
|
|
|
class ScMultipleWriteHeader
|
|
{
|
|
private:
|
|
SvStream& rStream;
|
|
SvMemoryStream aMemStream;
|
|
sal_uLong nDataPos;
|
|
sal_uInt32 nDataSize;
|
|
sal_uLong nEntryStart;
|
|
|
|
public:
|
|
ScMultipleWriteHeader(SvStream& rNewStream, sal_uInt32 nDefault = 0);
|
|
~ScMultipleWriteHeader();
|
|
|
|
void StartEntry();
|
|
void EndEntry();
|
|
};
|
|
|
|
#endif
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|