Lines Matching refs:Seconds
83 (int)rTime.Seconds); in toTimeString()
94 Time aTime(0,_rDateTime.Seconds,_rDateTime.Minutes,_rDateTime.Hours); in toDateTimeString()
116 aReturn.Seconds = (sal_uInt16)((((sal_uInt32)(_nVal >= 0 ? _nVal : _nVal*-1)) / 100) % 100); in toTime()
134 sal_Int32 nSeconds = rVal.Seconds + rVal.HundredthSeconds / 100; in toINT32()
149 sal_Int32 nSeconds = rVal.Seconds + rVal.HundredthSeconds / 100; in toINT64()
173 sal_Int32 nSec = rVal.Seconds; in getMsFromTime()
293 aTimePart.Seconds = _rVal.Seconds; in toDouble()
376 xRet.Seconds = (sal_uInt16)(nSeconds % 60); in toTime()
381 …sal_Int32 nTime = (sal_Int32)(xRet.HundredthSeconds + (xRet.Seconds*100) + (xRet.Minutes*10000) + … in toTime()
387 xRet.Seconds = 59; in toTime()
406 xRet.Seconds = aTime.Seconds; in toDateTime()
447 …return DateTime(aTime.HundredthSeconds,aTime.Seconds,aTime.Minutes,aTime.Hours,aDate.Day,aDate.Mon… in toDateTime()