Home
last modified time | relevance | path

Searched refs:calendarsSeq (Results 1 – 2 of 2) sorted by relevance

/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx465 … const Locale& rLocale, const Sequence< Calendar >& calendarsSeq, sal_Int16 len, sal_Int16 item) in getCalendarItemByName()
475 cals = calendarsSeq; in getCalendarItemByName()
514 Sequence< Calendar > calendarsSeq(calendarsCount); in getAllCalendars() local
526 …days = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_DAYS); in getAllCalendars()
537 …hs = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_MONTHS); in getAllCalendars()
548 …eras = getCalendarItemByName(OUString(allCalendars[offset+1]), rLocale, calendarsSeq, i, REF_ERAS); in getAllCalendars()
564 calendarsSeq[i] = aCalendar; in getAllCalendars()
566 return calendarsSeq; in getAllCalendars()
/trunk/main/i18npool/inc/
H A Dlocaledata.hxx129 const com::sun::star::uno::Sequence< com::sun::star::i18n::Calendar >& calendarsSeq,