/aoo42x/main/tools/source/datetime/ |
H A D | datetime.cxx | 162 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 D | tdate.cxx | 86 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 -()
|
/aoo42x/main/tools/inc/tools/ |
H A D | datetime.hxx | 73 DateTime& operator +=( long nDays ) in operator +=() 75 DateTime& operator -=( long nDays ) in operator -=()
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 212 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
|
/aoo42x/main/oox/source/xls/ |
H A D | unitconverter.cxx | 77 …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
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 101 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
|
/aoo42x/main/forms/source/xforms/xpathlib/ |
H A D | xpathlib.cxx | 351 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
|
/aoo42x/main/scaddins/source/datefunc/ |
H A D | datefunc.cxx | 599 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
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 978 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
|
/aoo42x/main/basic/source/runtime/ |
H A D | methods.cxx | 1818 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 D | methods1.cxx | 1871 long nDays = (long) aDate; in implGetWeekDay() local
|
/aoo42x/main/unotools/source/i18n/ |
H A D | calendarwrapper.cxx | 509 void CalendarWrapper::setMinimumNumberOfDaysForFirstWeek( sal_Int16 nDays ) in setMinimumNumberOfDaysForFirstWeek()
|
/aoo42x/main/sax/source/tools/ |
H A D | converter.cxx | 774 sal_Int32 nDays = 0; in convertDuration() local 1077 sal_Int32 nDays(0); in convertDuration() local
|
/aoo42x/main/svtools/workben/ |
H A D | svdem.cxx | 596 sal_Int16 nDays = rCal.getNumberOfDaysInWeek(); in MyCalendar() local
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objcont.cxx | 253 sal_uIntPtr nDays = 0 ; // Count of days between now and last editing in UpdateTime_Impl() local
|
/aoo42x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 175 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 D | analysis.cxx | 544 sal_Int32 nDate, sal_Int32 nDays, const ANY& aHDay ) THROWDEF_RTE_IAE in getWorkday()
|
/aoo42x/main/i18npool/source/localedata/ |
H A D | LocaleNode.cxx | 1271 sal_Int16 nDays = sal::static_int_cast<sal_Int16>( str.toInt32() ); in generateCode() local
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.cxx | 316 double nDays = floor( nValue ); in getValue() local
|
/aoo42x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 615 sal_Int16 nDays = pFormatter->GetCalendar()->getNumberOfDaysInWeek(); in GetDayOfWeek() local
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpgroup.cxx | 444 long nDays = aDate - aNullDate; in lcl_GetDateGroupName() local
|
/aoo42x/main/svtools/source/control/ |
H A D | calendar.cxx | 343 void Calendar::SetMinimumNumberOfDaysInWeek( sal_Int16 nDays ) in SetMinimumNumberOfDaysInWeek()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 3134 double nDays = ((double)nSeconds) / (double)(24.0*3600.0); in Execute() local
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 2737 sal_Int64 nDays = nFileTime / sal_Int64( 360000 * 24 ); in dumpFileTime() local
|