Home
last modified time | relevance | path

Searched refs:fTimeInDays (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Ddatetime.cxx183 void DateTime::AddTime( double fTimeInDays ) in AddTime() argument
186 if ( fTimeInDays < 0.0 ) in AddTime()
188 fInt = ::rtl::math::approxCeil( fTimeInDays ); in AddTime()
189 fFrac = fInt <= fTimeInDays ? 0.0 : fTimeInDays - fInt; in AddTime()
193 fInt = ::rtl::math::approxFloor( fTimeInDays ); in AddTime()
194 fFrac = fInt >= fTimeInDays ? 0.0 : fTimeInDays - fInt; in AddTime()
206 DateTime operator +( const DateTime& rDateTime, double fTimeInDays ) in operator +() argument
209 aDateTime.AddTime( fTimeInDays ); in operator +()
H A Dttime.cxx273 void tools::Time::GetClock( double fTimeInDays, in GetClock() argument
277 const double fTime = fTimeInDays - rtl::math::approxFloor(fTimeInDays); // date part absent in GetClock()
305 const double fAbsTimeInDays = fabs( fTimeInDays); in GetClock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Ddatetime.cxx183 void DateTime::AddTime( double fTimeInDays ) in AddTime() argument
186 if ( fTimeInDays < 0.0 ) in AddTime()
188 fInt = ::rtl::math::approxCeil( fTimeInDays ); in AddTime()
189 fFrac = fInt <= fTimeInDays ? 0.0 : fTimeInDays - fInt; in AddTime()
193 fInt = ::rtl::math::approxFloor( fTimeInDays ); in AddTime()
194 fFrac = fInt >= fTimeInDays ? 0.0 : fTimeInDays - fInt; in AddTime()
206 DateTime operator +( const DateTime& rDateTime, double fTimeInDays ) in operator +() argument
209 aDateTime.AddTime( fTimeInDays ); in operator +()
H A Dttime.cxx273 void tools::Time::GetClock( double fTimeInDays, in GetClock() argument
277 const double fTime = fTimeInDays - rtl::math::approxFloor(fTimeInDays); // date part absent in GetClock()
305 const double fAbsTimeInDays = fabs( fTimeInDays); in GetClock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Ddatetime.hxx83 void AddTime( double fTimeInDays );
89 TOOLS_DLLPUBLIC friend DateTime operator +( const DateTime& rDateTime, double fTimeInDays );
90 TOOLS_DLLPUBLIC friend DateTime operator -( const DateTime& rDateTime, double fTimeInDays ) in operator -() argument
91 { return operator+( rDateTime, -fTimeInDays ); } in operator -()
H A Dtime.hxx122 static void GetClock( double fTimeInDays,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Ddatetime.hxx83 void AddTime( double fTimeInDays );
89 TOOLS_DLLPUBLIC friend DateTime operator +( const DateTime& rDateTime, double fTimeInDays );
90 TOOLS_DLLPUBLIC friend DateTime operator -( const DateTime& rDateTime, double fTimeInDays ) in operator -() argument
91 { return operator+( rDateTime, -fTimeInDays ); } in operator -()
H A Dtime.hxx122 static void GetClock( double fTimeInDays,
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dcalendarwrapper.cxx98 void CalendarWrapper::setDateTime( double fTimeInDays ) in setDateTime() argument
103 xC->setDateTime( fTimeInDays ); in setDateTime()
125 void CalendarWrapper::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
131 xC->setLocalDateTime( fTimeInDays ); in setLocalDateTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dcalendarwrapper.cxx98 void CalendarWrapper::setDateTime( double fTimeInDays ) in setDateTime() argument
103 xC->setDateTime( fTimeInDays ); in setDateTime()
125 void CalendarWrapper::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
131 xC->setLocalDateTime( fTimeInDays ); in setLocalDateTime()
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/calendar/
H A DcalendarImpl.cxx148 CalendarImpl::setDateTime( double fTimeInDays ) in setDateTime() argument
152 xCalendar->setDateTime( fTimeInDays ); in setDateTime()
164 CalendarImpl::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
168 xCalendar->setLocalDateTime( fTimeInDays ); in setLocalDateTime()
H A Dcalendar_gregorian.cxx321 Calendar_gregorian::setDateTime( double fTimeInDays ) in setDateTime() argument
330 double fM = fTimeInDays * U_MILLIS_PER_DAY; in setDateTime()
354 Calendar_gregorian::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
357 double fM = fTimeInDays * U_MILLIS_PER_DAY; in setLocalDateTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/calendar/
H A DcalendarImpl.cxx151 CalendarImpl::setDateTime( double fTimeInDays ) in setDateTime() argument
155 xCalendar->setDateTime( fTimeInDays ); in setDateTime()
167 CalendarImpl::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
171 xCalendar->setLocalDateTime( fTimeInDays ); in setLocalDateTime()
H A Dcalendar_gregorian.cxx308 Calendar_gregorian::setDateTime( double fTimeInDays ) in setDateTime() argument
317 double fM = fTimeInDays * U_MILLIS_PER_DAY; in setDateTime()
341 Calendar_gregorian::setLocalDateTime( double fTimeInDays ) in setLocalDateTime() argument
344 double fM = fTimeInDays * U_MILLIS_PER_DAY; in setLocalDateTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dcalendarwrapper.hxx84 void setDateTime( double fTimeInDays );
116 void setLocalDateTime( double fTimeInDays );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dcalendarwrapper.hxx74 void setDateTime( double fTimeInDays );
106 void setLocalDateTime( double fTimeInDays );
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/inc/
H A DcalendarImpl.hxx57 virtual void SAL_CALL setDateTime(double fTimeInDays) override;
H A Dcalendar_gregorian.hxx65 virtual void SAL_CALL setDateTime(double fTimeInDays) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/inc/
H A Dcalendar_gregorian.hxx66 virtual void SAL_CALL setDateTime(double fTimeInDays) override;
H A DcalendarImpl.hxx58 virtual void SAL_CALL setDateTime(double fTimeInDays) override;