Home
last modified time | relevance | path

Searched refs:CalendarImpl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx38 CalendarImpl::CalendarImpl(const Reference< XMultiServiceFactory > &rxMSF) : xMSF(rxMSF) in CalendarImpl() function in CalendarImpl
42 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 …]
/trunk/main/i18npool/inc/
H A DcalendarImpl.hxx40 class CalendarImpl : public cppu::WeakImplHelper2 class
49 CalendarImpl() {}; in CalendarImpl() function in com::sun::star::i18n::CalendarImpl
50CalendarImpl(const com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory >& …
55 ~CalendarImpl();
H A Dcalendar_gregorian.hxx45 class Calendar_gregorian : public CalendarImpl
/trunk/main/i18npool/source/registerservices/
H A Dregisterservices.cxx135 IMPL_CREATEINSTANCE_MSF( CalendarImpl )