the state of PocketWord More...
| Public Member Functions | |
| State (libwps_tools_win::Font::Type encoding) | |
| constructor | |
| WPSEntry | getEntry (int id, int &type) const | 
| returns an entry corresponding to a file identificator | |
| bool | getColor (int id, WPSColor &col) const | 
| try to retrieve a color | |
| Public Attributes | |
| long | m_eof | 
| the last file position | |
| int | m_version | 
| the file version | |
| libwps_tools_win::Font::Type | m_encoding | 
| the file encoding | |
| bool | m_badFile | 
| some file does not respect the unique indice conditions, ... | |
| std::vector< std::pair< int, WPSEntry > > | m_typeEntryList | 
| the list of type, entry | |
| std::map< int, size_t > | m_idToEntryMap | 
| the file id to (type, entry) index | |
| std::map< int, std::vector< size_t > > | m_typeToEntryMap | 
| a type to a list of (type,entry) indices | |
| WPSPageSpan | m_pageSpan | 
| the page span | |
| std::map< int, librevenge::RVNGString > | m_idToFontNameMap | 
| the correspondance between index and font name | |
the state of PocketWord
| 
 | inlineexplicit | 
constructor
| 
 | inline | 
try to retrieve a color
| 
 | inline | 
returns an entry corresponding to a file identificator
| bool PocketWordParserInternal::State::m_badFile | 
some file does not respect the unique indice conditions, ...
Referenced by State().
| libwps_tools_win::Font::Type PocketWordParserInternal::State::m_encoding | 
the file encoding
Referenced by State().
| long PocketWordParserInternal::State::m_eof | 
the last file position
Referenced by State().
| std::map<int, size_t > PocketWordParserInternal::State::m_idToEntryMap | 
the file id to (type, entry) index
Referenced by getEntry(), and State().
| std::map<int, librevenge::RVNGString> PocketWordParserInternal::State::m_idToFontNameMap | 
the correspondance between index and font name
Referenced by State().
| WPSPageSpan PocketWordParserInternal::State::m_pageSpan | 
the page span
Referenced by State().
| std::vector<std::pair<int, WPSEntry> > PocketWordParserInternal::State::m_typeEntryList | 
the list of type, entry
Referenced by getEntry(), and State().
| std::map<int, std::vector<size_t> > PocketWordParserInternal::State::m_typeToEntryMap | 
a type to a list of (type,entry) indices
Referenced by State().
| int PocketWordParserInternal::State::m_version | 
the file version
Referenced by State().