#include <StarFormatManager.hxx>
Public Member Functions | |
FormatDef () | |
constructor | |
~FormatDef () | |
destructor | |
bool | send (STOFFListenerPtr listener, StarState &state) const |
try to send the data to a listener | |
void | printData (libstoff::DebugStream &o) const |
debug function to print the data | |
Public Attributes | |
librevenge::RVNGString | m_names [2] |
the pool name, the read name | |
std::vector < StarWriterStruct::Attribute > | m_attributeList |
the attributes list | |
int | m_values [3] |
nDerived, nPoolId, nObjRef |
StarFormatManagerInternal::FormatDef::FormatDef | ( | ) | [inline] |
constructor
destructor
void StarFormatManagerInternal::FormatDef::printData | ( | libstoff::DebugStream & | o | ) | const |
debug function to print the data
bool StarFormatManagerInternal::FormatDef::send | ( | STOFFListenerPtr | listener, |
StarState & | state | ||
) | const |
try to send the data to a listener
the attributes list
Referenced by send().
librevenge::RVNGString StarFormatManagerInternal::FormatDef::m_names[2] |
the pool name, the read name
Referenced by printData().
nDerived, nPoolId, nObjRef
Referenced by FormatDef(), and printData().