Searched refs:nTimeUnit (Results 1 – 7 of 7) 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() argument 59 , m_nTimeUnit( nTimeUnit ) in DateScaling() 131 InverseDateScaling::InverseDateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ) in APPHELPER_XSERVICEINFO_IMPL() 133 , m_nTimeUnit( nTimeUnit ) in APPHELPER_XSERVICEINFO_IMPL()
|
H A D | DateScaling.hxx | 50 DateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted ); 82 InverseDateScaling( const Date& rNullDate, sal_Int32 nTimeUnit, bool bShifted );
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | axisconverter.cxx | 68 sal_Int32 lclGetApiTimeUnit( sal_Int32 nTimeUnit ) in lclGetApiTimeUnit() argument 71 switch( nTimeUnit ) in lclGetApiTimeUnit() 81 …d lclConvertTimeInterval( Any& orInterval, const OptValue< double >& rofUnit, sal_Int32 nTimeUnit ) in lclConvertTimeInterval() argument 84 …::chart::TimeInterval( static_cast< sal_Int32 >( rofUnit.get() ), lclGetApiTimeUnit( nTimeUnit ) ); in lclConvertTimeInterval()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLAxisContext.cxx | 966 sal_Int32 nTimeUnit = ::com::sun::star::chart::TimeUnit::DAY; in lcl_getTimeUnit() local 968 nTimeUnit = ::com::sun::star::chart::TimeUnit::DAY; in lcl_getTimeUnit() 970 nTimeUnit = ::com::sun::star::chart::TimeUnit::MONTH; in lcl_getTimeUnit() 972 nTimeUnit = ::com::sun::star::chart::TimeUnit::YEAR; in lcl_getTimeUnit() 973 return nTimeUnit; in lcl_getTimeUnit()
|
H A D | SchXMLExport.cxx | 2295 XMLTokenEnum lcl_getTimeUnitToken( sal_Int32 nTimeUnit ) in lcl_getTimeUnitToken() argument 2298 switch( nTimeUnit ) in lcl_getTimeUnitToken()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xichart.cxx | 165 double lclGetSerialDay( const XclImpRoot& rRoot, sal_uInt16 nValue, sal_uInt16 nTimeUnit ) in lclGetSerialDay() argument 167 switch( nTimeUnit ) in lclGetSerialDay() 181 …imeValue( const XclImpRoot& rRoot, Any& rAny, sal_uInt16 nValue, bool bAuto, sal_uInt16 nTimeUnit ) in lclConvertTimeValue() argument 186 rAny <<= lclGetSerialDay( rRoot, nValue, nTimeUnit ); in lclConvertTimeValue() 189 sal_Int32 lclGetApiTimeUnit( sal_uInt16 nTimeUnit ) in lclGetApiTimeUnit() argument 191 switch( nTimeUnit ) in lclGetApiTimeUnit() 201 void lclConvertTimeInterval( Any& rInterval, sal_uInt16 nValue, bool bAuto, sal_uInt16 nTimeUnit ) in lclConvertTimeInterval() argument 206 rInterval <<= cssc::TimeInterval( nValue, lclGetApiTimeUnit( nTimeUnit ) ); in lclConvertTimeInterval()
|
H A D | xechart.cxx | 173 sal_uInt16 lclGetTimeValue( const XclExpRoot& rRoot, double fSerialDate, sal_uInt16 nTimeUnit ) in lclGetTimeValue() argument 176 switch( nTimeUnit ) in lclGetTimeValue() 190 …ertTimeValue( const XclExpRoot& rRoot, sal_uInt16& rnValue, const Any& rAny, sal_uInt16 nTimeUnit ) in lclConvertTimeValue() argument 195 rnValue = lclGetTimeValue( rRoot, fSerialDate, nTimeUnit ); in lclConvertTimeValue()
|
Completed in 98 milliseconds