#include <IWORKFormula.h>
Public Member Functions | |
IWORKFormula () | |
bool | parse (const std::string &formula) |
const std::string | str () const |
void | write (librevenge::RVNGPropertyListVector &formula, const IWORKTableNameMapPtr_t &tableNameMap) const |
Private Attributes | |
std::shared_ptr< Impl > | m_impl |
libetonyek::IWORKFormula::IWORKFormula | ( | ) |
bool libetonyek::IWORKFormula::parse | ( | const std::string & | formula | ) |
Referenced by libetonyek::IWORKFoElement::attribute().
const std::string libetonyek::IWORKFormula::str | ( | ) | const |
void libetonyek::IWORKFormula::write | ( | librevenge::RVNGPropertyListVector & | formula, |
const IWORKTableNameMapPtr_t & | tableNameMap | ||
) | const |
|
private |