Internal: the state of a StarItemPool.
More...
|
static librevenge::RVNGString | getBasicString (librevenge::RVNGString const &s) |
| small function to simplify a string (bad hack) More...
|
|
Internal: the state of a StarItemPool.
StarItemPoolInternal::State::State |
( |
State const & |
orig | ) |
|
|
private |
void StarItemPoolInternal::State::addVersionMap |
( |
uint16_t |
nVers, |
|
|
uint16_t |
nStart, |
|
|
std::vector< int > const & |
list |
|
) |
| |
|
inline |
void StarItemPoolInternal::State::clean |
( |
| ) |
|
|
inline |
static librevenge::RVNGString StarItemPoolInternal::State::getBasicString |
( |
librevenge::RVNGString const & |
s | ) |
|
|
inlinestatic |
small function to simplify a string (bad hack)
shared_ptr<StarAttribute> StarItemPoolInternal::State::getDefaultAttribute |
( |
int |
which | ) |
|
|
inline |
try to return a default attribute corresponding to which
State* StarItemPoolInternal::State::getPoolStateFor |
( |
int |
which | ) |
|
|
inline |
Values* StarItemPoolInternal::State::getValues |
( |
int |
id, |
|
|
bool |
create = false |
|
) |
| |
|
inline |
returns a pointer to the values data
int StarItemPoolInternal::State::getWhich |
( |
int |
nFileWhich | ) |
const |
|
inline |
int StarItemPoolInternal::State::isInRange |
( |
int |
which | ) |
const |
|
inline |
returns true if the value is in expected range
State StarItemPoolInternal::State::operator= |
( |
State const & |
orig | ) |
|
|
private |
void StarItemPoolInternal::State::setPoolName |
( |
librevenge::RVNGString const & |
name | ) |
|
|
inline |
int StarItemPoolInternal::State::m_currentVersion |
std::vector<shared_ptr<StarItem> > StarItemPoolInternal::State::m_delayedItemList |
list of item which need to be read
StarObject& StarItemPoolInternal::State::m_document |
std::vector<int> StarItemPoolInternal::State::m_idToAttributeList |
std::map<int,shared_ptr<StarAttribute> > StarItemPoolInternal::State::m_idToDefaultMap |
map of created default attribute
bool StarItemPoolInternal::State::m_isSecondaryPool |
a flag to know if a pool is a secondary pool
int StarItemPoolInternal::State::m_loadingVersion |
int StarItemPoolInternal::State::m_majorVersion |
int StarItemPoolInternal::State::m_minorVersion |
librevenge::RVNGString StarItemPoolInternal::State::m_name |
shared_ptr<StarItemPool> StarItemPoolInternal::State::m_secondaryPool |
std::map<librevenge::RVNGString, librevenge::RVNGString> StarItemPoolInternal::State::m_simplifyNameToStyleNameMap |
map simplify style name to style name
std::map<int, Values> StarItemPoolInternal::State::m_slotIdToValuesMap |
a map slot to the attribute list
int StarItemPoolInternal::State::m_verEnd |
std::vector<Version> StarItemPoolInternal::State::m_versionList |
int StarItemPoolInternal::State::m_verStart |
The documentation for this struct was generated from the following file: