Public Member Functions | |
State (QuattroFormulaManager::CellReferenceFunction const &readCellReference, int version) | |
constructor |
Public Attributes | |
QuattroFormulaManager::CellReferenceFunction | m_readCellReferenceFunction |
function to call to read a cell reference | |
int | m_version |
the file version: 1: .wb1-3, 2: .qpw | |
std::map< int, Functions > | m_idFunctionsMap |
the function which differs from default | |
std::map< int, librevenge::RVNGString > | m_idToDLLName1Map |
map id to DLL name 1 | |
int | m_actDLLName1Id |
the current id DLL name 1 | |
std::map< Vec2i, librevenge::RVNGString > | m_idToDLLName2Map |
map id to DLL name2 |
|
inline |
constructor
int QuattroFormulaInternal::State::m_actDLLName1Id |
the current id DLL name 1
Referenced by State().
std::map<int, Functions> QuattroFormulaInternal::State::m_idFunctionsMap |
the function which differs from default
Referenced by State().
std::map<int, librevenge::RVNGString> QuattroFormulaInternal::State::m_idToDLLName1Map |
map id to DLL name 1
Referenced by State().
std::map<Vec2i, librevenge::RVNGString> QuattroFormulaInternal::State::m_idToDLLName2Map |
map id to DLL name2
Referenced by State().
QuattroFormulaManager::CellReferenceFunction QuattroFormulaInternal::State::m_readCellReferenceFunction |
function to call to read a cell reference
Referenced by State().
int QuattroFormulaInternal::State::m_version |
the file version: 1: .wb1-3, 2: .qpw
Referenced by State().