10#ifndef IWORKXMLPARSERSTATE_H_INCLUDED
11#define IWORKXMLPARSERSTATE_H_INCLUDED
25struct IWORKDictionary;
Definition: IWORKCollector.h:42
Definition: IWORKLanguageManager.h:24
Definition: IWORKParser.h:24
Definition: IWORKTokenizer.h:17
Definition: IWORKXMLParserState.h:32
IWORKCollector & getCollector() const
Definition: IWORKXMLParserState.cpp:49
IWORKParser & m_parser
Definition: IWORKXMLParserState.h:59
IWORKLanguageManager m_langManager
Definition: IWORKXMLParserState.h:54
IWORKStylesheetPtr_t m_stylesheet
Definition: IWORKXMLParserState.h:48
IWORKTableDataPtr_t m_tableData
Definition: IWORKXMLParserState.h:47
bool m_enableCollector
Definition: IWORKXMLParserState.h:51
const IWORKTokenizer & getTokenizer() const
Definition: IWORKXMLParserState.cpp:54
std::shared_ptr< IWORKText > m_currentText
Definition: IWORKXMLParserState.h:56
IWORKDictionary & m_dict
Definition: IWORKXMLParserState.h:61
IWORKStylePtr_t getStyleByName(const char *const name, const IWORKStyleMap_t &mainMap, bool mustExist=true) const
Definition: IWORKXMLParserState.cpp:59
IWORKFormatNameMap m_formatNameMap
Definition: IWORKXMLParserState.h:52
IWORKTableNameMapPtr_t m_tableNameMap
Definition: IWORKXMLParserState.h:53
IWORKDictionary & getDictionary()
Definition: IWORKXMLParserState.cpp:44
IWORKXMLParserState(const IWORKXMLParserState &)
std::shared_ptr< IWORKTable > m_currentTable
Definition: IWORKXMLParserState.h:55
IWORKCollector & m_collector
Definition: IWORKXMLParserState.h:60
IWORKParser & getParser()
Definition: IWORKXMLParserState.cpp:39
IWORKXMLParserState & operator=(const IWORKXMLParserState &)
Definition: IWORKBezierElement.cpp:21
std::shared_ptr< IWORKStylesheet > IWORKStylesheetPtr_t
Definition: IWORKStylesheet.h:20
std::unordered_map< std::string, std::string > IWORKFormatNameMap
Definition: IWORKTypes_fwd.h:32
std::unordered_map< ID_t, IWORKStylePtr_t > IWORKStyleMap_t
Definition: IWORKStyle_fwd.h:24
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:23
std::shared_ptr< IWORKTableNameMap_t > IWORKTableNameMapPtr_t
Definition: IWORKTypes_fwd.h:36
std::shared_ptr< IWORKTableData > IWORKTableDataPtr_t
Definition: IWORKTypes_fwd.h:80
A dictionary of all referenceable entities in the presentation.
Definition: IWORKDictionary.h:40