structure to store a mark in a text zone More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
| Mark () | |
| constructor | |
| bool | read (StarZone &zone) |
| try to read a mark | |
Public Attributes | |
| int | m_type |
| the type: 2: bookmark-start, 3:bookmark-end | |
| int | m_id |
| the id | |
| int | m_offset |
| the offset | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Mark const &mark) |
| operator<< | |
structure to store a mark in a text zone
| StarWriterStruct::Mark::Mark | ( | ) | [inline] |
constructor
| bool StarWriterStruct::Mark::read | ( | StarZone & | zone | ) |
try to read a mark
Referenced by StarObjectText::readSWTextZone().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Mark const & | mark | ||
| ) | [friend] |
operator<<
the id
Referenced by StarWriterStruct::operator<<(), and read().
the offset
Referenced by StarWriterStruct::operator<<(), and read().
the type: 2: bookmark-start, 3:bookmark-end
Referenced by StarWriterStruct::operator<<(), and read().