Home
last modified time | relevance | path

Searched refs:m_oldel (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/plugins/formulashape/
H A DFormulaCommand.cpp188 m_oldel=data->formulaElement(); in FormulaCommandLoad()
189 setUndoCursorPosition(FormulaCursor(m_oldel,0)); in FormulaCommandLoad()
209 m_data->setFormulaElement(m_oldel); in undo()
H A DFormulaCommand.h148 FormulaElement* m_oldel; variable