Home
last modified time | relevance | path

Searched full:getlocaldatetime (Results 1 – 10 of 10) sorted by relevance

/core/unotools/source/i18n/
H A Dcalendarwrapper.cxx141 double CalendarWrapper::getLocalDateTime() const in getLocalDateTime() function in CalendarWrapper
147 return xC->getLocalDateTime(); in getLocalDateTime()
152 TOOLS_WARN_EXCEPTION( "unotools.i18n", "getLocalDateTime" ); in getLocalDateTime()
/core/i18npool/source/calendar/
H A DcalendarImpl.cxx172 CalendarImpl::getLocalDateTime() in getLocalDateTime() function in i18npool::CalendarImpl
175 throw RuntimeException(u"CalendarImpl::getLocalDateTime: no calendar"_ustr); in getLocalDateTime()
176 return xCalendar->getLocalDateTime(); in getLocalDateTime()
H A Dcalendar_gregorian.cxx388 Calendar_gregorian::getLocalDateTime() in getLocalDateTime() function in i18npool::Calendar_gregorian
/core/offapi/com/sun/star/i18n/
H A DXCalendar4.idl45 double getLocalDateTime();
/core/i18npool/inc/
H A DcalendarImpl.hxx85 virtual double SAL_CALL getLocalDateTime() override;
H A Dcalendar_gregorian.hxx94 virtual double SAL_CALL getLocalDateTime() override;
/core/include/unotools/
H A Dcalendarwrapper.hxx108 double getLocalDateTime() const;
/core/sc/source/ui/docshell/
H A Dimpex.cxx1356 // #i14974# must use getLocalDateTime to get the same in lcl_PutString()
1358 double fDays = pCalendar->getLocalDateTime() + fFrac; in lcl_PutString()
/core/wizards/source/scriptforge/
H A DSF_Region.xba381 dLocalDateTime = .getLocalDateTime()
/core/svl/source/numbers/
H A Dzforfind.cxx2278 fDays = ::rtl::math::approxFloor( pCal->getLocalDateTime() ); in GetDateRef()