Lines Matching refs:cals
474 Sequence < Calendar > cals; in getCalendarItemByName() local
476 cals = calendarsSeq; in getCalendarItemByName()
478 cals = getAllCalendars(loc); in getCalendarItemByName()
479 len = sal::static_int_cast<sal_Int16>( cals.getLength() ); in getCalendarItemByName()
482 for (index = 0; index < cals.getLength(); index++) { in getCalendarItemByName()
483 if (id.equals(cals[index].Name)) { in getCalendarItemByName()
484 ref_cal = cals[index]; in getCalendarItemByName()
489 if (index == cals.getLength()) { in getCalendarItemByName()
490 cals = getAllCalendars( in getCalendarItemByName()
492 if (cals.getLength() > 0) in getCalendarItemByName()
493 ref_cal = cals[0]; in getCalendarItemByName()