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