Home
last modified time | relevance | path

Searched refs:shiftTimes (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dfreebusy.cpp291 void FreeBusy::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in FreeBusy
294 IncidenceBase::shiftTimes(oldZone, newZone); in shiftTimes()
299 p.shiftTimes(oldZone, newZone); in shiftTimes()
H A Devent.cpp194 void Event::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in Event
196 Incidence::shiftTimes(oldZone, newZone); in shiftTimes()
H A Dperiod.h189 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone);
H A Devent.h158 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) override;
H A Dfreebusy.h144 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) override;
H A Dtodo.h255 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) override;
H A Dtodo.cpp409 void Todo::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in Todo
411 Incidence::shiftTimes(oldZone, newZone); in shiftTimes()
H A Dalarm.h515 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone);
H A Dperiod.cpp133 void Period::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in Period
H A Drecurrencerule.h190 void shiftTimes(const QTimeZone &oldTz, const QTimeZone &newTz);
H A Dincidence.cpp344 void Incidence::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in Incidence
346 IncidenceBase::shiftTimes(oldZone, newZone); in shiftTimes()
348 d->mRecurrence->shiftTimes(oldZone, newZone); in shiftTimes()
353 alarm->shiftTimes(oldZone, newZone); in shiftTimes()
H A Drecurrence.h321 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone);
H A Dcalendar.cpp220 void Calendar::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in Calendar
228 ev[i]->shiftTimes(oldZone, newZone); in shiftTimes()
233 to[i]->shiftTimes(oldZone, newZone); in shiftTimes()
238 jo[i]->shiftTimes(oldZone, newZone); in shiftTimes()
H A Drecurrence.cpp519 void Recurrence::shiftTimes(const QTimeZone &oldTz, const QTimeZone &newTz) in shiftTimes() function in Recurrence
532 periodIt->shiftTimes(oldTz, newTz); in shiftTimes()
545 rr->shiftTimes(oldTz, newTz); in shiftTimes()
549 exR->shiftTimes(oldTz, newTz); in shiftTimes()
H A Dincidencebase.h435 virtual void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone);
H A Dincidence.h232 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) override;
H A Dcalendar.h259 void shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone);
H A Dicalformat.cpp416 i->shiftTimes(QTimeZone::utc(), QTimeZone::utc()); in createScheduleMessage()
H A Dincidencebase.cpp285 void IncidenceBase::shiftTimes(const QTimeZone &oldZone, const QTimeZone &newZone) in shiftTimes() function in IncidenceBase
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/scripting/
H A Dscripting_subtitleline.cpp249 Scripting::SubtitleLine::shiftTimes(int mseconds) in shiftTimes() function in Scripting::SubtitleLine
251 m_backend->shiftTimes(mseconds); in shiftTimes()
H A Dscripting_subtitleline.h73 void shiftTimes(int mseconds);
/dports/net/kalarmcal/kalarmcal-21.12.3/src/
H A Dkarecurrence.h412 void shiftTimes(const QTimeZone &oldSpec, const QTimeZone &newSpec);
H A Dkarecurrence.cpp1229 void KARecurrence::shiftTimes(const QTimeZone &oldSpec, const QTimeZone &newSpec) in shiftTimes() function in KAlarmCal::KARecurrence
1231 d->mRecurrence.shiftTimes(oldSpec, newSpec); in shiftTimes()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dsubtitleline.h173 void shiftTimes(long mseconds);
H A Dsubtitle.cpp683 at(i)->shiftTimes(shift); in shiftAnchoredLine()
736 it.current()->shiftTimes(msecs); in shiftLines()

12