Searched refs:xCal (Results 1 – 2 of 2) sorted by relevance
184 uno::Sequence< i18n::CalendarItem > xCal; in ScUserList() local191 xCal = xCalendars[j].Days; in ScUserList()192 if ( xCal.getLength() ) in ScUserList()196 sal_Int32 nLen = xCal.getLength(); in ScUserList()201 if (xCal[--nStart].ID == sStart) in ScUserList()207 sDayShort += String( xCal[i].AbbrevName ); in ScUserList()209 sDayLong += String( xCal[i].FullName ); in ScUserList()212 sDayShort += String( xCal[i].AbbrevName ); in ScUserList()213 sDayLong += String( xCal[i].FullName ); in ScUserList()221 xCal = xCalendars[j].Months; in ScUserList()[all …]
1391 uno::Reference< ::com::sun::star::i18n::XExtendedCalendar > xCal( in GetDateRef() local1400 xCal->loadCalendar( ::rtl::OUString::createFromAscii( p->cal ), in GetDateRef()1403 nZO = xCal->getValue( i18n::CalendarFieldIndex::ZONE_OFFSET ); in GetDateRef()1404 nZOmillis = xCal->getValue( i18n::CalendarFieldIndex::ZONE_OFFSET_SECOND_MILLIS ); in GetDateRef()1407 nDST1 = xCal->getValue( i18n::CalendarFieldIndex::DST_OFFSET ); in GetDateRef()1408 nDST1millis = xCal->getValue( i18n::CalendarFieldIndex::DST_OFFSET_SECOND_MILLIS ); in GetDateRef()1412 xCal->setDateTime( nDateTime ); in GetDateRef()1413 nDST2 = xCal->getValue( i18n::CalendarFieldIndex::DST_OFFSET ); in GetDateRef()1414 nDST2millis = xCal->getValue( i18n::CalendarFieldIndex::DST_OFFSET_SECOND_MILLIS ); in GetDateRef()1420 xCal->setDateTime( nDateTime ); in GetDateRef()[all …]