Searched refs:lcl_fNumberOfMonths (Results 1 – 1 of 1) sorted by relevance
44 static const double lcl_fNumberOfMonths = 12.0;//todo: this needs to be offered by basic tools Date… variable89 fResult *= lcl_fNumberOfMonths;//asssuming equal count of months in each year in doScaling()99 fResult += 0.5*lcl_fNumberOfMonths; in doScaling()164 value -= 0.5*lcl_fNumberOfMonths; in doScaling()169 double fYear = ::rtl::math::approxFloor(value/lcl_fNumberOfMonths); in doScaling()170 double fMonth = ::rtl::math::approxFloor(value-(fYear*lcl_fNumberOfMonths)); in doScaling()179 double fMonthCount = (fYear*lcl_fNumberOfMonths)+fMonth; in doScaling()
Completed in 7 milliseconds