Home
last modified time | relevance | path

Searched refs:toCleanHtml (Results 1 – 11 of 11) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/composer-ng/
H A Drichtextcomposerng.cpp34 Q_REQUIRED_RESULT QString toCleanHtml() const;
200 QString cleanHtml = d->toCleanHtml(); in fillComposerTextPart()
209 QString RichTextComposerNgPrivate::toCleanHtml() const in toCleanHtml() function in RichTextComposerNgPrivate
371 QString RichTextComposerNg::toCleanHtml() const in toCleanHtml() function in RichTextComposerNg
373 return d->toCleanHtml(); in toCleanHtml()
H A Drichtextcomposerng.h47 Q_REQUIRED_RESULT QString toCleanHtml() const;
/dports/x11-toolkits/kf5-ktextwidgets/ktextwidgets-5.89.0/autotests/
H A Dkrichtextedittest.cpp34 QString html = edit.toCleanHtml(); in QTEST_MAIN()
119 QString html = edit.toCleanHtml(); in testHTMLLineBreaks()
164 QString html = edit.toCleanHtml(); in testHTMLOrderedLists()
208 QString html = edit.toCleanHtml(); in testHTMLUnorderedLists()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dmaintextjobtest.cpp184 textPart->setCleanHtml(editor.toCleanHtml()); in testHtml()
209 QCOMPARE(QLatin1String(html->body()), editor.toCleanHtml()); in testHtml()
244 textPart->setCleanHtml(editor.composerControler()->toCleanHtml()); in testHtmlWithImages()
/dports/x11-toolkits/kf5-ktextwidgets/ktextwidgets-5.89.0/src/widgets/
H A Dkrichtextedit.h313 QString toCleanHtml() const;
H A Dkrichtextedit.cpp401 return toCleanHtml(); in textOrHtml()
616 QString KRichTextEdit::toCleanHtml() const in toCleanHtml() function in KRichTextEdit
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/composer-ng/
H A Drichtextcomposercontroler.h35 Q_REQUIRED_RESULT QString toCleanHtml() const;
H A Drichtextcomposer.cpp299 return d->composerControler->toCleanHtml(); in textOrHtml()
H A Drichtextcomposercontroler.cpp533 QString RichTextComposerControler::toCleanHtml() const in toCleanHtml() function in RichTextComposerControler
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/composer-ng/autotests/
H A Drichtextcomposerngtest.cpp543 const QString result = richtextComposerNg.toCleanHtml(); in toCleanHtmlRegexTest()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py8599 def toCleanHtml(self): member in KRichTextEdit