#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <set>
#include <sstream>
#include <librevenge/librevenge.h>
#include "MWAWFont.hxx"
#include "MWAWListener.hxx"
#include "MWAWPosition.hxx"
#include "MWAWSubDocument.hxx"
#include "RagTime5Parser.hxx"
#include "RagTime5StructManager.hxx"
#include "RagTime5ClusterManager.hxx"
#include "RagTime5Spreadsheet.hxx"
#include "libmwaw_internal.hxx"
Classes | |
struct | RagTime5SpreadsheetInternal::ClustListParser |
Internal: the helper to read a clustList. More... | |
struct | RagTime5SpreadsheetInternal::DoubleParser |
Internal: the helper to read a double's cell double. More... | |
struct | RagTime5SpreadsheetInternal::ContentParser |
Internal: the helper to read a cell content. More... | |
struct | RagTime5SpreadsheetInternal::Unknown5Parser |
Internal: the helper to read a unknown list data. More... | |
struct | RagTime5SpreadsheetInternal::State |
Internal: the state of a RagTime5Spreadsheet. More... | |
struct | RagTime5SpreadsheetInternal::ClusterSpreadsheet |
low level: the spreadsheet cluster data More... | |
struct | RagTime5SpreadsheetInternal::SpreadsheetCParser |
low level: parser of main spreadsheet cluster More... | |
struct | RagTime5SpreadsheetInternal::ClusterChart |
low level: the chart cluster data More... | |
struct | RagTime5SpreadsheetInternal::ChartCParser |
low level: parser of chart cluster More... | |
Namespaces | |
RagTime5SpreadsheetInternal | |
Internal: the structures of a RagTime5Spreadsheet. | |