Home
last modified time | relevance | path

Searched refs:month (Results 26 – 50 of 136) sorted by relevance

123456

/trunk/main/tools/source/fsys/
H A Dos2.cxx565 filestat.fdateLastWrite.month, in Update()
575 filestat.fdateCreation.month, in Update()
591 filestat.fdateLastAccess.month, in Update()
H A Dos2.hxx79 return Date( aDate->day, aDate->month, aDate->year ); in MsDos2Date()
H A Dfstat.cxx389 aNewDate.month = rNewDateTime.GetMonth(); in SetDateTime()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java131 month(xRowRes); in testFunctions()
223 …private void month(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in month() method in DBaseDateFunctions
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx152 aVal.month = x.Month; in DateToOdbcDate()
168 aVal.month = x.Month; in DateTimeToTimestamp()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.src146 Text [ en-US ] = "Returns the number of days of the month in which the date entered occurs";
154 Text [ en-US ] = "Any day in the desired month";
H A Ddateadd.idl74 /// calculates the number of days in a month.
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp229 pHdr->date.month, pHdr->date.day, pHdr->date.year, in dumpProfile()
278 profile.m_Header.date.month = data_last_changed_month; in main()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java402 int month = cal.get(Calendar.MONTH); in setWizardTemplateDocInfo() local
406 currentDate.Month = (short) month; in setWizardTemplateDocInfo()
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx60 void date2str(String & out_Str, int day, int month, int year);
/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);
3035 if (dateTime.month<1 || dateTime.month>12) {
3037 - sprintf(buf," - %u: Invalid month!\r\n",dateTime.month);
3038 + sprintf(buf," - %u: Invalid month!\n",dateTime.month);
3052 if (dateTime.month==2) {
/trunk/main/offapi/com/sun/star/i18n/
H A DMonths.idl34 Constants for month names used in calls to <member>XCalendar::getDisplayName()</member>.
H A DCalendarDisplayIndex.idl43 /// name of a month
H A DCalendarItem.idl35 One entry in a calendar, for example, a day of week or a month or an
H A DLocaleDataItem.idl73 /// long date month separator, for example, <b>" "</b>
H A DXExtendedCalendar.idl69 on the locale, different conversions for year and month, for
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx277 aDate.month = 0; in getDate()
280 return Date(aDate.day,aDate.month,aDate.year); in getDate()
471 …_uInt16)aTime.fraction*1000,aTime.second,aTime.minute,aTime.hour,aTime.day,aTime.month,aTime.year); in getTimestamp()
H A DOResultSet.cxx491 aDate.month = 0; in getDate()
497 return (&aValue == &m_aEmptyValue) ? Date(aDate.day,aDate.month,aDate.year) : (Date)aValue; in getDate()
649 …uInt16>(aTime.fraction*1000),aTime.second,aTime.minute,aTime.hour,aTime.day,aTime.month,aTime.year) in getTimestamp()
/trunk/main/offapi/com/sun/star/report/
H A DGroupOn.idl56 /** Dates in the same month.
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini736 …ntains-blanks,contains-errors,not-contains-errors,,,today,tomorrow,yesterday,last-7-days,last-month
737 …20=next-month,this-week,next-week,last-week,this-month,above-average,below-average,duplicate-value…
747 …today,yesterday,last-7-days,this-week,last-week,last-month,tomorrow,next-week,next-month,this-month
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx261 … enum State { year = 0, month, day, hour, minute, second, fraction, done, blank, stop }; in ConvertStringToValue() enumerator
264 State eState = (bDate ? month : minute); in ConvertStringToValue()
301 case month: in ConvertStringToValue()
357 if (eState == month || (eState == day && p <= pLastStart) || in ConvertStringToValue()
381 sal::static_int_cast<sal_Int16>(nUnit[month]), in ConvertStringToValue()
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx332 (m != eraArray[e].month) ? m < eraArray[e].month : d < eraArray[e].day) in mapFromGregorian()
/trunk/main/i18npool/inc/
H A Dcalendar_gregorian.hxx39 sal_Int32 month; member
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceDimension.idl72 the 3 levels year, month, day. Another hierarchy may contain the 2 levels
/trunk/main/solenv/inc/
H A Dverinfo.hrc150 // define month strings --------------------------------------------------

Completed in 215 milliseconds

123456