Home
last modified time | relevance | path

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

/trunk/main/tools/source/datetime/
H A Ddatetime.cxx162 long nDays = nSec / (24UL*60*60); in MakeDateTimeFromSec() local
259 DateTime operator +( const DateTime& rDateTime, long nDays ) in operator +()
276 DateTime operator -( const DateTime& rDateTime, long nDays ) in operator -()
368 long nDays = (const Date&) rDateTime1 - (const Date&) rDateTime2; in operator -() local
387 sal_Int64 nDays = in GetWin32FileDateTime() local
412 sal_Int64 nDays = aTime / a100nPerDay; in CreateFromWin32FileDateTime() local
H A Dtdate.cxx86 long nDays; in DateToDays() local
98 static void DaysToDate( long nDays, in DaysToDate()
360 Date& Date::operator +=( long nDays ) in operator +=()
383 Date& Date::operator -=( long nDays ) in operator -=()
465 Date operator +( const Date& rDate, long nDays ) in operator +()
474 Date operator -( const Date& rDate, long nDays ) in operator -()
/trunk/main/tools/inc/tools/
H A Ddatetime.hxx73 DateTime& operator +=( long nDays ) in operator +=()
75 DateTime& operator -=( long nDays ) in operator -=()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx212 sal_Int32 nDays = 0; in implRelativeToAbsoluteNull() local
227 …static void implBuildFromRelative( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt… in implBuildFromRelative()
299 static void addDays(sal_Int32 nDays, Date& _rDate) in addDays()
320 static void subDays( sal_Int32 nDays, Date& _rDate ) in subDays()
356 sal_Int32 nDays = (sal_Int32)dVal; in toTime() local
/trunk/main/oox/source/xls/
H A Dunitconverter.cxx77 …sal_Int32 nDays = rDate.Year * 365 + ((rDate.Year + 3) / 4) - ((rDate.Year + 99) / 100) + ((rDate.… in lclGetDays() local
190 …sal_Int32 nDays = lclGetDays( Date( rDateTime.Day, rDateTime.Month, rDateTime.Year ) ) - mnNullDat… in calcSerialFromDateTime() local
203 sal_Int32 nDays = getLimitedValue< sal_Int32, double >( fDays + mnNullDate, 0, 3652424 ); in calcDateTimeFromSerial() local
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java101 public static void addDays(int nDays, Date _rDate) { in addDays()
121 public static void subDays(int nDays, Date _rDate) { in subDays()
165 private static void implBuildFromRelative( int nDays, Date date ) { in implBuildFromRelative()
215 int nDays = 0; in implRelativeToAbsoluteNull() local
354 int nDays = (int)dVal; in toTime() local
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx351 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_daysFromDateFunction() local
376 sal_Int32 nDays = aDateTime - aReferenceDate; in xforms_secondsFromDateTimeFunction() local
388 …onst xmlChar* aString, sal_Bool& bNegative, sal_Int32& nYears, sal_Int32& nMonth, sal_Int32& nDays, in parseDuration()
460 sal_Int32 nDays = 0; in xforms_secondsFuction() local
490 sal_Int32 nDays = 0; in xforms_monthsFuction() local
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx599 sal_Int32 nDays = ((sal_Int32)nYear-1) * 365; in DateToDays() local
618 void DaysToDate( sal_Int32 nDays, in DaysToDate()
863 sal_Int32 nDays = nDate + nNullDate; in getIsLeapYear() local
880 sal_Int32 nDays = nDate + nNullDate; in getDaysInMonth() local
897 sal_Int32 nDays = nDate + nNullDate; in getDaysInYear() local
926 sal_Int32 nDays = nDate + nNullDate; in getWeeksInYear() local
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx978 sal_Int32 nDays = 0; in convertTime() local
1030 sal_Int32 nDays = 0, nHours = 0, nMins = 0, nSecs = 0; in convertTime() local
1986 sal_uInt16 nDays = nHours / 24; in convertTimeDuration() local
2032 sal_Int32 nDays = 0; in convertTimeDuration() local
/trunk/main/basic/source/runtime/
H A Dmethods.cxx1818 long nDays = (long)aDate; in implGetDateMonth() local
1828 long nDays = (long) aDate; in implGetDateYear() local
1981 double nDays = ((double)nSeconds) / (double)(86400.0); in RTLFUNC() local
2219 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in Now_Impl() local
2259 double nDays = (double)nSeconds * ( 1.0 / (24.0*3600.0) ); in RTLFUNC() local
2312 double nDays = (double)GetDayDiff( aToday ); in RTLFUNC() local
3103 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in RTLFUNC() local
H A Dmethods1.cxx1871 long nDays = (long) aDate; in implGetWeekDay() local
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx509 void CalendarWrapper::setMinimumNumberOfDaysForFirstWeek( sal_Int16 nDays ) in setMinimumNumberOfDaysForFirstWeek()
/trunk/main/sax/source/tools/
H A Dconverter.cxx774 sal_Int32 nDays = 0; in convertDuration() local
1077 sal_Int32 nDays(0); in convertDuration() local
/trunk/main/svtools/workben/
H A Dsvdem.cxx596 sal_Int16 nDays = rCal.getNumberOfDaysInWeek(); in MyCalendar() local
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx253 sal_uIntPtr nDays = 0 ; // Count of days between now and last editing in UpdateTime_Impl() local
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx175 sal_Int32 nDays = ((sal_Int32)nYear-1) * 365; in DateToDays() local
196 void DaysToDate( sal_Int32 nDays, sal_uInt16& rDay, sal_uInt16& rMonth, sal_uInt16& rYear ) in DaysToDate()
437 sal_Int32 nDays, nMonths/*, nYears*/; in GetDiffDate() local
H A Danalysis.cxx544 sal_Int32 nDate, sal_Int32 nDays, const ANY& aHDay ) THROWDEF_RTE_IAE in getWorkday()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx1271 sal_Int16 nDays = sal::static_int_cast<sal_Int16>( str.toInt32() ); in generateCode() local
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx316 double nDays = floor( nValue ); in getValue() local
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx615 sal_Int16 nDays = pFormatter->GetCalendar()->getNumberOfDaysInWeek(); in GetDayOfWeek() local
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx444 long nDays = aDate - aNullDate; in lcl_GetDateGroupName() local
/trunk/main/svtools/source/control/
H A Dcalendar.cxx343 void Calendar::SetMinimumNumberOfDaysInWeek( sal_Int16 nDays ) in SetMinimumNumberOfDaysInWeek()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3134 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in Execute() local
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2737 sal_Int64 nDays = nFileTime / sal_Int64( 360000 * 24 ); in dumpFileTime() local

Completed in 205 milliseconds