Lines Matching refs:offset

516             sal_Int16 offset = 3;  in getAllCalendars()  local
522 OUString calendarID(allCalendars[offset]); in getAllCalendars()
523 offset++; in getAllCalendars()
524 … sal_Bool defaultCalendar = sal::static_int_cast<sal_Bool>( allCalendars[offset][0] ); in getAllCalendars()
525 offset++; in getAllCalendars()
526 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
527 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
528 offset += 2; in getAllCalendars()
531 CalendarItem day(allCalendars[offset], in getAllCalendars()
532 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
534 offset += 3; in getAllCalendars()
537 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
538 …months = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MON… in getAllCalendars()
539 offset += 2; in getAllCalendars()
542 CalendarItem month(allCalendars[offset], in getAllCalendars()
543 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
545 offset += 3; in getAllCalendars()
548 if (OUString(allCalendars[offset]).equalsAscii("ref")) { in getAllCalendars()
549 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
550 offset += 2; in getAllCalendars()
553 CalendarItem era(allCalendars[offset], in getAllCalendars()
554 allCalendars[offset+1], allCalendars[offset+2]); in getAllCalendars()
556 offset += 3; in getAllCalendars()
559 OUString startOfWeekDay(allCalendars[offset]); in getAllCalendars()
560 offset++; in getAllCalendars()
561 sal_Int16 minimalDaysInFirstWeek = allCalendars[offset][0]; in getAllCalendars()
562 offset++; in getAllCalendars()