the state of LotusParser
More...
LotusParserInternal::State::State |
( |
State const & |
| ) |
|
|
private |
std::map<int,int> LotusParserInternal::State::getDataZoneIdToSheetIdMap |
( |
| ) |
const |
|
inline |
returns a map dataZoneId to sheet final id
WPSFont LotusParserInternal::State::getDefaultFont |
( |
| ) |
const |
|
inline |
returns a default font (Courier12) with file's version to define the default encoding */
return the default font style
void LotusParserInternal::State::getLevels |
( |
WPSVec3i & |
minC, |
|
|
WPSVec3i & |
maxC |
|
) |
| const |
|
inline |
returns the min and max cell
std::string LotusParserInternal::State::getLevelsDebugName |
( |
| ) |
const |
|
inline |
returns a name corresponding to the actual level(for debugging)
std::string LotusParserInternal::State::getZone1StackDebugName |
( |
| ) |
const |
|
inline |
returns a name corresponding to the zone1 stack(for debugging)
State LotusParserInternal::State::operator= |
( |
State const & |
| ) |
|
|
private |
int LotusParserInternal::State::m_actPage |
std::vector<Vec2i> LotusParserInternal::State::m_actualLevels |
the actual zone: (0,0), table list, col list, row list
int LotusParserInternal::State::m_actualZoneId |
int LotusParserInternal::State::m_actualZoneParentId |
the actual zone parent id
std::map<int,int> LotusParserInternal::State::m_dataZoneIdToSheetZoneIdMap |
a map to retrieve the sheet zone id from the data sheet zone id
std::map<int, Font> LotusParserInternal::State::m_fontsMap |
std::string LotusParserInternal::State::m_footerString |
std::string LotusParserInternal::State::m_headerString |
bool LotusParserInternal::State::m_inMainContentBlock |
a flag used to know if we are in the main block or no
bool LotusParserInternal::State::m_isDecoded |
true if the main stream has been decoded
bool LotusParserInternal::State::m_isEncrypted |
true if the file is encrypted
int LotusParserInternal::State::m_maxSheet |
librevenge::RVNGPropertyList LotusParserInternal::State::m_metaData |
int LotusParserInternal::State::m_numPages |
char const* LotusParserInternal::State::m_password |
std::vector<bool> LotusParserInternal::State::m_sheetSubZoneOpened |
some sheet sub zones (SheetZone)
std::vector<int> LotusParserInternal::State::m_sheetZoneIdList |
the list of sheet main zone id
int LotusParserInternal::State::m_version |
std::vector<unsigned long> LotusParserInternal::State::m_zone1Stack |
a unknown Zone1 stack of increasing(?) numbers
The documentation for this struct was generated from the following file: