Home
last modified time | relevance | path

Searched refs:m_oldTextEditor (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DTextTool.h354 QWeakPointer<KoTextEditor> m_oldTextEditor; variable
H A DTextTool.cpp2013 …if ((!m_oldTextEditor.isNull()) && m_oldTextEditor.data()->document() != static_cast<KoTextShapeDa…
2014 m_oldTextEditor.data()->setPosition(m_oldTextEditor.data()->position());
2043 m_oldTextEditor = m_textEditor;
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DTextTool.h350 QPointer<KoTextEditor> m_oldTextEditor; variable
H A DTextTool.cpp2054 …if ((!m_oldTextEditor.isNull()) && m_oldTextEditor.data()->document() != static_cast<KoTextShapeDa… in activate()
2055 m_oldTextEditor.data()->setPosition(m_oldTextEditor.data()->position()); in activate()
2082 m_oldTextEditor = m_textEditor; in deactivate()