Home
last modified time | relevance | path

Searched refs:loadFormula (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/stage/part/animations/strategy/
H A DKPrSmilValues.h41 …bool loadFormula(const QString &values, const QString &keyTimes, const QString &keySplines, SmilCa…
H A DKPrSmilValues.cpp124 bool KPrSmilValues::loadFormula(const QString &values, const QString &keyTimes, const QString &keyS… in loadFormula() function in KPrSmilValues
/dports/math/vampire/vampire-4.5.1/VUtils/
H A DCPAInterpolator.hpp48 void loadFormula(vstring fname);
H A DCPAInterpolator.cpp208 loadFormula(lfIt.next()); in loadFormulas()
213 loadFormula(rfIt.next()); in loadFormulas()
218 void CPAInterpolator::loadFormula(vstring fname) in loadFormula() function in VUtils::CPAInterpolator
/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DKoFormulaTool.h97 void loadFormula();
H A DFormulaToolWidget.cpp102 connect( buttonLoad, SIGNAL(clicked()), m_tool, SLOT(loadFormula()) ); in FormulaToolWidget()
H A DKoFormulaTool.cpp372 void KoFormulaTool::loadFormula() in loadFormula() function in KoFormulaTool
/dports/editors/calligra/calligra-3.2.1/stage/part/animations/
H A DKPrAnimate.cpp117 … retval = retval && smilValue->loadFormula(values, keyTimes, keySplines, smilCalcMode, formula); in loadOdf()