Searched refs:nHundredthSeconds (Results 1 – 2 of 2) sorted by relevance
135 sal_Int32 nHundredthSeconds = rVal.HundredthSeconds % 100; in toINT32() local142 … return (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000000)); in toINT32()150 sal_Int32 nHundredthSeconds = rVal.HundredthSeconds % 100; in toINT64() local157 …sal_Int32 nTime = (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000… in toINT64()371 sal_Int32 nHundredthSeconds = nMS/10; in toTime() local372 sal_Int32 nSeconds = nHundredthSeconds / 100; in toTime()375 xRet.HundredthSeconds = (sal_uInt16)(nHundredthSeconds % 100); in toTime()459 nHundredthSeconds = 0; in toTime() local475 nHundredthSeconds = static_cast<sal_uInt16>(sNano.toInt32()); in toTime()479 return Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
369 int nHundredthSeconds = nMS/10; in toTime() local370 int nSeconds = nHundredthSeconds / 100; in toTime()373 xRet.HundredthSeconds = (short)(nHundredthSeconds % 100); in toTime()395 nHundredthSeconds = 0; in toTime() local413 nHundredthSeconds = (short)safeParseInt(nano); in toTime()418 return new Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
Completed in 20 milliseconds