#include "IWORKTabularModelElement.h"#include <cassert>#include <ctime>#include <memory>#include <sstream>#include <boost/lexical_cast.hpp>#include "libetonyek_xml.h"#include "IWORKCollector.h"#include "IWORKDictionary.h"#include "IWORKFormatElement.h"#include "IWORKFormulaElement.h"#include "IWORKProperties.h"#include "IWORKRefContext.h"#include "IWORKStyle.h"#include "IWORKTable.h"#include "IWORKText.h"#include "IWORKTextStorageElement.h"#include "IWORKToken.h"#include "IWORKXMLParserState.h"#include "IWORKXMLContextBase.h"Namespaces | |
| libetonyek | |
| boost::optional<unsigned> m_column |
| boost::optional<std::string> m_content |
| std::map<ID_t,CellData>& m_contentMap |
| std::map<std::pair<unsigned,unsigned>,ID_t>& m_coordinateCommentRefMap |
| boost::optional<std::pair<unsigned, unsigned> > m_coordinates |
| optional<unsigned> m_count |
| boost::optional<IWORKDateTimeData> m_dateTime |
| optional<IWORKDateTimeFormat> m_dateTimeFormat |
| optional<IWORKDurationFormat> m_durationFormat |
| IWORKFormulaPtr_t m_formula |
| optional<unsigned> m_gridlineIndex_ |
| IWORKGridLineMap_t& m_gridLines |
| boost::optional<std::string> m_id |
| bool m_isResult |
| IWORKGridLine_t m_line |
| unsigned m_maxLines |
| optional<IWORKNumberFormat> m_numberFormat |
| boost::optional<ID_t> m_ref |
| boost::optional<ID_t> m_resultRef |
| boost::optional<unsigned> m_row |
| optional<unsigned> m_startIndex |
| optional<unsigned> m_stopIndex |
| IWORKStylePtr_t m_style |
| boost::optional<ID_t> m_styleRef |
| IWORKTextPtr_t m_text |
| IWORKCellType m_type |