Searched refs:allCalendars (Results 1 – 1 of 1) sorted by relevance
506 sal_Unicode **allCalendars = NULL; in getAllCalendars() local511 allCalendars = func(calendarsCount); in getAllCalendars()517 Sequence< CalendarItem > days(allCalendars[0][i]); in getAllCalendars()518 Sequence< CalendarItem > months(allCalendars[1][i]); in getAllCalendars()519 Sequence< CalendarItem > eras(allCalendars[2][i]); in getAllCalendars()520 OUString calendarID(allCalendars[offset]); in getAllCalendars()522 … sal_Bool defaultCalendar = sal::static_int_cast<sal_Bool>( allCalendars[offset][0] ); in getAllCalendars()524 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()525 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()528 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()[all …]