Home
last modified time | relevance | path

Searched refs:calendar (Results 1 – 25 of 137) sorted by relevance

123456

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XLocaleData.java163 Calendar[] calendar = new Calendar[1]; in _getAllCalendars() local
167 for (int j=0;j<calendar.length;j++) { in _getAllCalendars()
168 if (! goodCalendar(calendar[j]) ) { in _getAllCalendars()
171 res &= goodCalendar(calendar[j]); in _getAllCalendars()
414 public boolean goodCalendar(Calendar calendar) { in goodCalendar() argument
416 for (int i=0;i<calendar.Days.length;i++) { in goodCalendar()
422 good &= (! calendar.Days[i].ID.equals("") ); in goodCalendar()
424 for (int i=0;i<calendar.Months.length;i++) { in goodCalendar()
432 for (int i=0;i<calendar.Eras.length;i++) { in goodCalendar()
441 good &= (! calendar.StartOfWeek.equals("") ); in goodCalendar()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelper.java314 private Calendar calendar; field in Helper.DateUtils
326 calendar = Calendar.getInstance(jl); in DateUtils()
333 calendar.set(date.Year, date.Month - 1, date.Day); in DateUtils()
355 java.util.Date dDate = calendar.getTime(); in getTimeInMillis()
365 calendar.clear(); in getDocumentDateAsDouble()
366 calendar.set(date / 10000, in getDocumentDateAsDouble()
385 calendar.clear(); in getDocumentDateAsDouble()
386 JavaTools.setTimeInMillis(calendar, javaTimeInMillis); in getDocumentDateAsDouble()
/trunk/main/offapi/com/sun/star/i18n/
H A DXExtendedCalendar.idl37 This interface provides access to locale specific calendar
43 set at the calendar. </p>
55 locale's calendar. It is not predictable if the string will be
59 calendar, but with a Jewish calendar it will have three
H A DXCalendar.idl38 Access to locale specific calendar systems.
44 /// Load the default calendar for the given locale.
48 /// Load a specific calendar for the given locale.
61 /** Returns the ID string of the loaded calendar, for example,
68 Set the date/time as an offset to the start of the calendar at
77 Get the date/time as an offset to the start of the calendar at
H A DCalendar.idl36 A calendar as returned in a sequence by
55 /// if this is the default calendar for a given locale.
57 /// the name of the calendar, for example, <b>gregorian</b>.
H A DCalendarDisplayCode.idl37 <p> The examples given are for an English Gregorian calendar, note
72 /// Combined short year and era, order depends on locale/calendar.
74 /// Combined full year and era, order depends on locale/calendar.
H A DCalendarFieldIndex.idl63 calendar and is determined according to the timezone rules of
64 the locale used with the calendar. </p>
84 December but depends on the calendar used instead. </p> */
H A DLocaleCalendar.idl37 /// Access a locale specific calendar.
H A DCalendarDisplayIndex.idl45 /// name of a year (if used for a specific calendar)
H A DCalendarItem.idl35 One entry in a calendar, for example, a day of week or a month or an
/trunk/main/i18npool/
H A DLibrary_i18npool.mk112 i18npool/source/calendar/calendarImpl \
113 i18npool/source/calendar/calendar_gregorian \
114 i18npool/source/calendar/calendar_hijri \
115 i18npool/source/calendar/calendar_jewish \
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java179 Calendar calendar; field in AgendaTemplate
446 calendar = Calendar.getInstance(jl); in initialize()
452 calendar.set(date.Year, date.Month - 1, date.Day); in initialize()
454 docNullTime = JavaTools.getTimeInMillis(calendar); in initialize()
672 calendar.clear(); in getDateString()
673 calendar.set(date / 10000, in getDateString()
677 long date1 = JavaTools.getTimeInMillis(calendar); in getDateString()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl84 * Check if a year is a leap year in the Gregorian calendar
238 * an calendar week offset from a given 4. January
243 * the week difference by calendar weeks which is then nWeek = nWeek2 - nWeek1
305 * mode 1 is the difference in calendar month
352 * mode 1 is the difference in calendar years
379 * Check if a Date is in a leap year in the Gregorian calendar
H A Ddfa.src82 Text = "Type of difference calculation: mode=0 means the interval, mode=1 means calendar weeks";
105 …Text = "Type of difference calculation: Mode = 0 means interval, mode = 1 means in calendar months…
128 Text = "Type of difference calculation: Mode=0 means interval, mode=1 means in calendar years.";
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.src58 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks…
90 …Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar month…
122 …xt [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar years.";
/trunk/main/offapi/com/sun/star/report/
H A DGroupOn.idl48 /** Dates in the same calendar year.
52 /** Dates in the same calendar quarter.
/trunk/main/i18npool/source/calendar/
H A Dmakefile.mk27 TARGET=calendar
/trunk/main/i18npool/util/
H A Dmakefile.mk41 $(SLB)$/calendar.lib \
/trunk/main/svtools/
H A DAllLangResTarget_svt.mk48 svtools/source/control/calendar.src \
H A DPackage_inc.mk40 $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/calendar.hxx,svtools/calendar.hxx))
H A DLibrary_svt.mk117 svtools/source/control/calendar \
/trunk/main/wizards/source/schedule/
H A Dschedule.src284 Text [ en-US ] = "An error occurred while creating the calendar." ;
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupBy.idl75 by their calendar day, or by ranges of days.
/trunk/main/scp2/source/ooo/
H A Ddirectory_ooo.scp852 DosName = "calendar";
/trunk/main/toolkit/src2xml/
H A Dsrc.lst581 ../../svtools/source/control/calendar.src

Completed in 78 milliseconds

123456