Lines Matching refs:fHoursValue
817 double fHoursValue = ::rtl::math::approxFloor (fValue); in convertTime() local
818 fValue -= fHoursValue; in convertTime()
844 fHoursValue += 1.0; in convertTime()
847 if (fHoursValue < 10) in convertTime()
849 rBuffer.append( sal_Int32( fHoursValue)); in convertTime()
1068 double fHoursValue = 0; in convertDateTime() local
1076 fHoursValue = ::rtl::math::approxFloor (fValue); in convertDateTime()
1077 fValue -= fHoursValue; in convertDateTime()
1102 fHoursValue += 1.0; in convertDateTime()
1104 if (fHoursValue >= 24.0) in convertDateTime()
1106 fHoursValue -= 24.0; in convertDateTime()
1124 if (fHoursValue < 10) in convertDateTime()
1126 rBuffer.append( sal_Int32( fHoursValue)); in convertDateTime()