Home
last modified time | relevance | path

Searched defs:thisAndFuture (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/libkolabxml/libkolabxml-1.1.6/src/containers/
H A Dincidence_p.h44 bool thisAndFuture; member
H A Dkolabevent.cpp158 bool Event::thisAndFuture() const in thisAndFuture() function in Kolab::Event
H A Dkolabtodo.cpp173 bool Todo::thisAndFuture() const in thisAndFuture() function in Kolab::Todo
/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dincidence.cpp1025 void Incidence::setThisAndFuture(bool thisAndFuture) in setThisAndFuture()
1030 bool Incidence::thisAndFuture() const in thisAndFuture() function in Incidence
H A Dcalendar.cpp576 …createException(const Incidence::Ptr &incidence, const QDateTime &recurrenceId, bool thisAndFuture) in createException()
/dports/net/eventviews/eventviews-21.12.3/src/month/
H A Dmonthitem.cpp419 const bool thisAndFuture = (res == KCalUtils::RecurrenceActions::FutureOccurrences); in updateDates() local
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dcalendarmanager.cpp768 … const bool thisAndFuture = (occurrences == KCalUtils::RecurrenceActions::FutureOccurrences); in updateIncidenceDates() local
/dports/net/eventviews/eventviews-21.12.3/src/agenda/
H A Dagenda.cpp1183 const bool thisAndFuture = (res == KCalUtils::RecurrenceActions::FutureOccurrences); in endItemAction() local
/dports/deskutils/korganizer/korganizer-21.12.3/src/
H A Dcalendarview.cpp1524 …alendarView::dissociateOccurrence(const Akonadi::Item &item, const QDate &date, bool thisAndFuture) in dissociateOccurrence()