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
StarWriterStruct::Redline::Redline | ( | ) | [inline] |
constructor
bool StarWriterStruct::Redline::read | ( | StarZone & | zone | ) |
try to read a redline : D
Referenced by readList().
bool StarWriterStruct::Redline::readList | ( | StarZone & | zone, |
std::vector< Redline > & | redlineList | ||
) | [static] |
try to read a list of redline : R
Referenced by readListList().
bool StarWriterStruct::Redline::readListList | ( | StarZone & | zone, |
std::vector< std::vector< Redline > > & | redlineListList | ||
) | [static] |
try to read a list of list of redline : V
Referenced by StarObjectPageStyle::read(), and StarObjectText::readWriterDocument().
std::ostream& operator<< | ( | std::ostream & | o, |
Redline const & | redline | ||
) | [friend] |
operator<<
librevenge::RVNGString StarWriterStruct::Redline::m_comment |
the comment
Referenced by StarWriterStruct::operator<<(), and read().
the date
Referenced by StarWriterStruct::operator<<(), and read().
the stringId
Referenced by StarWriterStruct::operator<<(), and read().
the time
Referenced by StarWriterStruct::operator<<(), and read().
the type
Referenced by StarWriterStruct::operator<<(), and read().