Searched refs:nFractional (Results 1 – 1 of 1) sorted by relevance
384 sal_Int32 nFractional = 0; in lcl_toUNOTime() local387 if ( StringTokenizer( sFractional, 0 ).getNextToken().toInt32( nFractional ) ) in lcl_toUNOTime()389 aTime.HundredthSeconds = (sal_uInt16)nFractional; in lcl_toUNOTime()390 if ( nFractional < 10 ) in lcl_toUNOTime()
Completed in 17 milliseconds