/aoo42x/main/qadevOOo/runner/helper/ |
H A D | LoggingThread.java | 64 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " start"); in run() 67 if (debug) log.println("TimeOutLogger: "+utils.getDateTime() + count); in run() 75 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " finished"); in run() 87 if (debug) log.println("TimeOutLogger: " + utils.getDateTime() + " try to finish "); in finish()
|
H A D | ProcessHandler.java | 572 log.println(utils.getDateTime() + "execute: Starting command from array: "); in execute() 588 log.println(utils.getDateTime() + "execute: Starting command: "); in execute() 595 log.println(utils.getDateTime() + "execute: Starting command: "); in execute() 607 … log.println(utils.getDateTime() + "execute: The command array can't be started: " + e); in execute() 611 … log.println(utils.getDateTime() + "execute: The command " + cmdLine + " can't be started: " + e); in execute() 868 log.println(utils.getDateTime() + "PH." + message); in dbg()
|
H A D | OfficeProvider.java | 762 System.out.println(utils.getDateTime() + "OfficeProvider: " + message); in dbg() 781 System.out.println(utils.getDateTime() + "OfficeProvider:Owp: start "); in run() 785 System.out.println(utils.getDateTime() + "OfficeProvider:Owp: ping "); in run() 789 System.out.println(utils.getDateTime() + "OfficeProvider:Owp: sleep "); in run() 805 System.out.println(utils.getDateTime() + "OfficeProvider:Owp: stop "); in finish()
|
H A D | OfficeWatcher.java | 125 System.out.println(utils.getDateTime() + "OfficeWatcher: " + message); in dbg()
|
/aoo42x/main/qadevOOo/tests/java/complex/unoapi/ |
H A D | CheckModuleAPI.java | 114 log.println(utils.getDateTime() + ": start testing module '" + module + "'"); in checkModule() 116 log.println(utils.getDateTime() + "start new Office instance..."); in checkModule() 121 log.println(utils.getDateTime() + "Receiving the ServiceManager of the Office "); in checkModule() 148 log.println(utils.getDateTime() + " module '" + module + "': kill existing office..."); in checkModule()
|
/aoo42x/main/oox/source/helper/ |
H A D | attributelist.cxx | 233 OptValue< DateTime > AttributeList::getDateTime( sal_Int32 nAttrToken ) const in getDateTime() function in oox::AttributeList 305 DateTime AttributeList::getDateTime( sal_Int32 nAttrToken, const DateTime& rDefault ) const in getDateTime() function in oox::AttributeList 307 return getDateTime( nAttrToken ).get( rDefault ); in getDateTime()
|
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCalendar.java | 91 aOriginalDTime = oObj.getDateTime(); in before() 255 double aDTime = oObj.getDateTime(); in _setDateTime() 281 double aDTime = oObj.getDateTime(); in _getDateTime()
|
/aoo42x/main/sd/source/core/annotations/ |
H A D | Annotation.cxx | 90 virtual util::DateTime SAL_CALL getDateTime() throw (RuntimeException); 144 m_DateTime = xAnnotation->getDateTime(); in get() 307 util::DateTime SAL_CALL Annotation::getDateTime() throw (RuntimeException) in getDateTime() function in sd::Annotation
|
/aoo42x/main/unotools/source/i18n/ |
H A D | calendarwrapper.cxx | 237 double CalendarWrapper::getDateTime() const in getDateTime() function in CalendarWrapper 242 return xC->getDateTime(); in getDateTime() 365 double nTimeInDays = xC->getDateTime(); in getLocalDateTime()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | attributelist.hxx | 130 OptValue< ::com::sun::star::util::DateTime > getDateTime( sal_Int32 nAttrToken ) const; 180 …::com::sun::star::util::DateTime getDateTime( sal_Int32 nAttrToken, const ::com::sun::star::util::…
|
/aoo42x/main/i18npool/source/calendar/ |
H A D | calendarImpl.cxx | 149 CalendarImpl::getDateTime() throw(RuntimeException) in getDateTime() function in CalendarImpl 152 return xCalendar->getDateTime(); in getDateTime()
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 282 return isNull() ? ::com::sun::star::util::DateTime() : getDateTime(); in operator ::com::sun::star::util::DateTime() 334 ::com::sun::star::util::DateTime getDateTime() const;
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGGeneralInfo.java | 84 DateTime dt = JavaTools.getDateTime(System.currentTimeMillis()); in currentDate()
|
/aoo42x/main/qadevOOo/objdsc/i18n/ |
H A D | com.sun.star.i18n.CalendarImpl.csv | 7 "CalendarImpl";"com::sun::star::i18n::XCalendar";"getDateTime()"
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | calendarwrapper.hxx | 72 double getDateTime() const;
|
/aoo42x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 189 maValue <<= rAttribs.getDateTime( XML_v, DateTime() ); in readDate() 533 maFieldGroupModel.maStartDate = rAttribs.getDateTime( XML_startDate, DateTime() ); in importRangePr() 534 maFieldGroupModel.maEndDate = rAttribs.getDateTime( XML_endDate, DateTime() ); in importRangePr()
|
/aoo42x/main/i18npool/inc/ |
H A D | calendarImpl.hxx | 65 virtual double SAL_CALL getDateTime() throw(com::sun::star::uno::RuntimeException);
|
H A D | calendar_gregorian.hxx | 62 virtual double SAL_CALL getDateTime() throw(com::sun::star::uno::RuntimeException);
|
/aoo42x/main/svl/source/numbers/ |
H A D | zformat.cxx | 2834 fOrgDateTime = rCal.getDateTime(); in SwitchToOtherCalendar() 2873 fOrgDateTime = rCal.getDateTime(); in ImpFallBackToGregorianCalendar() 2899 fOrgDateTime = rCal.getDateTime(); in ImpSwitchToSpecifiedCalendar() 2963 fOrgDateTime = rCal.getDateTime(); in ImpGetDateOutput() 3236 fOrgDateTime = rCal.getDateTime(); in ImpGetDateTimeOutput()
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 269 setDateTime(getDateTime()); in setTypeKind() 588 public DateTime getDateTime() throws SQLException { in getDateTime() method in ORowSetValue
|
H A D | CustomResultSet.java | 323 return field.getDateTime(); in getTimestamp()
|
H A D | DatabaseMetaDataResultSet.java | 345 return field.getDateTime(); in getTimestamp()
|
/aoo42x/main/offapi/com/sun/star/i18n/ |
H A D | XCalendar.idl | 82 double getDateTime();
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | JavaTools.java | 467 public static DateTime getDateTime(long timeMillis) in getDateTime() method in JavaTools
|
/aoo42x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 243 (*this) = getDateTime(); in setTypeKind() 1888 ::com::sun::star::util::DateTime ORowSetValue::getDateTime() const in getDateTime() function in connectivity::ORowSetValue
|