#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <set>
#include <sstream>
#include <librevenge/librevenge.h>
#include "MWAWCell.hxx"
#include "MWAWFont.hxx"
#include "MWAWFontConverter.hxx"
#include "MWAWParagraph.hxx"
#include "MWAWPictMac.hxx"
#include "MWAWPosition.hxx"
#include "MWAWSpreadsheetEncoder.hxx"
#include "MWAWSpreadsheetListener.hxx"
#include "MWAWTextListener.hxx"
#include "RagTimeParser.hxx"
#include "RagTimeStruct.hxx"
#include "RagTimeSpreadsheet.hxx"
Classes | |
struct | RagTimeSpreadsheetInternal::DateTime |
Internal: date/time format of a RagTimeSpreadsheet. More... | |
struct | RagTimeSpreadsheetInternal::CellFormat |
Internal: cell number format of a RagTimeSpreadsheet (SpVa block) More... | |
struct | RagTimeSpreadsheetInternal::CellBorder |
Internal: cell border of a RagTimeSpreadsheet (SpVa block) More... | |
struct | RagTimeSpreadsheetInternal::CellExtra |
Internal: extra cell format of a RagTimeSpreadsheet (SpCe block) More... | |
struct | RagTimeSpreadsheetInternal::ComplexBlock |
Internal: header of a complex block of a RagTimeSpreadsheet. More... | |
struct | RagTimeSpreadsheetInternal::ComplexBlock::Zone |
a small zone of a ComplexBlock More... | |
struct | RagTimeSpreadsheetInternal::Cell |
Internal: a cell of a RagTimeSpreadsheet. More... | |
struct | RagTimeSpreadsheetInternal::Spreadsheet |
Internal: a spreadsheet's zone of a RagTimeSpreadsheet. More... | |
struct | RagTimeSpreadsheetInternal::State |
Internal: the state of a RagTimeSpreadsheet. More... | |
Namespaces | |
namespace | RagTimeSpreadsheetInternal |
Internal: the structures of a RagTimeSpreadsheet. | |