| /AOO41X/main/tools/inc/tools/ |
| H A D | time.hxx | 35 class TOOLS_DLLPUBLIC Time class 41 Time(); 42 Time( const ResId & rResId ); 43 Time( sal_Int32 _nTime ) { Time::nTime = _nTime; } in Time() function in Time 44 Time( const Time& rTime ); 45 Time( sal_uIntPtr nHour, sal_uIntPtr nMin, 74 sal_Bool IsBetween( const Time& rFrom, const Time& rTo ) const in IsBetween() 77 sal_Bool IsEqualIgnore100Sec( const Time& rTime ) const; 79 sal_Bool operator ==( const Time& rTime ) const in operator ==() 81 sal_Bool operator !=( const Time& rTime ) const in operator !=() [all …]
|
| H A D | datetime.hxx | 35 class TOOLS_DLLPUBLIC DateTime : public Date, public Time 38 DateTime() : Date(), Time() {} in DateTime() 40 Date( rDateTime ), Time( rDateTime ) {} in DateTime() 41 DateTime( const Date& rDate ) : Date( rDate ), Time(0) {} 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() 53 return Time::IsEqualIgnore100Sec( rDateTime ); in IsEqualIgnore100Sec() 58 Time::operator==( rDateTime )); } in operator ==() 61 Time::operator!=( rDateTime )); } in operator !=() [all …]
|
| /AOO41X/main/tools/source/datetime/ |
| H A D | ttime.cxx | 57 static sal_Int32 TimeToSec100( const Time& rTime ) in TimeToSec100() 78 static Time Sec100ToTime( sal_Int32 nSec100 ) in Sec100ToTime() 89 Time aTime( 0, 0, 0, nSec100 ); in Sec100ToTime() 96 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 160 void Time::SetHour( sal_uInt16 nNewHour ) in SetHour() 173 void Time::SetMin( sal_uInt16 nNewMin ) in SetMin() 189 void Time::SetSec( sal_uInt16 nNewSec ) in SetSec() 205 void Time::Set100Sec( sal_uInt16 nNew100Sec ) in Set100Sec() [all …]
|
| H A D | datetime.cxx | 62 (Date::operator==( rDateTime ) && Time::operator>( rDateTime )) ) in operator >() 81 (Date::operator==( rDateTime ) && Time::operator<( rDateTime )) ) in operator <() 100 (Date::operator==( rDateTime ) && Time::operator>=( rDateTime )) ) in operator >=() 119 (Date::operator==( rDateTime ) && Time::operator<=( rDateTime )) ) in operator <=() 167 ((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 -=() [all …]
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | field.hxx | 421 Time maLastTime; 422 Time maMin; 423 Time maMax; 424 Time maCorrectedTime; 434 Time maFieldTime; 440 SAL_DLLPRIVATE void ImplNewFieldValue( const Time& rTime ); 441 … SAL_DLLPRIVATE void ImplSetUserTime( const Time& rNewTime, Selection* pNewSelection = NULL ); 456 void SetMin( const Time& rNewMin ); 457 const Time& GetMin() const { return maMin; } in GetMin() 458 void SetMax( const Time& rNewMax ); [all …]
|
| /AOO41X/main/x11_extensions/inc/ |
| H A D | randrproto.h | 42 #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 D | Xrandr.h | 53 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);
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | animobjs.cxx | 249 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in ~AnimationWindow() 292 Time aTime( 0 ); in IMPL_LINK() 297 aTime += *static_cast< Time* >( aTimeList.GetObject( i ) ); 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() 510 delete static_cast< Time* >( aTimeList.GetObject( i ) ); in IMPL_LINK() 571 Time* pTime = static_cast< Time* >( aTimeList.GetObject( nPos ) ); in IMPL_LINK() 700 clock_t aEnd = Time::GetSystemTicks() + nMilliSeconds; in WaitInEffect() 701 clock_t aCurrent = Time::GetSystemTicks(); in WaitInEffect() [all …]
|
| /AOO41X/main/connectivity/source/commontools/ |
| H A D | dbconversion.cxx | 75 ::rtl::OUString DBTypeConversion::toTimeString(const Time& rTime) in toTimeString() 94 Time aTime(0,_rDateTime.Seconds,_rDateTime.Minutes,_rDateTime.Hours); in toDateTimeString() 111 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() [all …]
|
| H A D | FValue.cxx | 321 delete (::com::sun::star::util::Time*)m_aValue.m_pValue; in free() 322 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 =() 484 (*this) = *(Time*)_rRH.m_aValue.m_pValue; in operator =() 547 ORowSetValue& ORowSetValue::operator=(const Time& _rRH) 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 ==() [all …]
|
| /AOO41X/main/vcl/source/control/ |
| H A D | field2.cxx | 2445 static sal_Bool ImplTimeGetValue( const XubString& rStr, Time& rTime, in ImplTimeGetValue() 2454 Time aTime( 0, 0, 0 ); in ImplTimeGetValue() 2618 aTime = Time( (sal_uInt16)nHour, (sal_uInt16)nMinute, (sal_uInt16)nSecond, in ImplTimeGetValue() 2633 aTime = Time( (sal_uInt16)nHour, (sal_uInt16)nMinute, (sal_uInt16)nSecond, in ImplTimeGetValue() 2648 Time aTime( 0, 0, 0 ); in ImplTimeReformat() 2652 Time aTempTime = aTime; in ImplTimeReformat() 2663 maCorrectedTime = Time(); in ImplTimeReformat() 2667 maCorrectedTime = Time(); in ImplTimeReformat() 2697 Time aT( aTempTime ); in ImplTimeReformat() 2725 Time aTime( GetTime() ); in ImplTimeSpinArea() [all …]
|
| /AOO41X/main/tools/workben/ |
| H A D | fstest.cxx | 56 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()
|
| /AOO41X/main/cosv/source/service/ |
| H A D | datetime.cxx | 56 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_()
|
| /AOO41X/main/unotools/source/misc/ |
| H A D | datetime.cxx | 37 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 ==()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Forms/ |
| H A D | TimeValidator.java | 45 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()
|
| /AOO41X/main/forms/qa/integration/forms/ |
| H A D | TimeValidator.java | 46 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()
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | fstat.cxx | 293 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()
|
| /AOO41X/main/vos/inc/vos/ |
| H A D | timer.hxx | 83 inline void TTimeValue::addTime(const TTimeValue& Time) in addTime() argument 85 Seconds += Time.Seconds; in addTime() 86 Nanosec += Time.Nanosec; in addTime() 141 OTimer(const TTimeValue& Time); 143 OTimer(const TTimeValue& Time, const TTimeValue& RepeatTime); 155 void SAL_CALL setAbsoluteTime(const TTimeValue& Time); 161 void SAL_CALL addTime(const TTimeValue& Time);
|
| /AOO41X/main/connectivity/inc/connectivity/ |
| H A D | dbconversion.hxx | 64 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 D | DateConversion.hxx | 42 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()
|
| /AOO41X/main/unotools/inc/unotools/ |
| H A D | datetime.hxx | 35 class Time; 45 UNOTOOLS_DLLPUBLIC void typeConvert(const Time& _rTime, starutil::Time& _rOut); 46 UNOTOOLS_DLLPUBLIC void typeConvert(const starutil::Time& _rTime, Time& _rOut);
|
| /AOO41X/main/offapi/com/sun/star/xsd/ |
| H A D | Time.idl | 31 #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;
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/ |
| H A D | SDBCReportData.java | 42 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()
|
| /AOO41X/main/vos/source/ |
| H A D | timer.cxx | 111 OTimer::OTimer(const TTimeValue& Time) in OTimer() argument 113 m_TimeOut = Time; in OTimer() 121 OTimer::OTimer(const TTimeValue& Time, const TTimeValue& Repeat) in OTimer() argument 123 m_TimeOut = Time; in OTimer() 203 void OTimer::setAbsoluteTime(const TTimeValue& Time) in setAbsoluteTime() argument 206 m_Expired = Time; in setAbsoluteTime()
|
| /AOO41X/main/offapi/com/sun/star/i18n/ |
| H A D | NumberFormatIndex.idl | 214 /// Start of Time formats (first format) 216 /// HH:MM <br/>Time format with hour and minute 218 /// HH:MM:SS <br/>Time format with hour, minute and second 220 /// HH:MM AM/PM <br/>Time format with hour, minute and morning/afternoon notation 222 /// HH:MM:SS AM/PM <br/>Time format with hour, minute, second and morning/afternoon notation 224 /// [HH]:MM:SS <br/>Time format with amount of hours 226 /// MM:SS,00 <br/>Time format with second in fraction 228 /// [HH]:MM:SS,00 <br/>Time format with amount of hours and seconds with fraction 230 /// End of Time formats (last format)
|