SDAParser.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  * Parser to convert sda StarOffice document
36  *
37  */
38 #ifndef SDA_PARSER
39 # define SDA_PARSER
40 
41 #include <vector>
42 
43 #include "STOFFDebug.hxx"
44 #include "STOFFEntry.hxx"
45 #include "STOFFInputStream.hxx"
46 
47 #include "STOFFParser.hxx"
48 
49 namespace SDAParserInternal
50 {
51 struct State;
52 }
53 
55 class StarObject;
56 class StarZone;
57 class STOFFOLEParser;
58 class StarFormatManager;
64 class SDAParser final : public STOFFGraphicParser
65 {
66 public:
68  SDAParser(STOFFInputStreamPtr &input, STOFFHeader *header);
70  ~SDAParser() final;
72  void setDocumentPassword(char const *passwd)
73  {
74  m_password=passwd;
75  }
77  bool checkHeader(STOFFHeader *header, bool strict=false) override;
78 
79  // the main parse function
80  void parse(librevenge::RVNGDrawingInterface *documentInterface) final;
81  // the main presentation parse function
82  void parse(librevenge::RVNGPresentationInterface *documentInterface) final;
83 
84 protected:
86  void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
88  void createDocument(librevenge::RVNGPresentationInterface *documentInterface);
89 
91  bool createZones();
92 
93  //
94  // low level
95  //
96 
97  //
98  // data
99  //
100 
102  char const *m_password;
104  std::shared_ptr<STOFFOLEParser> m_oleParser;
106  std::shared_ptr<SDAParserInternal::State> m_state;
107 private:
108  SDAParser(SDAParser const &orig) = delete;
109  SDAParser &operator=(SDAParser const &orig) = delete;
110 };
111 #endif
112 // vim: set filetype=cpp tabstop=2 shiftwidth=2 cindent autoindent smartindent noexpandtab:
StarFileManager.hxx
STOFFHeader::reset
void reset(int vers, Kind kind=STOFFDocument::STOFF_K_TEXT)
resets the data
Definition: STOFFHeader.hxx:77
SDAParser.hxx
SDAParser::m_state
std::shared_ptr< SDAParserInternal::State > m_state
the state
Definition: SDAParser.hxx:106
STOFFDocument::STOFF_K_DRAW
vectorized graphic: .sda
Definition: STOFFDocument.hxx:71
SDAParserInternal
Internal: the structures of a SDAParser.
Definition: SDAParser.cxx:52
StarAttributeManager
the main class to read/.
Definition: StarAttribute.hxx:1080
STOFFEntry.hxx
STOFF_DEBUG_MSG
#define STOFF_DEBUG_MSG(M)
Definition: libstaroffice_internal.hxx:129
SDAParser::checkHeader
bool checkHeader(STOFFHeader *header, bool strict=false) override
checks if the document header is correct (or not)
Definition: SDAParser.cxx:223
SDAParserInternal::State::m_numPages
int m_numPages
the number of page of the final document
Definition: SDAParser.cxx:65
STOFFPageSpan
A class which defines the page properties.
Definition: STOFFPageSpan.hxx:75
SDAParser::createDocument
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: SDAParser.cxx:166
STOFFGraphicListener
This class contains the code needed to create Graphic document.
Definition: STOFFGraphicListener.hxx:59
STOFFHeader::setEncrypted
void setEncrypted(bool encrypted)
set the encryption mode
Definition: STOFFHeader.hxx:110
SDAParserInternal::State
Internal: the state of a SDAParser.
Definition: SDAParser.cxx:56
STOFFParser.hxx
STOFFOLEParser.hxx
libstoff::DebugFile::reset
static void reset()
Definition: STOFFDebug.hxx:228
SDAParser::setDocumentPassword
void setDocumentPassword(char const *passwd)
set the document password
Definition: SDAParser.hxx:72
StarObjectDraw.hxx
StarObjectDraw
the main class to read a StarOffice draw
Definition: StarObjectDraw.hxx:61
STOFFInputStreamPtr
std::shared_ptr< STOFFInputStream > STOFFInputStreamPtr
a smart pointer of STOFFInputStream
Definition: libstaroffice_internal.hxx:485
STOFFGraphicParser
virtual class which defines the ancestor of all graphic/presentation zone parser
Definition: STOFFParser.hxx:209
STOFFParser::resetGraphicListener
void resetGraphicListener()
resets the graphic listener
Definition: STOFFParser.cxx:83
StarZone
a zone in a StarOffice file
Definition: StarZone.hxx:56
StarObject
an object corresponding to an OLE directory
Definition: StarObject.hxx:64
SDAParserInternal::State::m_actPage
int m_actPage
the actual page
Definition: SDAParser.cxx:65
SDAParser::SDAParser
SDAParser(STOFFInputStreamPtr &input, STOFFHeader *header)
constructor
Definition: SDAParser.cxx:74
STOFFPageSpan::m_pageSpan
int m_pageSpan
the number of page
Definition: STOFFPageSpan.hxx:104
STOFFParser::ascii
libstoff::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: STOFFParser.hxx:143
SDAParser
the main class to read a StarOffice sda/sdd file
Definition: SDAParser.hxx:64
libstoff::ParseException
Definition: libstaroffice_internal.hxx:143
STOFFGraphicListenerPtr
std::shared_ptr< STOFFGraphicListener > STOFFGraphicListenerPtr
a smart pointer of STOFFGraphicListener
Definition: libstaroffice_internal.hxx:481
STOFFHeader
a function used by STOFFDocument to store the version of document
Definition: STOFFHeader.hxx:56
SDAParser::m_oleParser
std::shared_ptr< STOFFOLEParser > m_oleParser
the ole parser
Definition: SDAParser.hxx:104
STOFFGraphicListener.hxx
STOFFOLEParser::getCompObjName
bool getCompObjName(STOFFInputStreamPtr fileInput, std::string &programName)
returns the main compobj program name
Definition: STOFFOLEParser.cxx:372
STOFFOLEParser
a class used to parse some basic oles Tries to read the different ole parts and stores their contents...
Definition: STOFFOLEParser.hxx:86
StarFileManager::checkUnparsed
static void checkUnparsed(STOFFInputStreamPtr input, std::shared_ptr< STOFFOLEParser > oleParser, char const *password)
low level
Definition: StarFileManager.cxx:435
SDAParserInternal::State::State
State()
constructor
Definition: SDAParser.cxx:58
STOFFDocument::STOFF_K_PRESENTATION
presentation
Definition: STOFFDocument.hxx:73
SDAParserInternal::State::m_mainGraphic
std::shared_ptr< StarObjectDraw > m_mainGraphic
Definition: SDAParser.cxx:66
SDAParser::createZones
bool createZones()
parses the different OLE, ...
Definition: SDAParser.cxx:143
STOFFParser::getParserState
STOFFParserStatePtr getParserState()
returns the parser state
Definition: STOFFParser.hxx:103
STOFFDebug.hxx
STOFFParser::getPageSpan
const STOFFPageSpan & getPageSpan() const
returns the actual page dimension
Definition: STOFFParser.hxx:118
SDAParser::operator=
SDAParser & operator=(SDAParser const &orig)=delete
StarObject::getDocumentKind
STOFFDocument::Kind getDocumentKind() const
returns the document kind
Definition: StarObject.cxx:115
STOFFParser::getGraphicListener
STOFFGraphicListenerPtr & getGraphicListener()
returns the graphic listener
Definition: STOFFParser.hxx:128
SDAParser::m_password
const char * m_password
the password
Definition: SDAParser.hxx:102
StarZone.hxx
STOFFParser::setGraphicListener
void setGraphicListener(STOFFGraphicListenerPtr &listener)
sets the graphic listener
Definition: STOFFParser.cxx:78
STOFFParser::getInput
STOFFInputStreamPtr & getInput()
returns the actual input
Definition: STOFFParser.hxx:113
StarFormatManager
the main class to read/.
Definition: StarFormatManager.hxx:90
STOFFInputStream.hxx
SDAParser::~SDAParser
~SDAParser() final
destructor
Definition: SDAParser.cxx:82
SDAParser::parse
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
virtual function used to parse the input
Definition: SDAParser.cxx:89

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