| /trunk/main/tools/source/datetime/ |
| H A D | ttime.cxx | 60 sal_Int32 nHour = rTime.GetHour(); in TimeToSec100() 176 sal_Int32 nHour = GetHour(); in SetMin() 192 sal_Int32 nHour = GetHour(); in SetSec() 208 sal_Int32 nHour = GetHour(); in Set100Sec() 224 sal_Int32 nHour = GetHour(); in GetMSFromTime() 254 double nHour = GetHour(); in GetTimeInDays()
|
| H A D | datetime.cxx | 143 long nHour = GetHour(); in GetSecFromDateTime() 185 sal_uInt16 nHours = aTime.GetHour(); in operator +=() 224 sal_uInt16 nHours = aTime.GetHour(); in operator -=() 397 60 * 60 * sal_Int64( GetHour() ) ); in GetWin32FileDateTime()
|
| /trunk/main/unotools/source/misc/ |
| H A D | datetime.cxx | 39 _rOut.Hours = _rTime.GetHour(); in typeConvert() 71 _rOut.Hours = _rDateTime.GetHour(); in typeConvert()
|
| /trunk/main/forms/source/xforms/xpathlib/ |
| H A D | xpathlib.cxx | 253 if (aDateTime.GetHour()<10) aDateTimeString.append("0"); in makeDateTimeString() 254 aDateTimeString.append((sal_Int32)aDateTime.GetHour()); in makeDateTimeString() 378 nSeconds += aDateTime.GetHour() * 60 * 60; in xforms_secondsFromDateTimeFunction()
|
| /trunk/main/vcl/source/control/ |
| H A D | field2.cxx | 2679 sal_uLong n = aTempTime.GetHour() * 3600L; in ImplTimeReformat() 2695 if ( aTempTime.GetHour() > 12 ) in ImplTimeReformat() 2698 aT.SetHour( aT.GetHour() % 12 ); in ImplTimeReformat() 2702 if ( aTempTime.GetHour() < 12 ) in ImplTimeReformat() 2973 sal_uLong n = aNewTime.GetHour() * 3600L; in ImplSetUserTime() 2991 if ( aNewTime.GetHour() > 12 ) in ImplSetUserTime() 2994 aT.SetHour( aT.GetHour() % 12 ); in ImplSetUserTime() 2998 if ( aNewTime.GetHour() < 12 ) in ImplSetUserTime()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FDateFunctions.cxx | 273 …sun::star::util::Time(aCurTime.Get100Sec(),aCurTime.GetSec(),aCurTime.GetMin(),aCurTime.GetHour()); in operate() 282 …::star::util::DateTime(aCurTime.Get100Sec(),aCurTime.GetSec(),aCurTime.GetMin(),aCurTime.GetHour(), in operate()
|
| /trunk/main/tools/source/fsys/ |
| H A D | fstat.cxx | 345 aTime.wHour = aNewTime.GetHour(); in SetDateTime() 393 aNewTime.hours = rNewDateTime.GetHour(); in SetDateTime()
|
| H A D | unx.cxx | 621 times.tm_hour = rNewDateTime.GetHour(); in SetDateTime()
|
| /trunk/main/framework/source/fwi/classes/ |
| H A D | converter.cxx | 245 sBuffer.append( (sal_Int32)aSource.GetHour() ); in convert_DateTime2String() 262 sal_Int32 nHour = aSource.GetHour(); in convert_DateTime2ISO8601()
|
| /trunk/main/sfx2/source/doc/ |
| H A D | objcont.cxx | 219 now.GetHour(), now.GetDay(), now.GetMonth(), in UpdateDocInfoForSave() 236 rDur.Hours += rTime.GetHour(); in lcl_add() 1123 now.GetHour(), now.GetDay(), now.GetMonth(), in ResetFromTemplate()
|
| /trunk/main/tools/source/inet/ |
| H A D | inetmsg.cxx | 364 (rDateTime.GetHour() > 23) ) return sal_False; in GenerateDateField() 385 nNum = rDateTime.GetHour(); in GenerateDateField() 537 (rDateTime.GetHour() > 23) )); in ParseDateField()
|
| /trunk/main/desktop/source/migration/ |
| H A D | wizard.cxx | 376 if (aDateTime.GetHour()<10) aDateTimeString.append("0"); in _makeDateTimeString() 377 aDateTimeString.append((sal_Int32)aDateTime.GetHour()); in _makeDateTimeString()
|
| /trunk/main/svtools/source/control/ |
| H A D | taskstat.cxx | 246 (aTime.GetHour() != maTime.GetHour()) ) in ImplUpdateClock()
|
| /trunk/main/framework/source/services/ |
| H A D | license.cxx | 198 if (aDateTime.GetHour()<10) aDateTimeString.append("0"); in _makeDateTimeString() 199 aDateTimeString.append((sal_Int32)aDateTime.GetHour()); in _makeDateTimeString()
|
| /trunk/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 1560 sal_uInt16 nHour = rTime.GetHour(); in getTime() 1592 if ( (rTime.GetHour() % 24) >= 12 ) in getTime() 1674 pBuf = ImplAddUNum( pBuf, rTime.GetHour(), 2 ); in getDuration() 1676 pBuf = ImplAddUNum( pBuf, rTime.GetHour() ); in getDuration()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | docglbl.cxx | 267 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc() 618 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
|
| /trunk/main/xmloff/source/forms/handler/ |
| H A D | vcl_time_handler.cxx | 66 aDateTime.Hours = aVCLTime.GetHour(); in getAttributeValue()
|
| /trunk/main/tools/inc/tools/ |
| H A D | time.hxx | 55 sal_uInt16 GetHour() const in GetHour() function in Time
|
| /trunk/main/svl/source/items/ |
| H A D | dateitem.cxx | 203 aDateTime.GetHour(), in QueryValue()
|
| /trunk/main/cui/source/options/ |
| H A D | optmemory.cxx | 193 …etGraphicManagerObjectReleaseTime( aTime.GetSec() + aTime.GetMin() * 60 + aTime.GetHour() * 3600 ); in FillItemSet()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | flddat.cxx | 258 DateTimeValue.Hours = aDateTime.GetHour(); in QueryValue()
|
| /trunk/main/basic/source/runtime/ |
| H A D | methods.cxx | 2215 long nSeconds = aTime.GetHour(); in Now_Impl() 2249 aTime.GetHour(), aTime.GetMin(), aTime.GetSec() ); in RTLFUNC() 2255 long nSeconds=aTime.GetHour(); in RTLFUNC() 2296 long nSeconds = aTime.GetHour(); in RTLFUNC() 3099 long nSeconds = aTime.GetHour(); in RTLFUNC()
|
| /trunk/main/xmlsecurity/source/helper/ |
| H A D | xmlsignaturehelper.cxx | 179 stDateTime.Hours = (::sal_uInt16)rTime.GetHour(); in SetDateTime()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | sfxpicklist.cxx | 376 now.GetHour(), now.GetDay(), now.GetMonth(), in Notify()
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | dinfdlg.cxx | 378 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in resetUserData() 883 now.Get100Sec(), now.GetSec(), now.GetMin(), now.GetHour(), in IMPL_LINK() 2291 …:DateTime aDateTime(aTmpTime.Get100Sec(), aTmpTime.GetSec(), aTmpTime.GetMin(), aTmpTime.GetHour(), in GetCustomProperties()
|