#include <cstring>
#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <sstream>
#include <librevenge/librevenge.h>
#include "MWAWTextListener.hxx"
#include "MWAWDebug.hxx"
#include "MWAWFont.hxx"
#include "MWAWFontConverter.hxx"
#include "MWAWInputStream.hxx"
#include "MWAWPageSpan.hxx"
#include "MWAWParagraph.hxx"
#include "MWAWPosition.hxx"
#include "MWAWSection.hxx"
#include "MWAWSubDocument.hxx"
#include "BeagleWksParser.hxx"
#include "BeagleWksStructManager.hxx"
#include "BeagleWksText.hxx"
Classes | |
struct | BeagleWksTextInternal::Font |
Internal: a class used to store the font data of a BeagleWksText. More... | |
struct | BeagleWksTextInternal::Section |
Internal: a class used to store the section data of a BeagleWksText. More... | |
struct | BeagleWksTextInternal::State |
Internal: the state of a BeagleWksText. More... | |
class | BeagleWksTextInternal::SubDocument |
Internal: the subdocument of a BeagleWksText. More... | |
Namespaces | |
BeagleWksTextInternal | |
Internal: the structures of a BeagleWksText. | |