Home
last modified time | relevance | path

Searched refs:getLoadedCalendar (Results 1 – 9 of 9) sorted by relevance

/trunk/test/testuno/source/api/i18n/
H A DXCalendarTest.java142 Assert.assertTrue(lang, oObj.getLoadedCalendar().Default); in _loadDefaultCalendar()
193 Assert.assertEquals(lang, data.calendars[i][0], oObj.getLoadedCalendar().Name); in loadCalendar()
216 Assert.assertEquals(lang, data.calendars[i][0], oObj.getLoadedCalendar().Name); in _getLoadedCalendar()
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx120 CalendarImpl::getLoadedCalendar() throw(RuntimeException) in getLoadedCalendar() function in CalendarImpl
123 return xCalendar->getLoadedCalendar(); in getLoadedCalendar()
H A Dcalendar_gregorian.cxx281 Calendar_gregorian::getLoadedCalendar() throw(RuntimeException) in getLoadedCalendar() function in Calendar_gregorian
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx154 ::com::sun::star::i18n::Calendar CalendarWrapper::getLoadedCalendar() const in getLoadedCalendar() function in CalendarWrapper
159 return xC->getLoadedCalendar(); in getLoadedCalendar()
/trunk/main/unotools/inc/unotools/
H A Dcalendarwrapper.hxx66 ::com::sun::star::i18n::Calendar getLoadedCalendar() const;
/trunk/main/i18npool/inc/
H A DcalendarImpl.hxx61 virtual Calendar SAL_CALL getLoadedCalendar() throw(com::sun::star::uno::RuntimeException);
H A Dcalendar_gregorian.hxx67 virtual Calendar SAL_CALL getLoadedCalendar() throw(com::sun::star::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl54 Calendar getLoadedCalendar();
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2867 if ( nVal == 0 && rCal.getLoadedCalendar().Eras[0].ID.equalsAsciiL( in ImpFallBackToGregorianCalendar()