Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx825 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
1087 f100SecsValue = 0.0; in convertDateTime()
1089 if (f100SecsValue == 1.0) in convertDateTime()
1091 f100SecsValue = 0.0; in convertDateTime()
[all …]
/trunk/main/sax/source/tools/
H A Dconverter.cxx704 double f100SecsValue; in convertDuration() local
706 f100SecsValue = ::rtl::math::round( fValue, XML_MAXDIGITSCOUNT_TIME - 5); in convertDuration()
708 f100SecsValue = 0.0; in convertDuration()
710 if (f100SecsValue == 1.0) in convertDuration()
712 f100SecsValue = 0.0; in convertDuration()
737 if (f100SecsValue > 0.0) in convertDuration()

Completed in 37 milliseconds