#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits>
#include <sstream>
#include <utility>
#include <librevenge/librevenge.h>
#include "MWAWGraphicListener.hxx"
#include "MWAWGraphicShape.hxx"
#include "MWAWGraphicStyle.hxx"
#include "MWAWHeader.hxx"
#include "MWAWParagraph.hxx"
#include "MWAWPictBitmap.hxx"
#include "MWAWPictData.hxx"
#include "MWAWPosition.hxx"
#include "MWAWSection.hxx"
#include "MWAWSubDocument.hxx"
#include "SpringBoardParser.hxx"
Classes | |
struct | SpringBoardParserInternal::Frame |
Internal: a structure used to store the frame property in SpringBoardParserInternal. More... | |
struct | SpringBoardParserInternal::Link |
Internal: a structure used to store a link in SpringBoardParserInternal. More... | |
struct | SpringBoardParserInternal::Shape |
Internal: a structure used to store the shape data in SpringBoardParserInternal. More... | |
struct | SpringBoardParserInternal::Shape::Paragraph |
a paragraph contained in a SpringBoardParserInternal::Shape More... | |
struct | SpringBoardParserInternal::HeaderFooter |
Internal: the Header/Footer of a SpringBoardParser. More... | |
struct | SpringBoardParserInternal::State |
Internal: the state of a SpringBoardParser. More... | |
class | SpringBoardParserInternal::SubDocument |
Internal: the subdocument of a SpringBoardParser. More... | |
Namespaces | |
namespace | SpringBoardParserInternal |
Internal: the structures of a SpringBoardParser. | |