Searched refs:DateScaling (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/chart2/source/view/axes/ |
H A D | DateScaling.cxx | 57 DateScaling::DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ) in DateScaling() function in chart::DateScaling 64 DateScaling::~DateScaling() in ~DateScaling() 68 double SAL_CALL DateScaling::doScaling( double value ) in doScaling() 109 uno::Reference< XScaling > SAL_CALL DateScaling::getInverseScaling() in getInverseScaling() 115 ::rtl::OUString SAL_CALL DateScaling::getServiceName() in getServiceName() 121 uno::Sequence< ::rtl::OUString > DateScaling::getSupportedServiceNames_Static() in getSupportedServiceNames_Static() 127 APPHELPER_XSERVICEINFO_IMPL( DateScaling, lcl_aServiceName_DateScaling ) in APPHELPER_XSERVICEINFO_IMPL() argument 193 return new DateScaling( m_aNullDate, m_nTimeUnit, m_bShifted ); in getInverseScaling()
|
H A D | DateScaling.hxx | 42 class DateScaling : class 50 DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ); 51 virtual ~DateScaling();
|
H A D | makefile.mk | 47 $(SLO)$/DateScaling.obj \
|
H A D | Tickmarks_Dates.cxx | 88 xScaling = new DateScaling(aNull,m_aScale.TimeResolution,true/*bShifted*/); in getAllTicks()
|
H A D | ScaleAutomatism.cxx | 599 rExplicitScale.Scaling = new DateScaling(m_aNullDate,rExplicitScale.TimeResolution,false); in calculateExplicitIncrementAndScaleForDateTimeAxis()
|
Completed in 29 milliseconds