structure to store a macro in a text zone More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
Macro () | |
constructor More... | |
bool | read (StarZone &zone) |
try to read a macro: 'm' More... | |
Static Public Member Functions | |
static bool | readList (StarZone &zone, std::vector< Macro > ¯oLis) |
try to read a list of macro: 'M' More... | |
Public Attributes | |
int | m_key |
the key More... | |
librevenge::RVNGString | m_names [2] |
the names More... | |
int | m_scriptType |
the scriptType More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Macro const ¯o) |
operator<< More... | |
structure to store a macro in a text zone
|
inline |
constructor
bool StarWriterStruct::Macro::read | ( | StarZone & | zone | ) |
try to read a macro: 'm'
Referenced by readList().
try to read a list of macro: 'M'
Referenced by StarObjectText::readWriterDocument().
|
friend |
operator<<
int StarWriterStruct::Macro::m_key |
the key
Referenced by read().
librevenge::RVNGString StarWriterStruct::Macro::m_names[2] |
the names
Referenced by read().
int StarWriterStruct::Macro::m_scriptType |
the scriptType
Referenced by read().