Searched refs:fDay (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/chart2/source/view/axes/ |
H A D | DateScaling.cxx | 180 double fDay = (value-fMonthCount)*aDate.GetDaysInMonth(); in doScaling() local 181 fDay += 1.0; in doScaling() 182 aDate.SetDay( static_cast<sal_uInt16>(::rtl::math::round(fDay)) ); in doScaling()
|
/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 1636 …double fDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeekend ) throw( uno::RuntimeException, lang::… in Insert() argument 1638 if( (fDay < -2147483648.0) || (fDay > 2147483649.0) ) in Insert() 1640 Insert( static_cast< sal_Int32 >( fDay ), nNullDate, bInsertOnWeekend ); in Insert() 1672 double fDay; in InsertHolidayList() local 1673 if( rAnyConv.getDouble( fDay, rHolAny ) ) in InsertHolidayList() 1674 Insert( fDay, nNullDate, bInsertOnWeekend ); in InsertHolidayList()
|
H A D | analysishelper.hxx | 325 … void Insert( double fDay, sal_Int32 nNullDate, sal_Bool bInsertOnWeekend )
|
Completed in 25 milliseconds