/aoo42x/main/unotools/source/i18n/ |
H A D | calendarwrapper.cxx | 217 void CalendarWrapper::setDateTime( double nTimeInDays ) in setDateTime() function in CalendarWrapper 222 xC->setDateTime( nTimeInDays ); in setDateTime() 315 xC->setDateTime( nTimeInDays ); in setLocalDateTime() 319 xC->setDateTime( nLoc ); in setLocalDateTime() 330 xC->setDateTime( nLoc ); in setLocalDateTime() 341 xC->setDateTime( nLoc ); in setLocalDateTime()
|
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCalendar.java | 102 oObj.setDateTime(aOriginalDTime); in after() 254 oObj.setDateTime(newDTime); in _setDateTime() 280 oObj.setDateTime(newDTime); in _getDateTime() 320 oObj.setDateTime(0.0); in _setValue()
|
/aoo42x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 91 virtual void SAL_CALL setDateTime(const util::DateTime & the_value) throw (RuntimeException); 152 xAnnotation->setDateTime(m_DateTime); in set() 313 void SAL_CALL Annotation::setDateTime(const util::DateTime & the_value) throw (RuntimeException) in setDateTime() function in sd::Annotation
|
/aoo42x/main/i18npool/source/calendar/ |
H A D | calendarImpl.cxx | 140 CalendarImpl::setDateTime( double timeInDays ) throw(RuntimeException) in setDateTime() function in CalendarImpl 143 xCalendar->setDateTime( timeInDays ); in setDateTime()
|
H A D | calendar_gregorian.cxx | 293 Calendar_gregorian::setDateTime( double timeInDays ) throw(RuntimeException) in setDateTime() function in Calendar_gregorian
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 69 setDateTime(value); in ORowSetValue() 269 setDateTime(getDateTime()); in setTypeKind() 449 setDateTime((DateTime)object); in fill() 1191 public void setDateTime(DateTime value) { in setDateTime() method in ORowSetValue
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 348 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, dateStr); in setDate() 376 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, timeStr); in setTime() 412 ((sql::PreparedStatement *)cppStatement)->setDateTime(parameter, timeStr); in setTimestamp()
|
/aoo42x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.CalendarImpl.csv | 6 "CalendarImpl";"com::sun::star::i18n::XCalendar";"setDateTime()"
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | calendarwrapper.hxx | 70 void setDateTime( double nTimeInDays );
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 2837 rCal.setDateTime( fOrgDateTime ); in SwitchToOtherCalendar() 2854 rCal.setDateTime( fOrgDateTime ); in SwitchToGregorianCalendar() 2878 rCal.setDateTime( fOrgDateTime ); in ImpFallBackToGregorianCalendar() 2902 rCal.setDateTime( fOrgDateTime ); in ImpSwitchToSpecifiedCalendar() 2966 rCal.setDateTime( fOrgDateTime ); in ImpGetDateOutput() 3239 rCal.setDateTime( fOrgDateTime ); in ImpGetDateTimeOutput()
|
H A D | zforfind.cxx | 1412 xCal->setDateTime( nDateTime ); in GetDateRef() 1420 xCal->setDateTime( nDateTime ); in GetDateRef()
|
/aoo42x/main/i18npool/inc/ |
H A D | calendarImpl.hxx | 64 …virtual void SAL_CALL setDateTime(double nTimeInDays) throw(com::sun::star::uno::RuntimeException);
|
H A D | calendar_gregorian.hxx | 61 …virtual void SAL_CALL setDateTime(double nTimeInDays) throw(com::sun::star::uno::RuntimeException);
|
/aoo42x/main/sd/source/ui/annotations/ |
H A D | annotationmanager.cxx | 433 xAnnotation->setDateTime( getCurrentDateTime() ); in InsertAnnotation() 510 xAnnotation->setDateTime( getCurrentDateTime() ); in ExecuteReplyToAnnotation()
|
H A D | annotationwindow.cxx | 681 xAnnotation->setDateTime( getCurrentDateTime() ); in Deactivate()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XCalendar.idl | 73 void setDateTime( [in] double nTimeInDays );
|
/aoo42x/main/xmloff/source/draw/ |
H A D | ximppage.cxx | 203 mxAnnotation->setDateTime(aDateTime); in EndElement()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2923 xAnnotation->setDateTime( aDateTime ); in ImportComment10()
|