StarWriterStruct::Redline Struct Reference

structure to store a redline in a text zone More...

#include <StarWriterStruct.hxx>

List of all members.

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<<

Detailed Description

structure to store a redline in a text zone


Constructor & Destructor Documentation

constructor


Member Function Documentation

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().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Redline const &  redline 
) [friend]

operator<<


Member Data Documentation

librevenge::RVNGString StarWriterStruct::Redline::m_comment

the comment

Referenced by StarWriterStruct::operator<<(), and read().


The documentation for this struct was generated from the following files: