StarWriterStruct::TOX Struct Reference

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

#include <StarWriterStruct.hxx>

List of all members.

Classes

struct  Style
 a style More...

Public Member Functions

 TOX ()
 constructor
 ~TOX ()
 destructor
bool read (StarZone &zone, StarObject &object)
 try to read a TOX

Static Public Member Functions

static bool readList (StarZone &zone, std::vector< TOX > &toxList, StarObject &object)
 try to read a list of TOX

Public Attributes

int m_type
 the type
int m_createType
 the createType
int m_captionDisplay
 the captionDisplay
int m_stringIds [3]
 the string id, the seq string id, the sect string id
int m_styleId
 the style id
int m_data
 the number of data?
int m_formFlags
 the format flags?
librevenge::RVNGString m_title
 the title
librevenge::RVNGString m_name
 the name
int m_OLEOptions
 the ole options
std::vector< int > m_stringIdList
 a list of template string ids
std::vector< Stylem_styleList
 a list of style names?
long m_titleLength
 the title length
std::vector< shared_ptr
< StarFormatManagerInternal::FormatDef > > 
m_formatList
 the format

Friends

std::ostream & operator<< (std::ostream &o, TOX const &tox)
 operator<<

Detailed Description

structure to store a TOX in a text zone


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool StarWriterStruct::TOX::read ( StarZone zone,
StarObject object 
)

try to read a TOX

Referenced by readList().

bool StarWriterStruct::TOX::readList ( StarZone zone,
std::vector< TOX > &  toxList,
StarObject object 
) [static]

try to read a list of TOX

Referenced by StarObjectText::readWriterDocument().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
TOX const &  tox 
) [friend]

operator<<


Member Data Documentation

the number of data?

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

librevenge::RVNGString StarWriterStruct::TOX::m_name

the name

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

a list of template string ids

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

the string id, the seq string id, the sect string id

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

a list of style names?

Referenced by StarWriterStruct::operator<<().

librevenge::RVNGString StarWriterStruct::TOX::m_title

the title

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


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