Internal: a struct used to store a text zone. More...
| Public Member Functions | |
| TextZone () | |
| Public Attributes | |
| int | m_textLength | 
| the text length  More... | |
| std::vector< MWAWEntry > | m_entries | 
| the list of entries  More... | |
| std::vector< TextZoneData > | m_ids [2] | 
| two vector list of id ( charIds, paragraphIds)  More... | |
| std::vector< Token > | m_tokens | 
| the tokens list  More... | |
| bool | m_parsed | 
| true if the zone is sended  More... | |
Internal: a struct used to store a text zone.
| 
 | inline | 
| std::vector<MWAWEntry> MacWrtProParserInternal::TextZone::m_entries | 
the list of entries
| std::vector<TextZoneData> MacWrtProParserInternal::TextZone::m_ids[2] | 
two vector list of id ( charIds, paragraphIds)
| bool MacWrtProParserInternal::TextZone::m_parsed | 
true if the zone is sended
| int MacWrtProParserInternal::TextZone::m_textLength | 
the text length
| std::vector<Token> MacWrtProParserInternal::TextZone::m_tokens | 
the tokens list