Home
last modified time | relevance | path

Searched refs:day (Results 1 – 25 of 133) sorted by relevance

123456

/trunk/main/i18npool/source/calendar/
H A Dcalendar_hijri.cxx84 ToGregorian(&day, &month, &year); in mapToGregorian()
97 sal_Int32 month, day, year; in mapFromGregorian() local
99 day = (sal_Int32)fieldValue[CalendarFieldIndex::DAY_OF_MONTH]; in mapFromGregorian()
106 getHijri(&day, &month, &year); in mapFromGregorian()
190 julday = getJulianDay(*day, *month, *year); in getHijri()
210 *day = (sal_Int32)(((sal_Int32)julday) - newjd + 0.5); in getHijri()
244 jday = NewMoon(nmonth) + *day; in ToGregorian()
250 getGregorianDay((sal_Int32)jday, day, month, year); in ToGregorian()
254 *day = -1; in ToGregorian()
313 if( year == 1582 && month == 10 && day > 4 && day < 15 ) { in getJulianDay()
[all …]
H A Dcalendar_jewish.cxx142 sal_Int32 day; // 1..LastDayOfHebrewMonth(month, year) member in HebrewDate
145 HebrewDate(sal_Int32 m, sal_Int32 d, sal_Int32 y) { month = m; day = d; year = y; } in HebrewDate()
160 day = d - HebrewDate(month, 1, year) + 1; in HebrewDate()
164 sal_Int32 DayInYear = day; // Days so far this month.
191 sal_Int32 GetDay() { return day; } in GetDay()
220 int day; // 1..LastDayOfGregorianMonth(month, year) member in GregorianDate
223 GregorianDate(int m, int d, int y) { month = m; day = d; year = y; } in GregorianDate()
234 day = d - GregorianDate(month,1,year) + 1; in GregorianDate()
238 int N = day; // days this month
250 int GetDay() { return day; } in GetDay()
H A Dcalendar_gregorian.cxx264 for (sal_Int16 day = sal::static_int_cast<sal_Int16>( in loadCalendar() local
265 aCalendar.Days.getLength()-1); day>=0; day--) in loadCalendar()
267 if (aCalendar.StartOfWeek == aCalendar.Days[day].ID) in loadCalendar()
269 setFirstDayOfWeek( day); in loadCalendar()
332 (m != eraArray[e].month) ? m < eraArray[e].month : d < eraArray[e].day) in mapFromGregorian()
872 Calendar_gregorian::setFirstDayOfWeek( sal_Int16 day ) in setFirstDayOfWeek() argument
876 body->setFirstDayOfWeek( static_cast<UCalendarDaysOfWeek>( day + 1)); in setFirstDayOfWeek()
/trunk/main/ucb/source/ucp/webdav/
H A DDateTimeHelper.cxx42 int year, month, day, hours, minutes, off_hours, off_minutes, fix; in ISO8601_To_DateTime() local
47 &year, &month, &day, &hours, &minutes, &seconds ); in ISO8601_To_DateTime()
56 &year, &month, &day, &hours, &minutes, &seconds, in ISO8601_To_DateTime()
66 &year, &month, &day, &hours, &minutes, &seconds, in ISO8601_To_DateTime()
86 aDateTime.Day = sal::static_int_cast< sal_uInt16 >(day); // 1-31 in ISO8601_To_DateTime()
171 int day; in RFC2068_To_DateTime() local
185 string_day, &day, string_month, &year, &hours, &minutes, &seconds); in RFC2068_To_DateTime()
190 string_day, &day, string_month, &year, &hours, &minutes, &seconds); in RFC2068_To_DateTime()
201 &day, &hours, &minutes, &seconds, &year); in RFC2068_To_DateTime()
223 aDateTime.Day = sal::static_int_cast< sal_uInt16 >(day); in RFC2068_To_DateTime()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.src42 Text [ en-US ] = "First day of the period";
50 Text [ en-US ] = "Last day of the period";
74 Text [ en-US ] = "First day of the period.";
82 Text [ en-US ] = "Last day of the period.";
106 Text [ en-US ] = "First day of the period";
114 Text [ en-US ] = "Last day of the period";
130 Text [ en-US ] = "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE).";
138 Text [ en-US ] = "Any day in the desired year";
154 Text [ en-US ] = "Any day in the desired month";
170 Text [ en-US ] = "Any day in the desired year";
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl75 by their calendar day, or by ranges of days.
79 <li>Calendar day grouping: The group <em>Jan 03</em> will contain all
90 </member> for more details about day grouping.</p>
99 date in the month january, regardless of the year, day, or time of the
111 february, and march), regardless of the year, day, or time of the
122 date in the year 1999, regardless of the month, day, or time of the
H A DFillDateMode.idl41 /** for every new value a single day is added.
47 /** for evey new value a single day is added, but Saturdays and
54 /** for every new value one month is added (day keeps unchanged).
60 /** for every new value one year is added (day and month keep unchanged).
/trunk/main/solenv/bin/modules/installer/
H A Dlogger.pm643 my $day = $timearray[3];
649 if ( $day < 10 ) { $day = "0" . $day; }
651 $datestring = $year . $month . $day;
H A Ddownload.pm540 my $day = $timearray[3];
545 if ( $day < 10 ) { $day = "0" . $day; }
547 $datestring = $year . $month . $day;
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx52 const sal_uInt16& day, in DateTime()
59 day, in DateTime()
65 void SetDay(sal_uInt16 day) { Day = day; } in SetDay()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl71 fractions of a day, thus 0.5 means 12 hours.
80 fractions of a day, thus 0.5 means 12 hours.
127 /** returns the first day of a week, one of <type>Weekdays</type>
133 /** Set the first day of a week, one of <type>Weekdays</type>
166 day names.
H A DCalendarFieldIndex.idl55 /// Get/Set day of month [1-31].
57 /// Get day of week [0-6].
59 /// Get day of year.
/trunk/main/i18npool/inc/
H A Dcalendar_hijri.hxx72 void getHijri(sal_Int32 *day, sal_Int32 *month, sal_Int32 *year);
73 void ToGregorian(sal_Int32 *day, sal_Int32 *month, sal_Int32 *year);
75 double getJulianDay(sal_Int32 day, sal_Int32 month, sal_Int32 year);
/trunk/main/autodoc/source/cosv/service/
H A Dcomfunc.cxx86 date2str(String & out_Str, int day, int month, int year) in date2str() argument
89 buf[0] = static_cast<char>(day/10 + '0'); in date2str()
90 buf[1] = static_cast<char>(day%10 + '0'); in date2str()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm513 my $day = (localtime())[3];
522 if ( $day < 10 ) { $day = "0" . $day; }
525 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/trunk/main/unixODBC/inc/
H A Dsqltypes.h251 SQLUSMALLINT day; member
277 SQLUSMALLINT day; member
325 SQLUINTEGER day; member
/trunk/main/setup_native/scripts/
H A Dadmin.pl1206 my $day = (localtime())[3];
1214 if ( $day < 10 ) { $day = "0" . $day; }
1217 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/trunk/main/tools/source/fsys/
H A Dos2.cxx564 aDateModified = Date( filestat.fdateLastWrite.day, in Update()
572 if ( filestat.fdateCreation.day ) in Update()
574 aDateCreated = Date( filestat.fdateCreation.day, in Update()
588 if ( filestat.fdateLastAccess.day > 0 ) in Update()
590 aDateAccessed = Date( filestat.fdateLastAccess.day, in Update()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl129 * @param nDay the day of the Month
160 * @param *pDay pointer to a variable for the day of the month
218 * shall be the first day of the week.
234 * calculates a number between 0-53 for each day which is in the same year as nJan4
237 * If a day in the same or another year is used in this formula this calculates
429 * shall be the first day of the week.
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl129 <TRUE/>) of the chart data are interpreted as the day's lowest
130 value. The next series is interpreted as the day's highest
136 as the series before the series with the day's lowest
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_result.pl172 my $day = create2DigitNumber(localtime->mday());
173 $sURL = $sURL . "$next" . "date=$year-$month-$day";
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DFatDataBaseOutProducer.java59 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in FatDataBaseOutProducer() local
60 String dateString = year + "-" + month + "-" + day; in FatDataBaseOutProducer()
H A DComplexDataBaseOutProducer.java78 String day = dfmt.format(cal.get(GregorianCalendar.DATE)); in ComplexDataBaseOutProducer() local
79 String dateString = year + "-" + month + "-" + day; in ComplexDataBaseOutProducer()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1874 - sprintf(buf, "%u-%u-%u\r\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
1875 + sprintf(buf, "%u-%u-%u\n", m_DateTime.month, m_DateTime.day, m_DateTime.year);
3044 if (dateTime.day<1 || dateTime.day>31) {
3046 - sprintf(buf," - %u: Invalid day!\r\n",dateTime.day);
3047 + sprintf(buf," - %u: Invalid day!\n",dateTime.day);
3053 if (dateTime.day>29) {
3055 - sprintf(buf," - %u: Invalid day for February!\r\n",dateTime.day);
3056 + sprintf(buf," - %u: Invalid day for February!\n",dateTime.day);
3061 if (dateTime.day==29) {
3064 - sprintf(buf," - %u: Invalid day for February, year is not a leap year(%u)!\r\n",dateTime.d…
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DDateTimeRange.idl57 /** contains the start day of month (1-31 or 0 for a void date) for the range.
92 /** contains the end day of month (1-31 or 0 for a void date) for the range.

Completed in 123 milliseconds

123456