Internal: the state of a MacWrtProStructures. More...
Public Member Functions | |
State () | |
constructor More... | |
Static Public Member Functions | |
static bool | updateLineType (int lineType, MWAWBorder &border) |
try to set the line properties of a border More... | |
Public Attributes | |
int | m_version |
the file version More... | |
int | m_numPages |
the number of pages More... | |
librevenge::RVNGBinaryData | m_inputData |
the input data More... | |
std::vector< Font > | m_fontsList |
the list of fonts More... | |
std::vector< Paragraph > | m_paragraphsList |
the list of paragraph More... | |
std::vector< Page > | m_pagesList |
the pages list (for MWII) More... | |
std::vector< Section > | m_sectionsList |
the list of section More... | |
std::vector< std::shared_ptr < Graphic > > | m_graphicsList |
the list of graphic More... | |
std::map< int, std::shared_ptr < Table > > | m_tablesMap |
a map graphic id -> table More... | |
std::map< int, std::shared_ptr < Graphic > > | m_idGraphicMap |
a map graphic id -> graphic More... | |
std::map< int, int > | m_headersMap |
a map page -> header id More... | |
std::map< int, int > | m_footersMap |
a map page -> footer id More... | |
std::set< MWAWVec2i > | m_graphicsSendSet |
a list of graphic use to avoid potential loop in bad file More... | |
Internal: the state of a MacWrtProStructures.
|
inline |
constructor
|
inlinestatic |
try to set the line properties of a border
std::vector<Font> MacWrtProStructuresInternal::State::m_fontsList |
the list of fonts
std::map<int, int> MacWrtProStructuresInternal::State::m_footersMap |
a map page -> footer id
std::vector<std::shared_ptr<Graphic> > MacWrtProStructuresInternal::State::m_graphicsList |
the list of graphic
std::set<MWAWVec2i> MacWrtProStructuresInternal::State::m_graphicsSendSet |
a list of graphic use to avoid potential loop in bad file
std::map<int, int> MacWrtProStructuresInternal::State::m_headersMap |
a map page -> header id
std::map<int, std::shared_ptr<Graphic> > MacWrtProStructuresInternal::State::m_idGraphicMap |
a map graphic id -> graphic
librevenge::RVNGBinaryData MacWrtProStructuresInternal::State::m_inputData |
the input data
int MacWrtProStructuresInternal::State::m_numPages |
the number of pages
std::vector<Page> MacWrtProStructuresInternal::State::m_pagesList |
the pages list (for MWII)
std::vector<Paragraph> MacWrtProStructuresInternal::State::m_paragraphsList |
the list of paragraph
std::vector<Section> MacWrtProStructuresInternal::State::m_sectionsList |
the list of section
std::map<int, std::shared_ptr<Table> > MacWrtProStructuresInternal::State::m_tablesMap |
a map graphic id -> table
int MacWrtProStructuresInternal::State::m_version |
the file version