#include <iomanip>
#include <iostream>
#include <limits>
#include <map>
#include <set>
#include <sstream>
#include <libwpd/libwpd.h>
#include "MWAWCell.hxx"
#include "MWAWContentListener.hxx"
#include "MWAWFont.hxx"
#include "MWAWFontConverter.hxx"
#include "MWAWParagraph.hxx"
#include "MWAWSection.hxx"
#include "MWAWTable.hxx"
#include "FWParser.hxx"
#include "FWStruct.hxx"
#include "FWText.hxx"
Classes | |
struct | FWTextInternal::ParaModifier |
Internal: class to store a para modifier with appear in docInfo. More... | |
struct | FWTextInternal::DataModifier |
Internal: class to store a font/para modifier with appear in text data. More... | |
struct | FWTextInternal::Item |
Internal: class to store an item state. More... | |
struct | FWTextInternal::Font |
Internal: class to store a font and it state. More... | |
struct | FWTextInternal::LineHeader |
Internal: class to store the LineHeader. More... | |
struct | FWTextInternal::ColumnInfo |
Internal: class to store a ColumnInfo. More... | |
struct | FWTextInternal::PageInfo |
struct | FWTextInternal::Zone |
Internal: class to store a text zone. More... | |
struct | FWTextInternal::Paragraph |
Internal: class to store the paragraph properties. More... | |
struct | FWTextInternal::State |
Internal: the state of a FWText. More... | |
Namespaces | |
FWTextInternal | |
Internal: the structures of a FWText. | |