Home
last modified time | relevance | path

Searched refs:nHundredthSeconds (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx135 sal_Int32 nHundredthSeconds = rVal.HundredthSeconds % 100; in toINT32() local
142 … return (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000000)); in toINT32()
150 sal_Int32 nHundredthSeconds = rVal.HundredthSeconds % 100; in toINT64() local
157 …sal_Int32 nTime = (sal_Int32)(nHundredthSeconds + (nSeconds*100) + (nMinutes*10000) + (nHours*1000… in toINT64()
371 sal_Int32 nHundredthSeconds = nMS/10; in toTime() local
372 sal_Int32 nSeconds = nHundredthSeconds / 100; in toTime()
375 xRet.HundredthSeconds = (sal_uInt16)(nHundredthSeconds % 100); in toTime()
459 nHundredthSeconds = 0; in toTime() local
475 nHundredthSeconds = static_cast<sal_uInt16>(sNano.toInt32()); in toTime()
479 return Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java369 int nHundredthSeconds = nMS/10; in toTime() local
370 int nSeconds = nHundredthSeconds / 100; in toTime()
373 xRet.HundredthSeconds = (short)(nHundredthSeconds % 100); in toTime()
395 nHundredthSeconds = 0; in toTime() local
413 nHundredthSeconds = (short)safeParseInt(nano); in toTime()
418 return new Time(nHundredthSeconds,nSecond,nMinute,nHour); in toTime()

Completed in 27 milliseconds