#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 | |
boost::shared_ptr< Impl > | m_impl |
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 |
boost::shared_ptr<Impl> libetonyek::IWORKFormula::m_impl [private] |