a data of a Dictionary More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
Data () | |
constructor More... | |
Public Attributes | |
librevenge::RVNGString | m_name |
the name More... | |
int | m_language |
the language More... | |
int | m_id |
the id More... | |
bool | m_spellWrong |
a flag to know if we do spell or not More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Data const &data) |
operator<< More... | |
a data of a Dictionary
|
inline |
constructor
|
friend |
operator<<
int StarWriterStruct::Dictionary::Data::m_id |
the id
Referenced by StarWriterStruct::Dictionary::read().
int StarWriterStruct::Dictionary::Data::m_language |
the language
Referenced by StarWriterStruct::Dictionary::read().
librevenge::RVNGString StarWriterStruct::Dictionary::Data::m_name |
the name
Referenced by StarWriterStruct::Dictionary::read().
bool StarWriterStruct::Dictionary::Data::m_spellWrong |
a flag to know if we do spell or not
Referenced by StarWriterStruct::Dictionary::read().