#include <cstring>
#include <iomanip>
#include <iostream>
#include <limits>
#include <set>
#include <sstream>
#include <librevenge/librevenge.h>
#include "StarAttribute.hxx"
#include "StarCellFormula.hxx"
#include "StarEncryption.hxx"
#include "StarFileManager.hxx"
#include "StarItemPool.hxx"
#include "StarObjectDraw.hxx"
#include "StarObjectModel.hxx"
#include "StarObjectSmallText.hxx"
#include "StarState.hxx"
#include "StarZone.hxx"
#include "STOFFCell.hxx"
#include "STOFFCellStyle.hxx"
#include "STOFFFont.hxx"
#include "STOFFGraphicStyle.hxx"
#include "STOFFOLEParser.hxx"
#include "STOFFPageSpan.hxx"
#include "STOFFSubDocument.hxx"
#include "STOFFSpreadsheetListener.hxx"
#include "STOFFTable.hxx"
#include "StarFormatManager.hxx"
#include "StarObjectSpreadsheet.hxx"
Classes | |
struct | StarObjectSpreadsheetInternal::ScMultiRecord |
Internal: a structure use to read ScMultiRecord zone of a StarObjectSpreadsheet. More... | |
class | StarObjectSpreadsheetInternal::Cell |
Internal: the cell of a StarObjectSpreadsheet. More... | |
class | StarObjectSpreadsheetInternal::RowContent |
Internal: structure used to store a row of a StarObjectSpreadsheet. More... | |
class | StarObjectSpreadsheetInternal::Table |
Internal: a table of a StarObjectSpreadsheet. More... | |
struct | StarObjectSpreadsheetInternal::State |
Internal: the state of a StarObjectSpreadsheet. More... | |
class | StarObjectSpreadsheetInternal::SubDocument |
Internal: the subdocument of a StarObjectSpreadsheet. More... | |
Namespaces | |
StarObjectSpreadsheetInternal | |
Internal: the structures of a StarObjectSpreadsheet. | |