Internal: the object of MsWrdParser. More...
Public Member Functions | |
Object () | |
MsWrdEntry | getEntry () const |
Public Attributes | |
long | m_textPos |
the text position | |
MWAWEntry | m_pos |
the object entry | |
std::string | m_name |
the object name | |
int | m_id |
the id | |
int | m_ids [2] |
some others id? | |
int | m_idsFlag [2] |
some flags link to m_ids | |
int | m_flags [2] |
some flags | |
MWAWEntry | m_annotation |
the annotation entry | |
std::string | m_extra |
some extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Object const &obj) |
operator<< | |
Internal: the object of MsWrdParser.
|
inline |
|
inline |
Referenced by MsWrdParser::readObject().
|
friend |
operator<<
MWAWEntry MsWrdParserInternal::Object::m_annotation |
the annotation entry
Referenced by MsWrdParser::readObject().
std::string MsWrdParserInternal::Object::m_extra |
some extra data
int MsWrdParserInternal::Object::m_flags[2] |
some flags
Referenced by Object().
int MsWrdParserInternal::Object::m_id |
the id
Referenced by getEntry(), and MsWrdParser::readObject().
int MsWrdParserInternal::Object::m_ids[2] |
some others id?
Referenced by Object().
int MsWrdParserInternal::Object::m_idsFlag[2] |
some flags link to m_ids
Referenced by Object().
std::string MsWrdParserInternal::Object::m_name |
the object name
MWAWEntry MsWrdParserInternal::Object::m_pos |
the object entry
Referenced by getEntry(), and MsWrdParser::readObject().
long MsWrdParserInternal::Object::m_textPos |
the text position
Referenced by MsWrdParser::readObjectList().