22 #ifndef QUATTRO_FORMULA_H 23 #define QUATTRO_FORMULA_H 30 #include <librevenge-stream/librevenge-stream.h> 70 std::vector<WKSContentListener::FormulaInstruction>
m_cells;
79 typedef std::function<bool(std::shared_ptr<WPSStream>
const &stream,
long endPos,
88 void addDLLIdName(
int id, librevenge::RVNGString
const &
name,
bool func1);
90 bool readFormula(std::shared_ptr<WPSStream>
const &stream,
long endPos,
Vec2i const &pos,
int sheetId,
91 std::vector<WKSContentListener::FormulaInstruction> &formula, std::string &error)
const;
94 std::shared_ptr<QuattroFormulaInternal::State>
m_state;
What m_type
the type
Definition: WKSContentListener.h:77
Definition: WKSContentListener.h:59
std::string m_content
the content ( if type == F_Operator or type = F_Function or type==F_Text)
Definition: WKSContentListener.h:79
small class use to define a formula instruction
Definition: WKSContentListener.h:57