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