Home
last modified time | relevance | path

Searched refs:mRichText (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/kolabformatV2/
H A Dnote.cpp32 : mRichText(false) in Note()
75 mRichText = richText; in setRichText()
80 return mRichText; in richText()
93 mRichText = (element.text() == QLatin1String("true")); in loadAttribute()
120 …writeString(element, QStringLiteral("knotes-richtext"), mRichText ? QStringLiteral("true") : QStri… in saveAttributes()
H A Dnote.h83 bool mRichText; variable
/dports/deskutils/knotes/knotes-21.12.3/noteshared/src/job/
H A Dcreatenewnotejob.cpp52 mRichText = richText; in setRichText()
154 newPage->contentType(true)->setMimeType(mRichText ? "text/html" : "text/plain"); in slotFetchCollection()
H A Dcreatenewnotejob.h46 bool mRichText = false; variable
/dports/net/kcalutils/kcalutils-21.12.3/src/
H A Dincidenceformatter.cpp2349 mRichText = richText; in act()
2358 mRichText = richText; in act()
2385 bool mRichText = true; member in KCalUtils::IncidenceFormatter::ToolTipVisitor