Lines Matching refs:offset

514             sal_Int16 offset = 3;  in getAllCalendars()  local
520 OUString calendarID(allCalendars[offset]); in getAllCalendars()
521 offset++; in getAllCalendars()
522 … sal_Bool defaultCalendar = sal::static_int_cast<sal_Bool>( allCalendars[offset][0] ); in getAllCalendars()
523 offset++; 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()
526 offset += 2; in getAllCalendars()
529 CalendarItem day(allCalendars[offset], in getAllCalendars()
530 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
532 offset += 3; in getAllCalendars()
535 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
536 …months = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MON… in getAllCalendars()
537 offset += 2; in getAllCalendars()
540 CalendarItem month(allCalendars[offset], in getAllCalendars()
541 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
543 offset += 3; in getAllCalendars()
546 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
547 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
548 offset += 2; in getAllCalendars()
551 CalendarItem era(allCalendars[offset], in getAllCalendars()
552 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
554 offset += 3; in getAllCalendars()
557 OUString startOfWeekDay(allCalendars[offset]); in getAllCalendars()
558 offset++; in getAllCalendars()
559 sal_Int16 minimalDaysInFirstWeek = allCalendars[offset][0]; in getAllCalendars()
560 offset++; in getAllCalendars()