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
| 
 | inline | 
constructor
Referenced by operator<<.
| 
 | friend | 
operator<<
| int StarWriterStruct::Dictionary::Data::m_id | 
the id
Referenced by Data(), operator<<, and StarWriterStruct::Dictionary::read().
| int StarWriterStruct::Dictionary::Data::m_language | 
the language
Referenced by Data(), operator<<, and StarWriterStruct::Dictionary::read().
| librevenge::RVNGString StarWriterStruct::Dictionary::Data::m_name | 
the name
Referenced by Data(), operator<<, and StarWriterStruct::Dictionary::read().
| bool StarWriterStruct::Dictionary::Data::m_spellWrong | 
a flag to know if we do spell or not
Referenced by Data(), operator<<, and StarWriterStruct::Dictionary::read().