StarLayout.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */
2 
3 /* libstaroffice
4 * Version: MPL 2.0 / LGPLv2+
5 *
6 * The contents of this file are subject to the Mozilla Public License Version
7 * 2.0 (the "License"); you may not use this file except in compliance with
8 * the License or as specified alternatively below. You may obtain a copy of
9 * the License at http://www.mozilla.org/MPL/
10 *
11 * Software distributed under the License is distributed on an "AS IS" basis,
12 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 * for the specific language governing rights and limitations under the
14 * License.
15 *
16 * Major Contributor(s):
17 * Copyright (C) 2002 William Lachance (wrlach@gmail.com)
18 * Copyright (C) 2002,2004 Marc Maurer (uwog@uwog.net)
19 * Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
20 * Copyright (C) 2006, 2007 Andrew Ziem
21 * Copyright (C) 2011, 2012 Alonso Laurent (alonso@loria.fr)
22 *
23 *
24 * All Rights Reserved.
25 *
26 * For minor contributions see the git repository.
27 *
28 * Alternatively, the contents of this file may be used under the terms of
29 * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
30 * in which case the provisions of the LGPLv2+ are applicable
31 * instead of those above.
32 */
33 
34 /*
35  * StarLanguage to read/parse some layout in StarOffice documents
36  *
37  */
38 #ifndef STAR_LAYOUT
39 # define STAR_LAYOUT
40 
41 #include <vector>
42 
44 #include "STOFFDebug.hxx"
45 
46 class StarObject;
47 class StarZone;
50 struct StarLayout {
51 public:
54  : m_version(0)
55  {
56  }
58  bool read(StarZone &zone, StarObject &object);
59 protected:
61  bool readC1(StarZone &zone, StarObject &object);
63  bool readC2(StarZone &zone, StarObject &object);
65  bool readC4(StarZone &zone, StarObject &object);
67  bool readD0(StarZone &zone, StarObject &object);
69  bool readD8(StarZone &zone, StarObject &object);
70 
72  bool readChild(StarZone &zone, StarObject &object);
74  bool readHeader(StarZone &zone, libstoff::DebugStream &f, int &type, int valueMode=1) const;
76  bool readDataBlock(StarZone &zone, libstoff::DebugStream &f) const;
81  int readNumber(STOFFInputStreamPtr input, int vers) const;
83  uint16_t m_version;
84 };
85 
86 #endif
87 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
StarZone::ascii
libstoff::DebugFile & ascii()
returns the ascii file
Definition: StarZone.hxx:254
StarLayout::readC4
bool readC4(StarZone &zone, StarObject &object)
try to read a sub zone: 'c4' or 'c7'
Definition: StarLayout.cxx:310
STOFF_DEBUG_MSG
#define STOFF_DEBUG_MSG(M)
Definition: libstaroffice_internal.hxx:129
StarLayout::readD8
bool readD8(StarZone &zone, StarObject &object)
try to read a sub zone: 'd8'
Definition: StarLayout.cxx:435
StarZone::closeFlagZone
void closeFlagZone()
close the cflag zone
Definition: StarZone.cxx:618
libstaroffice_internal.hxx
StarLayout::readD0
bool readD0(StarZone &zone, StarObject &object)
try to read a sub zone: 'd0'
Definition: StarLayout.cxx:353
libstoff::DebugStream::str
static std::string str()
Definition: STOFFDebug.hxx:203
StarLayout::readC1
bool readC1(StarZone &zone, StarObject &object)
try to read a sub zone: 'c1' or 'cc', 'cd'
Definition: StarLayout.cxx:126
StarZone::closeSWRecord
bool closeSWRecord(char type, std::string const &debugName)
try to close a record
Definition: StarZone.hxx:177
STOFFInputStreamPtr
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:485
StarZone
a zone in a StarOffice file
Definition: StarZone.hxx:56
StarZone::getRecordLevel
int getRecordLevel() const
returns the record level
Definition: StarZone.hxx:195
StarObject
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
libstoff::DebugStream
Definition: STOFFDebug.hxx:194
StarLayout::StarLayout
StarLayout()
constructor
Definition: StarLayout.hxx:53
StarLayout::readC2
bool readC2(StarZone &zone, StarObject &object)
try to read a sub zone: 'c2', 'c3', 'c6', 'c8', 'c9', 'ce', 'd2', 'd3', 'd7', 'e3' or 'f2'
Definition: StarLayout.cxx:207
STOFFDebug.hxx
StarLayout::readDataBlock
bool readDataBlock(StarZone &zone, libstoff::DebugStream &f) const
try to read a small data block
Definition: StarLayout.cxx:55
StarLayout::readHeader
bool readHeader(StarZone &zone, libstoff::DebugStream &f, int &type, int valueMode=1) const
try to read a block header
Definition: StarLayout.cxx:495
libstoff::DebugFile::addPos
static void addPos(long)
Definition: STOFFDebug.hxx:223
libstoff::DebugFile::addDelimiter
static void addDelimiter(long, char)
Definition: STOFFDebug.hxx:225
StarLayout::readNumber
int readNumber(STOFFInputStreamPtr input, int vers) const
try to read a positive number of 1|2 bytes depending on the version:
Definition: StarLayout.cxx:46
StarObject.hxx
StarZone.hxx
StarLayout
structure to parse a layout in a text zone (very incomplete)
Definition: StarLayout.hxx:50
libstoff::DebugFile
Definition: STOFFDebug.hxx:210
StarFormatManager.hxx
StarLayout::m_version
uint16_t m_version
the version
Definition: StarLayout.hxx:83
libstoff::DebugFile::addNote
static void addNote(char const *)
Definition: STOFFDebug.hxx:224
StarLayout::read
bool read(StarZone &zone, StarObject &object)
try to read a layout: 'U'
Definition: StarLayout.cxx:81
StarZone::input
STOFFInputStreamPtr input()
return the zone input
Definition: StarZone.hxx:247
STOFFInputStream.hxx
StarZone::openFlagZone
unsigned char openFlagZone()
try to open a cflag zone
Definition: StarZone.cxx:611
StarZone::getRecordLastPosition
long getRecordLastPosition() const
returns the actual record last position
Definition: StarZone.hxx:200
StarLayout.hxx
StarLayout::readChild
bool readChild(StarZone &zone, StarObject &object)
try to read a child of a zone
Definition: StarLayout.cxx:568
StarZone::openSWRecord
bool openSWRecord(char &type)
try to open a SW record: type + size (24 bytes)
Definition: StarZone.cxx:507
StarZone::getFlagLastPosition
long getFlagLastPosition() const
returns the flag last position
Definition: StarZone.hxx:214

Generated on Mon Jan 20 2020 23:02:17 for libstaroffice by doxygen 1.8.16