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