Searched refs:sHundredth (Results 1 – 1 of 1) sorted by relevance
166 rtl::OUString aDateStr, aTimeStr, sHundredth; in convertDateTime() local189 sHundredth = rString.copy(nPos2 + 1); in convertDateTime()190 sal_Int32 len = sHundredth.getLength(); in convertDateTime()192 sHundredth += rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0")); in convertDateTime()194 sHundredth = sHundredth.copy(0, 2); in convertDateTime()199 sHundredth = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0")); in convertDateTime()270 rDateTime.HundredthSeconds = static_cast<sal_uInt16>(sHundredth.toInt32()); in convertDateTime()
Completed in 9 milliseconds