Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/trunk/main/tools/source/datetime/
H A Dttime.cxx96 Time::Time() in Time() function in Time
137 Time::Time( const Time& rTime ) in Time() function in Time
144 Time::Time( sal_uIntPtr nHour, sal_uIntPtr nMin, sal_uIntPtr nSec, sal_uIntPtr n100Sec ) in Time() function in Time
264 Time& Time::operator =( const Time& rTime ) in operator =()
272 Time& Time::operator +=( const Time& rTime ) in operator +=()
281 Time& Time::operator -=( const Time& rTime ) in operator -=()
290 Time operator +( const Time& rTime1, const Time& rTime2 ) in operator +()
298 Time operator -( const Time& rTime1, const Time& rTime2 ) in operator -()
306 sal_Bool Time::IsEqualIgnore100Sec( const Time& rTime ) const in IsEqualIgnore100Sec()
315 Time Time::GetUTCOffset() in GetUTCOffset()
[all …]
H A Ddatetime.cxx167 ((Time*)this)->operator=( Time( 0, nMin, (sal_uInt16)nSec ) ); in MakeDateTimeFromSec()
181 DateTime& DateTime::operator +=( const Time& rTime ) in operator +=()
183 Time aTime = *this; in operator +=()
203 aTime = Time( 24, 0, 0 )+aTime; in operator +=()
205 Time::operator=( aTime ); in operator +=()
220 DateTime& DateTime::operator -=( const Time& rTime ) in operator -=()
222 Time aTime = *this; in operator -=()
242 aTime = Time( 24, 0, 0 )+aTime; in operator -=()
244 Time::operator=( aTime ); in operator -=()
293 DateTime operator +( const DateTime& rDateTime, const Time& rTime ) in operator +()
[all …]
/trunk/main/tools/inc/tools/
H A Dtime.hxx35 class TOOLS_DLLPUBLIC Time class
41 Time();
43 Time( sal_Int32 _nTime ) { Time::nTime = _nTime; } in Time() function in Time
44 Time( const Time& rTime );
74 sal_Bool IsBetween( const Time& rFrom, const Time& rTo ) const in IsBetween()
99 Time& operator =( const Time& rTime );
100 Time operator -() const in operator -()
102 Time& operator +=( const Time& rTime );
103 Time& operator -=( const Time& rTime );
104 TOOLS_DLLPUBLIC friend Time operator +( const Time& rTime1, const Time& rTime2 );
[all …]
H A Ddatetime.hxx35 class TOOLS_DLLPUBLIC DateTime : public Date, public Time
38 DateTime() : Date(), Time() {} in DateTime()
40 Date( rDateTime ), Time( rDateTime ) {} in DateTime()
42 DateTime( const Time& rTime ) : Date(0), Time( rTime ) {} in DateTime()
43 DateTime( const Date& rDate, const Time& rTime ) : in DateTime()
44 Date( rDate ), Time( rTime ) {} in DateTime()
58 Time::operator==( rDateTime )); } in operator ==()
61 Time::operator!=( rDateTime )); } in operator !=()
80 DateTime& operator +=( const Time& rTime );
81 DateTime& operator -=( const Time& rTime );
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx421 Time maLastTime;
422 Time maMin;
423 Time maMax;
424 Time maCorrectedTime;
434 Time maFieldTime;
456 void SetMin( const Time& rNewMin );
472 Time GetTime() const;
473 Time GetRealTime() const;
479 static Time GetInvalidTime() { return Time( 99, 99, 99 ); } in GetInvalidTime()
679 Time maFirst;
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java29 import com.sun.star.util.Time;
252 Time aTimePart = new Time(); in toDouble()
262 public static double toDouble(Time rVal) { in toDouble()
307 Time aTime = toTime(dVal); in toDateTime()
336 Time aTime = new Time(); in toDateTime()
344 public static Time toTime(int _nVal) { in toTime()
345 Time aReturn = new Time(); in toTime()
353 public static Time toTime(double dVal) { in toTime()
366 Time xRet = new Time(); in toTime()
391 public static Time toTime(String _sSQLString) { in toTime()
[all …]
H A DORowSetValue.java41 import com.sun.star.util.Time;
112 public ORowSetValue(Time value) { in ORowSetValue()
446 } else if (object instanceof Time) { in fill()
447 setTime((Time)object); in fill()
611 Time time = (Time)value; in getDateTime()
1129 public Time getTime() throws SQLException { in getTime()
1130 Time aValue = new Time(); in getTime()
1155 Time time = (Time)value; in getTime()
1246 public void setTime(Time value) { in setTime()
1282 Time time = (Time)value; in makeAny()
[all …]
/trunk/main/x11_extensions/inc/
H A Drandrproto.h42 #define Time CARD32 macro
110 Time timestamp B32;
111 Time configTimestamp B32;
126 Time timestamp B32;
127 Time configTimestamp B32;
138 Time timestamp B32;
139 Time configTimestamp B32;
152 Time newTimestamp B32;
153 Time newConfigTimestamp B32;
181 Time timestamp B32; /* time screen was changed */
[all …]
H A DXrandr.h53 Time timestamp; /* when the screen change occurred */
54 Time config_timestamp; /* when the last configuration change */
90 Time timestamp);
99 Time timestamp);
104 Time XRRConfigTimes (XRRScreenConfiguration *config, Time *config_timestamp);
139 Time XRRTimes (Display *dpy, int screen, Time *config_timestamp);
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx292 Time aTime( 0 ); in IMPL_LINK()
335 Time* pTime = static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK()
417 Time* pTime = static_cast< Time* >( aTimeList.GetObject( n - 1 ) ); in IMPL_LINK()
459 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK()
571 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK()
704 aCurrent = Time::GetSystemTicks(); in WaitInEffect()
941 Time* pTime = new Time( 0, 0, nTime / 100, nTime % 100 ); in AddObj()
966 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj()
985 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj()
1013 Time* pTime = new Time( aTimeField.GetTime() ); in AddObj()
[all …]
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx111 Time DBTypeConversion::toTime(sal_Int32 _nVal) in toTime()
113 Time aReturn; in toTime()
131 sal_Int32 DBTypeConversion::toINT32(const Time& rVal) in toINT32()
169 sal_Int32 DBTypeConversion::getMsFromTime(const Time& rVal) in getMsFromTime()
280 double DBTypeConversion::toDouble(const Time& rVal) in toDouble()
289 Time aTimePart; in toDouble()
354 Time DBTypeConversion::toTime(double dVal) in toTime()
368 Time xRet; in toTime()
396 Time aTime = toTime(dVal); in toDateTime()
442 Time aTime; in toDateTime()
[all …]
H A DFValue.cxx322 TRACE_FREE( Time ) in free()
413 m_aValue.m_pValue = new Time(*(Time*)_rRH.m_aValue.m_pValue); in operator =()
414 TRACE_ALLOC( Time ) in operator =()
554 m_aValue.m_pValue = new Time(_rRH); in operator =()
555 TRACE_ALLOC( Time ) in operator =()
560 *(Time*)m_aValue.m_pValue = _rRH; in operator =()
771 sal_Bool operator==(const Time& _rLH,const Time& _rRH) in operator ==()
877 bRet = *(Time*)m_aValue.m_pValue == *(Time*)_rRH.m_aValue.m_pValue; in operator ==()
1664 TRACE_ALLOC( Time ) in setFromDouble()
1846 ::com::sun::star::util::Time aValue; in getTime()
[all …]
/trunk/main/vcl/source/control/
H A Dfield2.cxx2454 Time aTime( 0, 0, 0 ); in ImplTimeGetValue()
2648 Time aTime( 0, 0, 0 ); in ImplTimeReformat()
2652 Time aTempTime = aTime; in ImplTimeReformat()
2663 maCorrectedTime = Time(); in ImplTimeReformat()
2725 Time aTime( GetTime() ); in ImplTimeSpinArea()
2955 Time aNewTime = rNewTime; in ImplSetUserTime()
3018 Time TimeFormatter::GetTime() const in GetTime()
3020 Time aTime( 0, 0, 0 ); in GetTime()
3048 Time aTime( 0, 0, 0 ); in GetRealTime()
3414 Time aTime = rTime; in InsertTime()
[all …]
/trunk/main/tools/workben/
H A Dfstest.cxx56 ULONG i, nWaitFor = 2000 + Time::GetSystemTicks(); in main()
57 for (i=Time::GetSystemTicks(); in main()
59 i = Time::GetSystemTicks()) in main()
62 nWaitFor = 2000 + Time::GetSystemTicks(); in main()
63 for (i=Time::GetSystemTicks(); in main()
65 i = Time::GetSystemTicks()) in main()
80 Time aTimeCreated(aDirStat.TimeCreated()); in CheckTimes()
81 Time aTimeModified(aDirStat.TimeModified()); in CheckTimes()
/trunk/main/unotools/source/misc/
H A Ddatetime.cxx37 void typeConvert(const Time& _rTime, starutil::Time& _rOut) in typeConvert()
46 void typeConvert(const starutil::Time& _rTime, Time& _rOut) in typeConvert()
48 _rOut = Time(_rTime.Hours, _rTime.Minutes, _rTime.Seconds, _rTime.HundredthSeconds); in typeConvert()
81 Time aTime(_rDateTime.Hours, _rDateTime.Minutes, _rDateTime.Seconds, _rDateTime.HundredthSeconds); in typeConvert()
106 sal_Bool operator ==(const starutil::Time& _rLeft, const starutil::Time& _rRight) in operator ==()
/trunk/main/autodoc/source/cosv/service/
H A Ddatetime.cxx56 Time::Time() in Time() function in csv::Time
61 Time::Time( unsigned i_nHour, in Time() function in csv::Time
69 const Time &
70 Time::Null_() in Null_()
72 static const Time C_TimeNull_(0,0); in Null_()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTimeValidator.java45 com.sun.star.util.Time timeValue = (com.sun.star.util.Time)Value; in explainInvalid()
65 com.sun.star.util.Time timeValue = (com.sun.star.util.Time) in isValid()
67 com.sun.star.util.Time.class, Value); in isValid()
81 private boolean isInvalidTime( com.sun.star.util.Time timeValue ) in isInvalidTime()
86 private boolean isFullHour( com.sun.star.util.Time timeValue ) in isFullHour()
/trunk/main/forms/qa/integration/forms/
H A DTimeValidator.java46 com.sun.star.util.Time timeValue = (com.sun.star.util.Time)Value; in explainInvalid()
66 com.sun.star.util.Time timeValue = (com.sun.star.util.Time) in isValid()
68 com.sun.star.util.Time.class, Value); in isValid()
82 private boolean isInvalidTime( com.sun.star.util.Time timeValue ) in isInvalidTime()
87 private boolean isFullHour( com.sun.star.util.Time timeValue ) in isFullHour()
/trunk/main/tools/source/fsys/
H A Dfstat.cxx293 Time aNewTime = rNewDateTime; in SetDateTime()
303 Time aOldTime = aNewTime; // alte Zeit merken in SetDateTime()
309 Time aDiff( abs( nDiff / 60 /*Min -> Std*/ ), 0 ); in SetDateTime()
316 if ( aNewTime >= Time( 24, 0 ) ) in SetDateTime()
317 aNewTime -= Time( 24, 0 ); in SetDateTime()
320 if ( aOldTime == Time( 0, 0 ) || // 00:00 -> 01:00 in SetDateTime()
329 if (aNewTime < Time( 0, 0 ) ) in SetDateTime()
330 aNewTime += Time( 24, 0 ); in SetDateTime()
333 if ( aOldTime == Time( 0, 0 ) || // 00:00 -> 23:00 in SetDateTime()
/trunk/main/vos/inc/vos/
H A Dtimer.hxx84 inline void TTimeValue::addTime(const TTimeValue& Time) in addTime() argument
86 Seconds += Time.Seconds; in addTime()
87 Nanosec += Time.Nanosec; in addTime()
142 OTimer(const TTimeValue& Time);
144 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime);
156 void SAL_CALL setAbsoluteTime(const TTimeValue& Time);
162 void SAL_CALL addTime(const TTimeValue& Time);
/trunk/main/connectivity/inc/connectivity/
H A Ddbconversion.hxx64 struct Time;
116 static ::com::sun::star::util::Time toTime(double dVal);
117 static ::com::sun::star::util::Time toTime(const ::rtl::OUString& _sSQLDate);
125 static sal_Int32 getMsFromTime(const ::com::sun::star::util::Time& rVal);
130 static double toDouble(const ::com::sun::star::util::Time& rVal);
134 static sal_Int32 toINT32(const ::com::sun::star::util::Time& rVal);
137 static ::com::sun::star::util::Time toTime(sal_Int32 _nVal);
154 static ::rtl::OUString toTimeString(const ::com::sun::star::util::Time& rTime);
H A DDateConversion.hxx42 static sal_Int32 toINT32(const ::com::sun::star::util::Time&) in toINT32() argument
52 static sal_Int32 getMsFromTime(const ::com::sun::star::util::Time&) in getMsFromTime() argument
62 static double toDouble(const ::com::sun::star::util::Time&) in toDouble() argument
77 static ::com::sun::star::util::Time toTime(double) in toTime()
80 return ::com::sun::star::util::Time(); in toTime()
/trunk/main/offapi/com/sun/star/xsd/
H A DTime.idl31 #include <com/sun/star/util/Time.idl>
40 service Time
49 [property, maybevoid] com::sun::star::util::Time MaxInclusiveTime;
54 [property, maybevoid] com::sun::star::util::Time MaxExclusiveTime;
59 [property, maybevoid] com::sun::star::util::Time MinInclusiveTime;
64 [property, maybevoid] com::sun::star::util::Time MinExclusiveTime;
/trunk/main/unotools/inc/unotools/
H A Ddatetime.hxx35 class Time;
45 UNOTOOLS_DLLPUBLIC void typeConvert(const Time& _rTime, starutil::Time& _rOut);
46 UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Time& _rTime, Time& _rOut);
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java42 import com.sun.star.util.Time;
258 static private java.sql.Time getTime(final Object obj) in getTime()
260 final java.sql.Time time; in getTime()
261 if (obj instanceof Time) in getTime()
263 final Time unoTime = (Time) obj; in getTime()
264 …time = java.sql.Time.valueOf(getTimeString(unoTime.Hours, unoTime.Minutes, unoTime.Seconds).toStri… in getTime()

Completed in 173 milliseconds

12345678910>>...21