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