StarWriterStruct::Macro Struct Reference

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

#include <StarWriterStruct.hxx>

List of all members.

Public Member Functions

 Macro ()
 constructor
bool read (StarZone &zone)
 try to read a macro: 'm'

Static Public Member Functions

static bool readList (StarZone &zone, std::vector< Macro > &macroLis)
 try to read a list of macro: 'M'

Public Attributes

int m_key
 the key
librevenge::RVNGString m_names [2]
 the names
int m_scriptType
 the scriptType

Friends

std::ostream & operator<< (std::ostream &o, Macro const &macro)
 operator<<

Detailed Description

structure to store a macro in a text zone


Constructor & Destructor Documentation

constructor


Member Function Documentation

try to read a macro: 'm'

Referenced by readList().

bool StarWriterStruct::Macro::readList ( StarZone zone,
std::vector< Macro > &  macroLis 
) [static]

try to read a list of macro: 'M'

Referenced by StarObjectText::readWriterDocument().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Macro const &  macro 
) [friend]

operator<<


Member Data Documentation

librevenge::RVNGString StarWriterStruct::Macro::m_names[2]

the names

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


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