Home
last modified time | relevance | path

Searched refs:nTimeInDays (Results 1 – 5 of 5) sorted by relevance

/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx217 void CalendarWrapper::setDateTime( double nTimeInDays ) in setDateTime() argument
222 xC->setDateTime( nTimeInDays ); in setDateTime()
302 void CalendarWrapper::setLocalDateTime( double nTimeInDays ) in setLocalDateTime() argument
315 xC->setDateTime( nTimeInDays ); in setLocalDateTime()
318 double nLoc = nTimeInDays - (double)(nZone1 + nDST1) / MILLISECONDS_PER_DAY; in setLocalDateTime()
329 nLoc = nTimeInDays - (double)(nZone2 + nDST2) / MILLISECONDS_PER_DAY; in setLocalDateTime()
340 nLoc = nTimeInDays - (double)(nZone2 + nDST3) / MILLISECONDS_PER_DAY; in setLocalDateTime()
365 double nTimeInDays = xC->getDateTime(); in getLocalDateTime() local
368 nTimeInDays += (double)(nZone + nDST) / MILLISECONDS_PER_DAY; in getLocalDateTime()
369 return nTimeInDays; in getLocalDateTime()
/trunk/main/unotools/inc/unotools/
H A Dcalendarwrapper.hxx70 void setDateTime( double nTimeInDays );
74 void setLocalDateTime( double nTimeInDays );
/trunk/main/i18npool/inc/
H A DcalendarImpl.hxx64 …virtual void SAL_CALL setDateTime(double nTimeInDays) throw(com::sun::star::uno::RuntimeException);
H A Dcalendar_gregorian.hxx61 …virtual void SAL_CALL setDateTime(double nTimeInDays) throw(com::sun::star::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl73 void setDateTime( [in] double nTimeInDays );

Completed in 26 milliseconds