Internal: internal method to keep ole1 state. More...
Public Member Functions | |
State (shared_ptr< WPSStream > fileStream) | |
constructor More... | |
void | createPictureIdToZoneIdList () |
create the pictureIdToZoneIdList More... | |
Public Attributes | |
shared_ptr< WPSStream > | m_fileStream |
the file stream More... | |
std::map< int, OLEZone > | m_idToZoneMap |
the map id to zone More... | |
std::map< int, std::string > | m_idToTypeNameMap |
the map id to zone type More... | |
std::vector< int > | m_pictureIdToZoneIdList |
a map local id to picture id zone More... | |
bool | m_pictureIdToZoneIdListCreated |
a flag to know if the pictureIdToZoneIdList is created More... | |
Internal: internal method to keep ole1 state.
|
inlineexplicit |
constructor
void WPSOLE1ParserInternal::State::createPictureIdToZoneIdList | ( | ) |
create the pictureIdToZoneIdList
shared_ptr<WPSStream> WPSOLE1ParserInternal::State::m_fileStream |
the file stream
std::map<int, std::string> WPSOLE1ParserInternal::State::m_idToTypeNameMap |
the map id to zone type
std::map<int, OLEZone> WPSOLE1ParserInternal::State::m_idToZoneMap |
the map id to zone
std::vector<int> WPSOLE1ParserInternal::State::m_pictureIdToZoneIdList |
a map local id to picture id zone
bool WPSOLE1ParserInternal::State::m_pictureIdToZoneIdListCreated |
a flag to know if the pictureIdToZoneIdList is created