Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx522 sal_Int32 nTimeIndex = 0; in convertDateTime() local
523 aRet.Hours = (sal_uInt16)sTime.getToken( 0, ':', nTimeIndex ).toInt32(); in convertDateTime()
524 if( nTimeIndex > 0) in convertDateTime()
525 aRet.Minutes = (sal_uInt16)sTime.getToken( 0, ':', nTimeIndex ).toInt32(); in convertDateTime()
526 if( nTimeIndex > 0) in convertDateTime()
528 ::rtl::OUString sSeconds = sTime.getToken( 0, ':', nTimeIndex ); in convertDateTime()
529 nTimeIndex = 0; in convertDateTime()
530 aRet.Seconds = (sal_uInt16)sSeconds.getToken( 0, '.', nTimeIndex ).toInt32(); in convertDateTime()
531 aRet.HundredthSeconds = (sal_uInt16)sSeconds.getToken( 0, '.', nTimeIndex ).toInt32(); in convertDateTime()

Completed in 29 milliseconds