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