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
the function which differs from default
Referenced by State().
map id to DLL name 1
map id to DLL name2
QuattroFormulaManager::CellReferenceFunction QuattroFormulaInternal::State::m_readCellReferenceFunction |
function to call to read a cell reference
int QuattroFormulaInternal::State::m_version |
the file version: 1: .wb1-3, 2: .qpw
Referenced by State().