structure to store a redline in a text zone More...
#include <StarWriterStruct.hxx>
| Public Member Functions | |
| Redline () | |
| constructor | |
| bool | read (StarZone &zone) | 
| try to read a redline : D | |
| Static Public Member Functions | |
| static bool | readList (StarZone &zone, std::vector< Redline > &redlineList) | 
| try to read a list of redline : R | |
| static bool | readListList (StarZone &zone, std::vector< std::vector< Redline > > &redlineListList) | 
| try to read a list of list of redline : V | |
| Public Attributes | |
| int | m_type | 
| the type | |
| int | m_stringId | 
| the stringId | |
| long | m_date | 
| the date | |
| long | m_time | 
| the time | |
| librevenge::RVNGString | m_comment | 
| the comment | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Redline const &redline) | 
| operator<< | |
structure to store a redline in a text zone
| 
 | inline | 
constructor
Referenced by operator<<, and readList().
| bool StarWriterStruct::Redline::read | ( | StarZone & | zone | ) | 
try to read a redline : D
Referenced by readList().
| 
 | static | 
try to read a list of redline : R
Referenced by readListList().
| 
 | static | 
try to read a list of list of redline : V
Referenced by StarObjectPageStyle::read(), and StarObjectText::readWriterDocument().
| 
 | friend | 
operator<<
| librevenge::RVNGString StarWriterStruct::Redline::m_comment | 
the comment
Referenced by operator<<, read(), and Redline().
| long StarWriterStruct::Redline::m_date | 
the date
Referenced by operator<<, read(), and Redline().
| int StarWriterStruct::Redline::m_stringId | 
the stringId
Referenced by operator<<, read(), and Redline().
| long StarWriterStruct::Redline::m_time | 
the time
Referenced by operator<<, read(), and Redline().
| int StarWriterStruct::Redline::m_type | 
the type
Referenced by operator<<, read(), and Redline().