Home
last modified time | relevance | path

Searched refs:n100Sec (Results 1 – 5 of 5) sorted by relevance

/trunk/main/tools/source/datetime/
H A Dttime.cxx63 sal_Int32 n100Sec = rTime.Get100Sec(); in TimeToSec100() local
68 sal_Int32 nRet = n100Sec; in TimeToSec100()
147 nSec += n100Sec / 100; in Time()
148 n100Sec = n100Sec % 100; in Time()
165 sal_Int32 n100Sec = Get100Sec(); in SetHour() local
167 nTime = (n100Sec + (nSec*100) + (nMin*10000) + in SetHour()
178 sal_Int32 n100Sec = Get100Sec(); in SetMin() local
183 nTime = (n100Sec + (nSec*100) + (((sal_Int32)nNewMin)*10000) + in SetMin()
194 sal_Int32 n100Sec = Get100Sec(); in SetSec() local
227 sal_Int32 n100Sec = Get100Sec(); in GetMSFromTime() local
[all …]
/trunk/main/vcl/source/control/
H A Dfield2.cxx2453 short n100Sec = 0; in ImplTimeGetValue() local
2560 n100Sec = (short)aStr.ToInt32(); in ImplTimeGetValue()
2562 if ( n100Sec ) in ImplTimeGetValue()
2573 n100Sec = n100Sec / 10; in ImplTimeGetValue()
2577 n100Sec = (n100Sec + 5) / 10; in ImplTimeGetValue()
2583 n100Sec = n100Sec * 10; in ImplTimeGetValue()
2594 nSecond = n100Sec = 0; in ImplTimeGetValue()
2596 n100Sec = 0; in ImplTimeGetValue()
2619 (sal_uInt16)n100Sec ); in ImplTimeGetValue()
2630 n100Sec = n100Sec < 0 ? -n100Sec : n100Sec; in ImplTimeGetValue()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java145 int n100Sec = rVal.HundredthSeconds; in getMsFromTime() local
147 return ((nHour*3600000)+(nMin*60000)+(nSec*1000)+(n100Sec*10)); in getMsFromTime()
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx174 sal_Int32 n100Sec = rVal.HundredthSeconds; in getMsFromTime() local
176 return ((nHour*3600000)+(nMin*60000)+(nSec*1000)+(n100Sec*10)); in getMsFromTime()
/trunk/main/tools/inc/tools/
H A Dtime.hxx46 sal_uIntPtr nSec = 0, sal_uIntPtr n100Sec = 0 );

Completed in 38 milliseconds