Home
last modified time | relevance | path

Searched refs:GetHour (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/tools/source/datetime/
H A Dttime.cxx60 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 Ddatetime.cxx143 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 Ddatetime.cxx39 _rOut.Hours = _rTime.GetHour(); in typeConvert()
71 _rOut.Hours = _rDateTime.GetHour(); in typeConvert()
/trunk/main/forms/source/xforms/xpathlib/
H A Dxpathlib.cxx253 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 Dfield2.cxx2679 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 DFDateFunctions.cxx273 …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 Dfstat.cxx345 aTime.wHour = aNewTime.GetHour(); in SetDateTime()
393 aNewTime.hours = rNewDateTime.GetHour(); in SetDateTime()
H A Dunx.cxx621 times.tm_hour = rNewDateTime.GetHour(); in SetDateTime()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx245 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 Dobjcont.cxx219 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 Dinetmsg.cxx364 (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 Dwizard.cxx376 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 Dtaskstat.cxx246 (aTime.GetHour() != maTime.GetHour()) ) in ImplUpdateClock()
/trunk/main/framework/source/services/
H A Dlicense.cxx198 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 Dlocaledatawrapper.cxx1560 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 Ddocglbl.cxx267 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
618 aTmplDate.GetHour(), aTmplDate.GetDay(), in SplitDoc()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_time_handler.cxx66 aDateTime.Hours = aVCLTime.GetHour(); in getAttributeValue()
/trunk/main/tools/inc/tools/
H A Dtime.hxx55 sal_uInt16 GetHour() const in GetHour() function in Time
/trunk/main/svl/source/items/
H A Ddateitem.cxx203 aDateTime.GetHour(), in QueryValue()
/trunk/main/cui/source/options/
H A Doptmemory.cxx193 …etGraphicManagerObjectReleaseTime( aTime.GetSec() + aTime.GetMin() * 60 + aTime.GetHour() * 3600 ); in FillItemSet()
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx258 DateTimeValue.Hours = aDateTime.GetHour(); in QueryValue()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2215 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 Dxmlsignaturehelper.cxx179 stDateTime.Hours = (::sal_uInt16)rTime.GetHour(); in SetDateTime()
/trunk/main/sfx2/source/appl/
H A Dsfxpicklist.cxx376 now.GetHour(), now.GetDay(), now.GetMonth(), in Notify()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx378 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()

12