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
| 
 | inline | 
constructor
Referenced by operator<<.
| bool StarWriterStruct::Mark::read | ( | StarZone & | zone | ) | 
try to read a mark
Referenced by StarObjectText::readSWTextZone().
| 
 | friend | 
operator<<
| int StarWriterStruct::Mark::m_id | 
the id
Referenced by Mark(), operator<<, and read().
| int StarWriterStruct::Mark::m_offset | 
the offset
Referenced by Mark(), operator<<, and read().
| int StarWriterStruct::Mark::m_type | 
the type: 2: bookmark-start, 3:bookmark-end
Referenced by Mark(), operator<<, and read().