Lines Matching refs:cals
472 Sequence < Calendar > cals; in getCalendarItemByName() local
474 cals = calendarsSeq; in getCalendarItemByName()
476 cals = getAllCalendars(loc); in getCalendarItemByName()
477 len = sal::static_int_cast<sal_Int16>( cals.getLength() ); in getCalendarItemByName()
480 for (index = 0; index < cals.getLength(); index++) { in getCalendarItemByName()
481 if (id.equals(cals[index].Name)) { in getCalendarItemByName()
482 ref_cal = cals[index]; in getCalendarItemByName()
487 if (index == cals.getLength()) { in getCalendarItemByName()
488 cals = getAllCalendars( in getCalendarItemByName()
490 if (cals.getLength() > 0) in getCalendarItemByName()
491 ref_cal = cals[0]; in getCalendarItemByName()