38 #ifndef RAGTIME_SPREADSHEET
39 # define RAGTIME_SPREADSHEET
54 namespace RagTimeSpreadsheetInternal
142 bool readFormulaV2(
MWAWVec2i const &cellPos, std::vector<MWAWCellContent::FormulaInstruction> &formula,
long endPos, std::string &extra);
144 bool readFormula(
MWAWVec2i const &cellPos, std::vector<MWAWCellContent::FormulaInstruction> &formula,
long endPos, std::string &extra);
164 shared_ptr<RagTimeSpreadsheetInternal::State>
m_state;