Searched refs:CalendarImpl (Results 1 – 4 of 4) sorted by relevance
38 CalendarImpl::CalendarImpl(const Reference< XMultiServiceFactory > &rxMSF) : xMSF(rxMSF) in CalendarImpl() function in CalendarImpl42 CalendarImpl::~CalendarImpl() in ~CalendarImpl()52 CalendarImpl::loadDefaultCalendar( const Locale& rLocale ) throw(RuntimeException) in loadDefaultCalendar()65 CalendarImpl::loadCalendar(const OUString& uniqueID, const Locale& rLocale ) throw (RuntimeExceptio… in loadCalendar()120 CalendarImpl::getLoadedCalendar() throw(RuntimeException) in getLoadedCalendar()129 CalendarImpl::getAllCalendars( const Locale& rLocale ) throw(RuntimeException) in getAllCalendars()140 CalendarImpl::setDateTime( double timeInDays ) throw(RuntimeException) in setDateTime()149 CalendarImpl::getDateTime() throw(RuntimeException) in getDateTime()158 CalendarImpl::getUniqueID() throw(RuntimeException) in getUniqueID()167 CalendarImpl::setValue( sal_Int16 fieldIndex, sal_Int16 value ) throw(RuntimeException) in setValue()[all …]
40 class CalendarImpl : public cppu::WeakImplHelper2 class49 CalendarImpl() {}; in CalendarImpl() function in com::sun::star::i18n::CalendarImpl50 …CalendarImpl(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& …55 ~CalendarImpl();
45 class Calendar_gregorian : public CalendarImpl
135 IMPL_CREATEINSTANCE_MSF( CalendarImpl )