Searched refs:getAllCalendars (Results 1 – 19 of 19) sorted by relevance
54 Sequence< Calendar> xC = LocaleData().getAllCalendars(rLocale); in loadDefaultCalendar()84 Sequence< Calendar> xC = LocaleData().getAllCalendars(rLocale); in loadCalendar()129 CalendarImpl::getAllCalendars( const Locale& rLocale ) throw(RuntimeException) in getAllCalendars() function in CalendarImpl131 Sequence< Calendar> xC = LocaleData().getAllCalendars(rLocale); in getAllCalendars()
254 Sequence< Calendar> xC = LocaleData().getAllCalendars(rLocale); in loadCalendar()
175 ::com::sun::star::uno::Sequence< ::rtl::OUString > CalendarWrapper::getAllCalendars( const ::com::s… in getAllCalendars() function in CalendarWrapper180 return xC->getAllCalendars( rLocale ); in getAllCalendars()
229 …:star::uno::Sequence< ::com::sun::star::i18n::Calendar > LocaleDataWrapper::getAllCalendars() const in getAllCalendars() function in LocaleDataWrapper234 return xLD->getAllCalendars( getLocale() ); in getAllCalendars()650 Sequence< Calendar > xCals = getAllCalendars(); in getDefaultCalendarImpl()
6 "LocaleData";"com::sun::star::i18n::XLocaleData";"getAllCalendars()"
4 "CalendarImpl";"com::sun::star::i18n::XCalendar";"getAllCalendars()"
67 …::com::sun::star::uno::Sequence< ::rtl::OUString > getAllCalendars( const ::com::sun::star::lang::…
153 ::com::sun::star::uno::Sequence< ::com::sun::star::i18n::Calendar > getAllCalendars() const;
476 cals = getAllCalendars(loc); in getCalendarItemByName()488 cals = getAllCalendars( in getCalendarItemByName()502 LocaleData::getAllCalendars( const Locale& rLocale ) throw(RuntimeException) in getAllCalendars() function in LocaleData
37 <member>XLocaleData::getAllCalendars()</member>.
71 sequence<Calendar> getAllCalendars(
58 sequence< string > getAllCalendars( [in] ::com::sun::star::lang::Locale rLocale );
62 …virtual com::sun::star::uno::Sequence < rtl::OUString > SAL_CALL getAllCalendars(const com::sun::s…
82 …virtual com::sun::star::uno::Sequence< Calendar > SAL_CALL getAllCalendars( const com::sun::star::…
187 ScGlobal::pLocaleData->getAllCalendars() ); in ScUserList()
141 calendars[i] = oObj.getAllCalendars(installed_locales[i]); in _getAllCalendars()
166 calendar = oObj.getAllCalendars(getLocale(i)); in _getAllCalendars()
861 uno::Sequence<OUString> aCals = pCalendar->getAllCalendars( aLocale ); in lcl_GetDefaultCalendar()
2823 = rCal.getAllCalendars( rLoc().getLocale() ); in SwitchToOtherCalendar()
Completed in 83 milliseconds