structure to store a nodeRedline in a text zone More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
NodeRedline () | |
constructor More... | |
bool | read (StarZone &zone) |
try to read a nodeRedline More... | |
Public Attributes | |
int | m_id |
the id More... | |
int | m_offset |
the offset More... | |
int | m_flags |
the flags More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, NodeRedline const &nodeRedline) |
operator<< More... | |
structure to store a nodeRedline in a text zone
|
inline |
constructor
bool StarWriterStruct::NodeRedline::read | ( | StarZone & | zone | ) |
try to read a nodeRedline
Referenced by StarTableInternal::Table::read(), StarObjectText::readSWContent(), and StarObjectText::readSWTextZone().
|
friend |
operator<<
int StarWriterStruct::NodeRedline::m_flags |
the flags
Referenced by StarWriterStruct::operator<<(), and read().
int StarWriterStruct::NodeRedline::m_id |
the id
Referenced by StarWriterStruct::operator<<(), and read().
int StarWriterStruct::NodeRedline::m_offset |
the offset
Referenced by StarWriterStruct::operator<<(), and read().