Home
last modified time | relevance | path

Searched refs:year (Results 26 – 50 of 145) sorted by relevance

123456

/trunk/main/offapi/com/sun/star/util/
H A DDate.idl43 /** contains the month of year (1-12 or 0 for a void date).
49 /** contains the year.
H A DDateTime.idl67 /** is the month of year (1-12 or 0 for a void date).
73 /** is the year.
H A DNumberFormatSettings.idl72 /** specifies the first year to be generated from a two-digit
73 year input.
/trunk/main/autodoc/source/display/html/
H A Dcfrstd.cxx331 int year = 1900 + plt->tm_year; in MakeCopyRight() local
334 << year in MakeCopyRight()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DComplexDataBaseOutProducer.java75 String year = Integer.toString(cal.get(GregorianCalendar.YEAR)); in ComplexDataBaseOutProducer() local
79 String dateString = year + "-" + month + "-" + day; in ComplexDataBaseOutProducer()
/trunk/main/offapi/com/sun/star/i18n/
H A DCalendar.idl47 /// the months of the year, see also <type>CalendarItem</type>.
53 /// how many days must reside in the first week of a year.
H A DCalendarDisplayIndex.idl45 /// name of a year (if used for a specific calendar)
H A DLocaleDataItem.idl75 /// long date year separator, for example, <b>" "</b>
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSourceDimension.idl72 the 3 levels year, month, day. Another hierarchy may contain the 2 levels
73 year and week number.</p>
H A DXDataPilotFieldGrouping.idl134 is zero, grouping is performed on all days of the year (e.g. the
135 members containing the 1st of January of any year are grouped
H A DFillDateMode.idl60 /** for every new value one year is added (day and month keep unchanged).
/trunk/main/tools/source/fsys/
H A Dos2.cxx566 filestat.fdateLastWrite.year + 1980 ); in Update()
576 filestat.fdateCreation.year + 1980 ); in Update()
592 filestat.fdateLastAccess.year + 1980 ); in Update()
H A Dos2.hxx79 return Date( aDate->day, aDate->month, aDate->year ); in MsDos2Date()
/trunk/main/solenv/bin/modules/installer/
H A Depmfile.pm1011 my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
1015 $year = $year + 1900;
1019 $datestring = $year . "." . $mon . "." . $mday;
1204 my $year = $2;
1205 $currenttime = $start . "CET " . $year;
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java185 year(xRowRes); in testFunctions()
256 …private void year(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in year() method in DBaseDateFunctions
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx151 aVal.year = x.Year; in DateToOdbcDate()
167 aVal.year = x.Year; in DateTimeToTimestamp()
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp229 pHdr->date.month, pHdr->date.day, pHdr->date.year, in dumpProfile()
277 profile.m_Header.date.year = data_last_changed_year; in main()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java401 int year = cal.get(Calendar.YEAR); in setWizardTemplateDocInfo() local
407 currentDate.Year = (short) year; in setWizardTemplateDocInfo()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm515 my $year = 1900 + (localtime())[5];
525 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/trunk/main/setup_native/scripts/
H A Dadmin.pl1208 my $year = 1900 + (localtime())[5];
1217 my $timestring = $year . "/" . $month . "/" . $day . " " . $hour . ":" . $minute . ":" . $second;
/trunk/main/autodoc/inc/cosv/
H A Dcomfunc.hxx60 void date2str(String & out_Str, int day, int month, int year);
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini926 …40=date-this-quarter,date-last-quarter,date-next-year,date-this-year,date-last-year,year-to-date,d…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx278 aDate.year = 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()
/trunk/main/offapi/com/sun/star/report/
H A DGroupOn.idl48 /** Dates in the same calendar year.
/trunk/main/i18npool/inc/
H A Dcalendar_gregorian.hxx38 sal_Int32 year; member

Completed in 118 milliseconds

123456