Lines Matching refs:CalendarImpl

38 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()
176 CalendarImpl::getValue( sal_Int16 fieldIndex ) throw(RuntimeException) in getValue()
185 CalendarImpl::addValue( sal_Int16 fieldIndex, sal_Int32 amount ) throw(RuntimeException) in addValue()
194 CalendarImpl::getFirstDayOfWeek() throw(RuntimeException) in getFirstDayOfWeek()
203 CalendarImpl::setFirstDayOfWeek( sal_Int16 day ) in setFirstDayOfWeek()
213 CalendarImpl::setMinimumNumberOfDaysForFirstWeek( sal_Int16 days ) throw(RuntimeException) in setMinimumNumberOfDaysForFirstWeek()
222 CalendarImpl::getMinimumNumberOfDaysForFirstWeek() throw(RuntimeException) in getMinimumNumberOfDaysForFirstWeek()
232 CalendarImpl::getDisplayName( sal_Int16 displayIndex, sal_Int16 idx, sal_Int16 nameType ) throw(Run… in getDisplayName()
241 CalendarImpl::getNumberOfMonthsInYear() throw(RuntimeException) in getNumberOfMonthsInYear()
251 CalendarImpl::getNumberOfDaysInWeek() throw(RuntimeException) in getNumberOfDaysInWeek()
261 CalendarImpl::getMonths() throw(RuntimeException) in getMonths()
271 CalendarImpl::getDays() throw(RuntimeException) in getDays()
281 CalendarImpl::isValid() throw(RuntimeException) in isValid()
290 CalendarImpl::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString()
300 CalendarImpl::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
308 CalendarImpl::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()
314 CalendarImpl::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()