the state of LotusParser More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType, char const *password) | |
constructor | |
libwps_tools_win::Font::Type | getDefaultFontType () const |
return the default font style | |
WPSFont | getDefaultFont () const |
returns a default font (Courier12) with file's version to define the default encoding */ | |
void | getLevels (WPSVec3i &minC, WPSVec3i &maxC) const |
returns the min and max cell | |
std::map< int, int > | getDataZoneIdToSheetIdMap () const |
returns a map dataZoneId to sheet final id | |
std::string | getLevelsDebugName () const |
returns a name corresponding to the actual level(for debugging) | |
std::string | getZone1StackDebugName () const |
returns a name corresponding to the zone1 stack(for debugging) |
Public Attributes | |
libwps_tools_win::Font::Type | m_fontType |
the user font type | |
int | m_version |
the file version | |
bool | m_isMacFile |
flag to know if this is a mac file | |
bool | m_inMainContentBlock |
a flag used to know if we are in the main block or no | |
std::map< int, Font > | m_fontsMap |
the fonts map | |
WPSPageSpan | m_pageSpan |
the actual document size | |
int | m_maxSheet |
the last sheet number | |
int | m_actualZoneId |
the actual zone id | |
int | m_actualZoneParentId |
the actual zone parent id | |
std::vector< int > | m_sheetZoneIdList |
the list of sheet main zone id | |
std::map< int, int > | m_dataZoneIdToSheetZoneIdMap |
a map to retrieve the sheet zone id from the data sheet zone id | |
std::multimap< int, LotusParser::Link > | m_linkIdToLinkMap |
a multimap link id to link zone | |
std::vector< Vec2i > | m_actualLevels |
the actual zone: (0,0), table list, col list, row list | |
std::vector< unsigned long > | m_zone1Stack |
a unknown Zone1 stack of increasing(?) numbers | |
std::vector< bool > | m_sheetSubZoneOpened |
some sheet sub zones (SheetZone) | |
int | m_actPage |
the actual page | |
int | m_numPages |
librevenge::RVNGPropertyList | m_metaData |
the metadata | |
char const * | m_password |
the password (if known) | |
bool | m_isEncrypted |
true if the file is encrypted | |
bool | m_isDecoded |
true if the main stream has been decoded |
Private Member Functions | |
State (State const &)=delete | |
State | operator= (State const &)=delete |
the state of LotusParser
|
inline |
constructor
Referenced by operator=(), and State().
|
privatedelete |
|
inline |
returns a map dataZoneId to sheet final id
|
inline |
returns a default font (Courier12) with file's version to define the default encoding */
|
inline |
return the default font style
returns the min and max cell
|
inline |
returns a name corresponding to the actual level(for debugging)
|
inline |
returns a name corresponding to the zone1 stack(for debugging)
int LotusParserInternal::State::m_actPage |
the actual page
Referenced by State().
std::vector<Vec2i> LotusParserInternal::State::m_actualLevels |
the actual zone: (0,0), table list, col list, row list
Referenced by getLevels(), getLevelsDebugName(), and State().
int LotusParserInternal::State::m_actualZoneId |
the actual zone id
Referenced by State().
int LotusParserInternal::State::m_actualZoneParentId |
the actual zone parent id
Referenced by State().
std::map<int,int> LotusParserInternal::State::m_dataZoneIdToSheetZoneIdMap |
a map to retrieve the sheet zone id from the data sheet zone id
Referenced by getDataZoneIdToSheetIdMap(), and State().
libwps_tools_win::Font::Type LotusParserInternal::State::m_fontType |
the user font type
Referenced by getDefaultFontType(), and State().
bool LotusParserInternal::State::m_inMainContentBlock |
a flag used to know if we are in the main block or no
Referenced by State().
bool LotusParserInternal::State::m_isDecoded |
true if the main stream has been decoded
Referenced by State().
bool LotusParserInternal::State::m_isEncrypted |
true if the file is encrypted
Referenced by State().
bool LotusParserInternal::State::m_isMacFile |
flag to know if this is a mac file
Referenced by State().
std::multimap<int, LotusParser::Link> LotusParserInternal::State::m_linkIdToLinkMap |
a multimap link id to link zone
Referenced by State().
int LotusParserInternal::State::m_maxSheet |
the last sheet number
Referenced by State().
librevenge::RVNGPropertyList LotusParserInternal::State::m_metaData |
the metadata
Referenced by State().
int LotusParserInternal::State::m_numPages |
Referenced by State().
WPSPageSpan LotusParserInternal::State::m_pageSpan |
the actual document size
Referenced by State().
char const* LotusParserInternal::State::m_password |
the password (if known)
Referenced by State().
std::vector<bool> LotusParserInternal::State::m_sheetSubZoneOpened |
some sheet sub zones (SheetZone)
Referenced by State().
std::vector<int> LotusParserInternal::State::m_sheetZoneIdList |
the list of sheet main zone id
Referenced by getDataZoneIdToSheetIdMap(), and State().
int LotusParserInternal::State::m_version |
the file version
Referenced by getDefaultFont(), and State().
std::vector<unsigned long> LotusParserInternal::State::m_zone1Stack |
a unknown Zone1 stack of increasing(?) numbers
Referenced by getZone1StackDebugName(), and State().