the state of XYWrite More...
| Public Member Functions | |
| State (libwps_tools_win::Font::Type fontType) | |
| constructor | |
| libwps_tools_win::Font::Type | getFontType () const | 
| returns the current font type | |
| Public Attributes | |
| bool | m_isDosFile | 
| flag to know if the file is or not a dos file | |
| long | m_eof | 
| the last file position | |
| libwps_tools_win::Font::Type | m_fontType | 
| the user font type | |
| librevenge::RVNGPropertyList | m_metaData | 
| the meta data | |
| std::map< std::string, Format > | m_nameToStyleMap | 
| map name to style | |
| std::map< int, libwps::NumberingType > | m_counterToTypeMap | 
| map counter to type | |
| std::map< int, int > | m_counterToValueMap | 
| map counter to value | |
the state of XYWrite
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
returns the current font type
| std::map<int, libwps::NumberingType> XYWriteParserInternal::State::m_counterToTypeMap | 
map counter to type
Referenced by State().
| std::map<int, int> XYWriteParserInternal::State::m_counterToValueMap | 
map counter to value
Referenced by State().
| long XYWriteParserInternal::State::m_eof | 
the last file position
Referenced by State().
| libwps_tools_win::Font::Type XYWriteParserInternal::State::m_fontType | 
the user font type
Referenced by getFontType(), and State().
| bool XYWriteParserInternal::State::m_isDosFile | 
flag to know if the file is or not a dos file
Referenced by getFontType(), and State().
| librevenge::RVNGPropertyList XYWriteParserInternal::State::m_metaData | 
the meta data
Referenced by State().
| std::map<std::string, Format> XYWriteParserInternal::State::m_nameToStyleMap | 
map name to style
Referenced by State().