#include <DateScaling.hxx>
Definition at line 30 of file DateScaling.hxx.
◆ DateScaling()
chart::DateScaling::DateScaling |
( |
const Date & |
rNullDate, |
|
|
sal_Int32 |
nTimeUnit, |
|
|
bool |
bShifted |
|
) |
| |
◆ ~DateScaling()
chart::DateScaling::~DateScaling |
( |
| ) |
|
|
overridevirtual |
◆ doScaling()
double SAL_CALL chart::DateScaling::doScaling |
( |
double |
value | ) |
|
|
overridevirtual |
Definition at line 56 of file DateScaling.cxx.
References Date::AddDays(), DAY, Date::GetDay(), Date::GetDaysInMonth(), Date::GetMonth(), Date::GetYear(), m_aNullDate, m_bShifted, m_nTimeUnit, MONTH, value, and YEAR.
◆ getImplementationName()
OUString SAL_CALL chart::DateScaling::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getInverseScaling()
uno::Reference< XScaling > SAL_CALL chart::DateScaling::getInverseScaling |
( |
| ) |
|
|
overridevirtual |
◆ getServiceName()
OUString SAL_CALL chart::DateScaling::getServiceName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
css::uno::Sequence< OUString > SAL_CALL chart::DateScaling::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ supportsService()
sal_Bool SAL_CALL chart::DateScaling::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ m_aNullDate
const Date chart::DateScaling::m_aNullDate |
|
private |
◆ m_bShifted
const bool chart::DateScaling::m_bShifted |
|
private |
◆ m_nTimeUnit
const sal_Int32 chart::DateScaling::m_nTimeUnit |
|
private |
The documentation for this class was generated from the following files: