Searched refs:nIntTime (Results 1 – 1 of 1) sorted by relevance
385 if ( nIntTime == 8640000 ) in lcl_SetValue()389 nIntTime /= 100; in lcl_SetValue()390 aTime.Seconds = (sal_uInt16)( nIntTime % 60 ); in lcl_SetValue()391 nIntTime /= 60; in lcl_SetValue()393 nIntTime /= 60; in lcl_SetValue()395 aTime.Hours = (sal_uInt16) nIntTime; in lcl_SetValue()409 if ( nIntTime == 8640000 ) in lcl_SetValue()418 nIntTime /= 100; in lcl_SetValue()420 nIntTime /= 60; in lcl_SetValue()422 nIntTime /= 60; in lcl_SetValue()[all …]
Completed in 18 milliseconds