#include <algorithm>
#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <set>
#include <sstream>
#include <librevenge/librevenge.h>
#include "MWAWCell.hxx"
#include "MWAWTextListener.hxx"
#include "MWAWFont.hxx"
#include "MWAWFontConverter.hxx"
#include "MWAWHeader.hxx"
#include "MWAWParagraph.hxx"
#include "MWAWPosition.hxx"
#include "MWAWSection.hxx"
#include "MWAWTable.hxx"
#include "MacWrtProStructures.hxx"
#include "MacWrtProParser.hxx"
Classes | |
struct | MacWrtProStructuresInternal::Graphic |
Internal: the graphic structure. More... | |
struct | MacWrtProStructuresInternal::Page |
Internal: a page. More... | |
struct | MacWrtProStructuresInternal::Font |
Internal: the fonts. More... | |
struct | MacWrtProStructuresInternal::Paragraph |
Internal: class to store the paragraph properties. More... | |
struct | MacWrtProStructuresInternal::Cell |
Internal: the cell of a MacWrtProStructure. More... | |
struct | MacWrtProStructuresInternal::Table |
struct | MacWrtProStructuresInternal::Section |
Internal: the section of a MacWrtProStructures. More... | |
struct | MacWrtProStructuresInternal::State |
Internal: the state of a MacWrtProStructures. More... | |
Namespaces | |
MacWrtProStructuresInternal | |
Internal: the structures of a MacWrtProStructures. | |