LibreOffice Module chart2 (master) 1
|
#include <DateHelper.hxx>
Static Public Member Functions | |
static bool | IsInSameYear (const Date &rD1, const Date &rD2) |
static bool | IsInSameMonth (const Date &rD1, const Date &rD2) |
static Date | GetDateSomeMonthsAway (const Date &rD, sal_Int32 nMonthDistance) |
static Date | GetDateSomeYearsAway (const Date &rD, sal_Int32 nYearDistance) |
static bool | IsLessThanOneMonthAway (const Date &rD1, const Date &rD2) |
static bool | IsLessThanOneYearAway (const Date &rD1, const Date &rD2) |
static double | RasterizeDateValue (double fValue, const Date &rNullDate, tools::Long TimeResolution) |
Definition at line 27 of file DateHelper.hxx.
Definition at line 39 of file DateHelper.cxx.
References Date::AddMonths().
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForDateTimeAxis(), chart::DateTickFactory::getAllTicks(), chart::ChartView::getExplicitValuesForAxis(), IsLessThanOneMonthAway(), and chart::VCoordinateSystem::prepareAutomaticAxisScaling().
Definition at line 46 of file DateHelper.cxx.
References Date::AddYears().
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForDateTimeAxis(), chart::DateTickFactory::getAllTicks(), chart::ChartView::getExplicitValuesForAxis(), IsLessThanOneYearAway(), and chart::VCoordinateSystem::prepareAutomaticAxisScaling().
Definition at line 33 of file DateHelper.cxx.
References Date::GetMonth(), and Date::GetYear().
Referenced by chart::VSeriesPlotter::calculateTimeResolutionOnXAxis().
Definition at line 28 of file DateHelper.cxx.
References Date::GetYear().
Referenced by chart::VSeriesPlotter::calculateTimeResolutionOnXAxis().
Definition at line 53 of file DateHelper.cxx.
References GetDateSomeMonthsAway().
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForDateTimeAxis().
Definition at line 61 of file DateHelper.cxx.
References GetDateSomeYearsAway().
Referenced by chart::ScaleAutomatism::calculateExplicitIncrementAndScaleForDateTimeAxis().
|
static |
Definition at line 69 of file DateHelper.cxx.
References Date::AddDays(), Date::SetDay(), and Date::SetMonth().
Referenced by chart::BarPositionHelper::getScaledSlotPos().