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