NUM3Parser.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /*
3  * This file is part of the libetonyek project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 #ifndef NUM3PARSER_H_INCLUDED
11 #define NUM3PARSER_H_INCLUDED
12 
13 #include "IWAParser.h"
14 
15 namespace libetonyek
16 {
17 
18 class NUMCollector;
19 
20 class NUM3Parser : public IWAParser
21 {
22 public:
23  NUM3Parser(const RVNGInputStreamPtr_t &fragments, const RVNGInputStreamPtr_t &package, NUMCollector &collector);
24 
25 private:
26  bool parseDocument() override;
27 
28  bool parseSheet(unsigned id);
29 
30 private:
32 };
33 
34 }
35 
36 #endif
37 
38 /* vim:set shiftwidth=2 softtabstop=2 expandtab: */
libetonyek::IWAParser::readRef
static boost::optional< unsigned > readRef(const IWAMessage &msg, unsigned field)
Definition: IWAParser.cpp:229
libetonyek::NUMCollector::endDocument
void endDocument()
Definition: NUMCollector.cpp:28
libetonyek
Definition: IWORKBezierElement.cpp:21
libetonyek::IWAParser
Definition: IWAParser.h:49
libetonyek::NUM3Parser::NUM3Parser
NUM3Parser(const RVNGInputStreamPtr_t &fragments, const RVNGInputStreamPtr_t &package, NUMCollector &collector)
Definition: NUM3Parser.cpp:21
IWAParser.h
libetonyek::NUMCollector::startDocument
void startDocument()
Definition: NUMCollector.cpp:23
libetonyek::NUM3Parser::parseSheet
bool parseSheet(unsigned id)
Definition: NUM3Parser.cpp:27
libetonyek::NUM3Parser::parseDocument
bool parseDocument() override
Definition: NUM3Parser.cpp:37
IWORKTable.h
libetonyek::NUM3Parser
Definition: NUM3Parser.h:21
libetonyek::NUM3ObjectType::Document
@ Document
Definition: NUM3ObjectType.h:21
libetonyek::IWAParser::readRefs
static std::deque< unsigned > readRefs(const IWAMessage &msg, unsigned field)
Definition: IWAParser.cpp:236
libetonyek::NUM3ObjectType::Sheet
@ Sheet
Definition: NUM3ObjectType.h:22
NUMCollector.h
libetonyek::NUMCollector
Definition: NUMCollector.h:21
NUM3Parser.h
libetonyek::IWORKToken::_1
@ _1
Definition: IWORKToken.h:641
libetonyek::RVNGInputStreamPtr_t
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr_t
Definition: libetonyek_utils.h:82
libetonyek::IWAParser::ObjectMessage
Definition: IWAParser.h:63
libetonyek::get
const ValueT & get(const detail::IWAFieldImpl< TagV, ValueT, Reader > &field)
Definition: IWAField.h:190
NUM3ObjectType.h
libetonyek::IWAParser::dispatchShape
bool dispatchShape(unsigned id)
Definition: IWAParser.cpp:453
libetonyek::NUM3Parser::m_collector
NUMCollector & m_collector
Definition: NUM3Parser.h:31
m_collector
IWORKCollector & m_collector
Definition: IWORKRecorder.cpp:340

Generated for libetonyek by doxygen 1.8.18