Home
last modified time | relevance | path

Searched refs:SecrecyPublic (Results 1 – 12 of 12) sorted by relevance

/dports/net/kcalutils/kcalutils-21.12.3/src/
H A Dstringify.cpp60 case Incidence::SecrecyPublic: in incidenceSecrecy()
72 const QStringList list{incidenceSecrecy(Incidence::SecrecyPublic), in incidenceSecrecyList()
H A Dhtmlexport.cpp558 if (secrecy == Incidence::SecrecyPublic) { in checkSecrecy()
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dincidence_p.h52 Incidence::Secrecy mSecrecy = Incidence::SecrecyPublic; // secrecy
H A Dincidence.h98 SecrecyPublic, /**< Not secret (default) */ enumerator
H A Dvcalformat.cpp606 Incidence::Secrecy secrecy = Incidence::SecrecyPublic; in VTodoToEvent()
1021 Incidence::Secrecy secrecy = Incidence::SecrecyPublic; in VEventToEvent()
H A Dicalformat_p.cpp487 case Incidence::SecrecyPublic: in writeIncidence()
1818 incidence->setSecrecy(Incidence::SecrecyPublic); in readIncidence()
/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dincidencesecrecy.cpp47 incidence->setSecrecy(KCalendarCore::Incidence::SecrecyPublic); in save()
H A Dincidencedefaults.cpp338 incidence->setSecrecy(KCalendarCore::Incidence::SecrecyPublic); in setDefaults()
/dports/net/kcalutils/kcalutils-21.12.3/autotests/
H A Dteststringify.cpp34 QVERIFY(Stringify::incidenceSecrecy(Incidence::SecrecyPublic) == i18n("Public")); in testIncidenceStrings()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/conversion/
H A Dkcalconversion.cpp68 return KCalendarCore::Incidence::SecrecyPublic; in toSecrecy()
77 return KCalendarCore::Incidence::SecrecyPublic; in toSecrecy()
83 case KCalendarCore::Incidence::SecrecyPublic: in fromSecrecy()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/openxchange/oxa/
H A Dincidenceutils.cpp115 incidence->setSecrecy(KCalendarCore::Incidence::SecrecyPublic); in parseIncidenceAttribute()
327 if (incidence->secrecy() == KCalendarCore::Incidence::SecrecyPublic) { in createIncidenceAttributes()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/kolabformatV2/
H A Dkolabbase.cpp65 incidence->setSecrecy(KCalendarCore::Incidence::SecrecyPublic); in saveTo()