Home
last modified time | relevance | path

Searched defs:nDays (Results 1 – 25 of 79) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dtdate.cxx151 sal_Int32 nDays = ImpYearToDays(nYear); in DateToDays() local
158 static Date lcl_DaysToDate( sal_Int32 nDays ) in lcl_DaysToDate()
513 sal_uInt16 nDays; in Normalize() local
534 sal_uInt16 nDays; in Normalize() local
560 void Date::AddDays( sal_Int32 nDays ) in AddDays()
578 Date operator +( const Date& rDate, sal_Int32 nDays ) in operator +()
585 Date operator -( const Date& rDate, sal_Int32 nDays ) in operator -()
H A Ddatetime.cxx155 DateTime operator +( const DateTime& rDateTime, sal_Int32 nDays ) in operator +()
162 DateTime operator -( const DateTime& rDateTime, sal_Int32 nDays ) in operator -()
215 sal_Int32 nDays = static_cast<const Date&>(rDateTime1) in operator -() local
268 sal_uInt64 nDays = aTime / a100nPerDay; in CreateFromWin32FileDateTime() local
289 const sal_Int32 nDays = static_cast <sal_Int32>(::rtl::math::approxFloor(fValue)); in CreateFromUnixTime() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Dtdate.cxx149 sal_Int32 nDays = ImpYearToDays(nYear); in DateToDays() local
156 static Date lcl_DaysToDate( sal_Int32 nDays ) in lcl_DaysToDate()
500 sal_uInt16 nDays; in Normalize() local
521 sal_uInt16 nDays; in Normalize() local
547 void Date::AddDays( sal_Int32 nDays ) in AddDays()
565 Date operator +( const Date& rDate, sal_Int32 nDays ) in operator +()
572 Date operator -( const Date& rDate, sal_Int32 nDays ) in operator -()
H A Ddatetime.cxx155 DateTime operator +( const DateTime& rDateTime, sal_Int32 nDays ) in operator +()
162 DateTime operator -( const DateTime& rDateTime, sal_Int32 nDays ) in operator -()
215 sal_Int32 nDays = static_cast<const Date&>(rDateTime1) in operator -() local
268 sal_uInt64 nDays = aTime / a100nPerDay; in CreateFromWin32FileDateTime() local
289 const sal_Int32 nDays = static_cast <sal_Int32>(::rtl::math::approxFloor(fValue)); in CreateFromUnixTime() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Ddbconversion.cxx187 sal_Int32 nDays = 0; in implRelativeToAbsoluteNull() local
202 …static void implBuildFromRelative( const sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sa… in implBuildFromRelative()
274 static void addDays(const sal_Int32 nDays, css::util::Date& _rDate) in addDays()
297 static void subDays(const sal_Int32 nDays, css::util::Date& _rDate ) in subDays()
335 const sal_Int32 nDays = static_cast<sal_Int32>(dVal); in toTime() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Ddbconversion.cxx188 sal_Int32 nDays = 0; in implRelativeToAbsoluteNull() local
203 …static void implBuildFromRelative( const sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sa… in implBuildFromRelative()
275 static void addDays(const sal_Int32 nDays, css::util::Date& _rDate) in addDays()
298 static void subDays(const sal_Int32 nDays, css::util::Date& _rDate ) in subDays()
336 const sal_Int32 nDays = static_cast<sal_Int32>(dVal); in toTime() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dunitconverter.cxx65 …sal_Int32 nDays = rDate.Year * 365 + ((rDate.Year + 3) / 4) - ((rDate.Year + 99) / 100) + ((rDate.… in lclGetDays() local
171 …sal_Int32 nDays = lclGetDays( util::Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ) ) - mnN… in calcSerialFromDateTime() local
184 sal_Int32 nDays = getLimitedValue< sal_Int32, double >( fDays + mnNullDate, 0, 3652424 ); in calcDateTimeFromSerial() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx329 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_daysFromDateFunction() local
353 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_secondsFromDateTimeFunction() local
365 …on(const xmlChar* aString, bool& bNegative, sal_Int32& nYears, sal_Int32& nMonth, sal_Int32& nDays, in parseDuration()
431 sal_Int32 nDays = 0; in xforms_secondsFunction() local
461 sal_Int32 nDays = 0; in xforms_monthsFunction() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx330 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_daysFromDateFunction() local
354 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_secondsFromDateTimeFunction() local
366 …on(const xmlChar* aString, bool& bNegative, sal_Int32& nYears, sal_Int32& nMonth, sal_Int32& nDays, in parseDuration()
432 sal_Int32 nDays = 0; in xforms_secondsFuction() local
462 sal_Int32 nDays = 0; in xforms_monthsFuction() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dunitconverter.cxx69 …sal_Int32 nDays = rDate.Year * 365 + ((rDate.Year + 3) / 4) - ((rDate.Year + 99) / 100) + ((rDate.… in lclGetDays() local
171 …sal_Int32 nDays = lclGetDays( util::Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ) ) - mnN… in calcSerialFromDateTime() local
184 sal_Int32 nDays = getLimitedValue< sal_Int32, double >( fDays + mnNullDate, 0, 3652424 ); in calcDateTimeFromSerial() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/scaddins/source/datefunc/
H A Ddatefunc.cxx343 sal_Int32 nDays = (static_cast<sal_Int32>(nYear)-1) * 365; in DateToDays() local
364 void DaysToDate( sal_Int32 nDays, in DaysToDate()
613 sal_Int32 nDays = nDate + nNullDate; in getIsLeapYear() local
629 sal_Int32 nDays = nDate + nNullDate; in getDaysInMonth() local
645 sal_Int32 nDays = nDate + nNullDate; in getDaysInYear() local
673 sal_Int32 nDays = nDate + nNullDate; in getWeeksInYear() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scaddins/source/datefunc/
H A Ddatefunc.cxx382 sal_Int32 nDays = (static_cast<sal_Int32>(nYear)-1) * 365; in DateToDays() local
403 void DaysToDate( sal_Int32 nDays, in DaysToDate()
652 sal_Int32 nDays = nDate + nNullDate; in getIsLeapYear() local
668 sal_Int32 nDays = nDate + nNullDate; in getDaysInMonth() local
684 sal_Int32 nDays = nDate + nNullDate; in getDaysInYear() local
712 sal_Int32 nDays = nDate + nNullDate; in getWeeksInYear() local
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dtimebasket.cpp67 Real nDays = Real(date-nDate); in rebin() local
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DODATE.cpp121 int year, month, day, nDays, maxDays ; in get_date() local
187 int year, month, day, nDays, maxDays ; in date_str() local
/dports/math/chuffed/chuffed-e04bedd/chuffed/examples/
H A Dnurse.cpp63 MDD multi_sequence(MDDTable& tab, int nDays, vec<int>& bmin, vec<int>& bmax, vec<int>& bsz) in multi_sequence()
314 int nDays; // Horizon member in NurseSeq
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Ddaysform.cpp167 int nDays=daysListWidget->count(); in ok() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dsoil_water_balance.cpp231 int nDays = m_pTavg->Get_Grid_Count(); in On_Execute() local
H A Dclimate_classification.cpp556 int nDays = 0; in Get_GrowingDegreeDays() local
577 int nDays = 0; in Get_HumidMonths() local
H A Devapotranspiration.cpp580 int nDays = Date.Get_NumberOfDays((CSG_DateTime::Month)Parameters("MONTH")->asInt()); in On_Execute() local
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/db/
H A DPortfolio2.cpp400 int nDays; in Performance() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_hydrology/
H A DDVWK_SoilMoisture.cpp257 int iMonth, nDays; in Get_Month() local
/dports/finance/xtrader/xtrader-0.99.9_10/util/
H A DMHDate.h181 inline void MHDate::AddDays (int nDays) { in AddDays()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddputil.cxx124 tools::Long nDays = aDate - pFormatter->GetNullDate(); in getDateGroupName() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddputil.cxx124 long nDays = aDate - pFormatter->GetNullDate(); in getDateGroupName() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/nspr/
H A Dprtime.cc123 static const PRInt8 nDays[2][12] = { variable

1234