Internal: the state of a MsWrdTextStylesInternal. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| Public Attributes | |
| int | m_version | 
| the file version  More... | |
| MWAWFont | m_defaultFont | 
| the default font ( NewYork 12pt)  More... | |
| std::map< int, int > | m_nextStyleMap | 
| a map styleId to next styleId  More... | |
| std::vector< MsWrdStruct::Font > | m_fontList | 
| the list of fonts  More... | |
| std::vector< MsWrdStruct::Paragraph > | m_paragraphList | 
| the list of paragraph  More... | |
| std::vector< MsWrdStruct::Section > | m_sectionList | 
| the list of section  More... | |
| std::vector< MsWrdStruct::Paragraph > | m_textstructParagraphList | 
| the list of paragraph in textstruct  More... | |
| std::map< int, MsWrdStruct::Font > | m_styleFontMap | 
| the list of fonts in style  More... | |
| std::map< int, MsWrdStruct::Paragraph > | m_styleParagraphMap | 
| the list of paragraph in style  More... | |
Internal: the state of a MsWrdTextStylesInternal.
| 
 | inline | 
constructor
| MWAWFont MsWrdTextStylesInternal::State::m_defaultFont | 
the default font ( NewYork 12pt)
| std::vector<MsWrdStruct::Font> MsWrdTextStylesInternal::State::m_fontList | 
the list of fonts
| std::map<int,int> MsWrdTextStylesInternal::State::m_nextStyleMap | 
a map styleId to next styleId
| std::vector<MsWrdStruct::Paragraph> MsWrdTextStylesInternal::State::m_paragraphList | 
the list of paragraph
| std::vector<MsWrdStruct::Section> MsWrdTextStylesInternal::State::m_sectionList | 
the list of section
| std::map<int, MsWrdStruct::Font> MsWrdTextStylesInternal::State::m_styleFontMap | 
the list of fonts in style
| std::map<int, MsWrdStruct::Paragraph> MsWrdTextStylesInternal::State::m_styleParagraphMap | 
the list of paragraph in style
| std::vector<MsWrdStruct::Paragraph> MsWrdTextStylesInternal::State::m_textstructParagraphList | 
the list of paragraph in textstruct
| int MsWrdTextStylesInternal::State::m_version | 
the file version