Lines Matching refs:f100SecsValue
825 double f100SecsValue; in convertTime() local
827 f100SecsValue = ::rtl::math::round( fValue, XML_MAXDIGITSCOUNT_TIME - 5); in convertTime()
829 f100SecsValue = 0.0; in convertTime()
831 if (f100SecsValue == 1.0) in convertTime()
833 f100SecsValue = 0.0; in convertTime()
858 if (f100SecsValue > 0.0) in convertTime()
1071 double f100SecsValue = 0; in convertDateTime() local
1085 f100SecsValue = ::rtl::math::round( fValue, XML_MAXDIGITSCOUNT_TIME - nCount); in convertDateTime()
1087 f100SecsValue = 0.0; in convertDateTime()
1089 if (f100SecsValue == 1.0) in convertDateTime()
1091 f100SecsValue = 0.0; in convertDateTime()
1135 if (f100SecsValue > 0.0) in convertDateTime()