Home
last modified time | relevance | path

Searched refs:days (Results 1 – 25 of 107) sorted by relevance

12345

/trunk/main/sc/addin/datefunc/
H A Ddfa.cl100 * Get the number of days in a specified month
104 * @return number of days
122 * Convert a date to a count of days starting from 01/01/0001
125 * is the number of days between 01/01/0001 and the date
132 * @return count of days from 01/01/0001 to the date specified
152 * Convert a count of days starting from 01/01/0001 to a date
155 * is the number of days between 01/01/0001 and the date
159 * @param nDay count of days from 01/01/0001
221 * is assigned a number in the year in which most of its days lie.
258 * mode 0 is the interval between the dates in month, that is days / 7
[all …]
H A Ddfa.src150 Text = "Returns the number of days in the month in relation to the date entered";
161 Text = "Returns the number of days in a year in relation to the date entered";
/trunk/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx106 std::wstring days; in iso8601_duration_to_local_duration() local
125 days = num; in iso8601_duration_to_local_duration()
137 if (days.length() > 0) in iso8601_duration_to_local_duration()
139 int h = ((_wtoi(days.c_str()) * 24) + _wtoi(hours.c_str())); in iso8601_duration_to_local_duration()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl69 1-Jan-1970 00:00. The integer part represents the number of days
78 1-Jan-1970 00:00. The integer part represents the number of days
139 /** Set how many days of a week must reside in the first week of a
145 /** returns how many days of a week must reside in the first week of
155 /// returns the number of days in a week, e.g. <b>7</b>
H A DCalendar.idl45 /// the days of the week, see also <type>CalendarItem</type>.
53 /// how many days must reside in the first week of a year.
H A DWeekdays.idl34 /** Constants for days of a week.
H A DNumberFormatIndex.idl85 of short/long days/months/years was defined by the
/trunk/main/offapi/com/sun/star/sheet/
H A DXDataPilotFieldGrouping.idl123 be zero, unless ranges of days have to be grouped (see the
134 is zero, grouping is performed on all days of the year (e.g. the
137 ranges of days, and the value specifies the number of days grouped
H A DDataPilotFieldGroupInfo.idl76 /** specifies whether date values are grouped by ranges of days.
87 of days (see descriptions for <member>
H A DFillMode.idl68 by a specified number of days</p>
H A DDataPilotFieldGroupBy.idl75 by their calendar day, or by ranges of days.
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java236 static private StringBuffer getDateString(final int years, final int months, final int days) in getDateString() argument
250 if (days < 10) in getDateString()
254 str.append(days); in getDateString()
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx213 CalendarImpl::setMinimumNumberOfDaysForFirstWeek( sal_Int16 days ) throw(RuntimeException) in setMinimumNumberOfDaysForFirstWeek() argument
216 xCalendar->setMinimumNumberOfDaysForFirstWeek(days); in setMinimumNumberOfDaysForFirstWeek()
H A Dcalendar_gregorian.cxx880 Calendar_gregorian::setMinimumNumberOfDaysForFirstWeek( sal_Int16 days ) throw(RuntimeException) in setMinimumNumberOfDaysForFirstWeek() argument
882 aCalendar.MinimumNumberOfDaysForFirstWeek = days; in setMinimumNumberOfDaysForFirstWeek()
883 body->setMinimalDaysInFirstWeek( static_cast<uint8_t>( days)); in setMinimumNumberOfDaysForFirstWeek()
/trunk/main/scaddins/source/datefunc/
H A Ddateadd.idl74 /// calculates the number of days in a month.
80 /// calculates the number of days in a year.
H A Ddatefunc.src146 Text [ en-US ] = "Returns the number of days of the month in which the date entered occurs";
162 Text [ en-US ] = "Returns the number of days of the year in which the date entered occurs.";
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx519 Sequence< CalendarItem > days(allCalendars[0][i]); in getAllCalendars() local
527days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
533 days[j] = day; in getAllCalendars()
563 Calendar aCalendar(days, months, eras, startOfWeekDay, in getAllCalendars()
/trunk/main/sc/source/core/data/
H A Ddpgroup.cxx387 sal_Int32 days = (date - yearStart) + 1; // Jan 01 has value 1 in match() local
388 if (days >= 60 && !date.IsLeapYear()) in match()
391 ++days; in match()
394 return days == matchDays; in match()
/trunk/main/scaddins/source/analysis/
H A Danalysis.src64 Text [ en-US ] = "List of date values of days off (vacation, holidays, etc.)";
72 …Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year f…
102 Text [ en-US ] = "Basis for determining the interest days";
224 Text [ en-US ] = "List of date values representing days off (vacation, holidays, etc.)";
3445 … Text [ en-US ] = "Returns the number of days in the coupon period containing the settlement date";
3493 Text [ en-US ] = "Returns the number of days from the settlement date to the next coupon date";
3541 …Text [ en-US ] = "Returns the number of days from the beginning of the coupon period to the settle…
/trunk/main/offapi/com/sun/star/util/
H A DDuration.idl66 /** contains the days.
/trunk/main/sw/source/ui/fldui/
H A Dflddok.src160 Text [ en-US ] = "Offs~et in days" ;
/trunk/main/sc/source/ui/dbgui/
H A Ddpgroupdlg.src216 Text [ en-US ] = "Number of ~days" ;
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini351 …10=not-contains-blanks,contains-errors,not-contains-errors,,,today,tomorrow,yesterday,last-7-days,…
358 shortlist=CFRULE-DATE-OPERATOR,0,today,yesterday,last-7-days,this-week,last-week,last-month,tomorro…
684 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
H A Dbiffdumper.ini736 …10=not-contains-blanks,contains-errors,not-contains-errors,,,today,tomorrow,yesterday,last-7-days,…
747 shortlist=CFRULE12-DATE-OPERATOR,0,today,yesterday,last-7-days,this-week,last-week,last-month,tomor…
846 shortlist=CHDATERANGE-UNIT,0,days,months,years
963 shortlist=CHFREXTPROPS-TIMEUNIT,0x0060,days,months,years
1801 shortlist=PCDFRANGEPR-GROUPBY,0,numeric,seconds,minutes,hours,days,months,quarters,years
/trunk/main/
H A DLICENSE_category_b349 such breach within 30 days of becoming aware of the breach. All
363 shall, upon 60 days notice from Participant terminate prospectively,
364 unless if within 60 days after receipt of notice You either: (i)
368 the Contributor Version against such Participant. If within 60 days
841 non-compliance by some reasonable means prior to 60 days after You have
846 from such Contributor, and You become compliant prior to 30 days after
1295 30 days of becoming aware of the breach. All sublicenses to the Covered

Completed in 119 milliseconds

12345