Searched refs:allCalendars (Results 1 – 1 of 1) sorted by relevance
506 sal_Unicode **allCalendars = NULL; in getAllCalendars() local511 allCalendars = func(calendarsCount); in getAllCalendars()520 OUString calendarID(allCalendars[offset]); in getAllCalendars()528 for(j = 0; j < allCalendars[0][i]; j++) { in getAllCalendars()529 CalendarItem day(allCalendars[offset], in getAllCalendars()530 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()539 for(j = 0; j < allCalendars[1][i]; j++) { in getAllCalendars()541 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()550 for(j = 0; j < allCalendars[2][i]; j++) { in getAllCalendars()551 CalendarItem era(allCalendars[offset], in getAllCalendars()[all …]
Completed in 26 milliseconds