Searched full:getlocaldatetime (Results 1 – 10 of 10) sorted by relevance
141 double CalendarWrapper::getLocalDateTime() const in getLocalDateTime() function in CalendarWrapper147 return xC->getLocalDateTime(); in getLocalDateTime()152 TOOLS_WARN_EXCEPTION( "unotools.i18n", "getLocalDateTime" ); in getLocalDateTime()
172 CalendarImpl::getLocalDateTime() in getLocalDateTime() function in i18npool::CalendarImpl175 throw RuntimeException(u"CalendarImpl::getLocalDateTime: no calendar"_ustr); in getLocalDateTime()176 return xCalendar->getLocalDateTime(); in getLocalDateTime()
388 Calendar_gregorian::getLocalDateTime() in getLocalDateTime() function in i18npool::Calendar_gregorian
45 double getLocalDateTime();
85 virtual double SAL_CALL getLocalDateTime() override;
94 virtual double SAL_CALL getLocalDateTime() override;
108 double getLocalDateTime() const;
1356 // #i14974# must use getLocalDateTime to get the same in lcl_PutString()1358 double fDays = pCalendar->getLocalDateTime() + fFrac; in lcl_PutString()
381 dLocalDateTime = .getLocalDateTime()
2278 fDays = ::rtl::math::approxFloor( pCal->getLocalDateTime() ); in GetDateRef()