Home
last modified time | relevance | path

Searched refs:aInterval (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLAxisContext.cxx1008 chart::TimeInterval aInterval(1,0); in StartElement() local
1009 aIncrement.MajorTimeInterval >>= aInterval; in StartElement()
1011 aIncrement.MajorTimeInterval = uno::makeAny(aInterval); in StartElement()
1017 chart::TimeInterval aInterval(1,0); in StartElement() local
1018 aIncrement.MajorTimeInterval >>= aInterval; in StartElement()
1019 aInterval.TimeUnit = lcl_getTimeUnit(aValue); in StartElement()
1026 chart::TimeInterval aInterval(1,0); in StartElement() local
1027 aIncrement.MinorTimeInterval >>= aInterval; in StartElement()
1035 chart::TimeInterval aInterval(1,0); in StartElement() local
1036 aIncrement.MinorTimeInterval >>= aInterval; in StartElement()
[all …]
H A DSchXMLExport.cxx2326 chart::TimeInterval aInterval; in exportDateScale() local
2327 if( aIncrement.MajorTimeInterval >>= aInterval ) in exportDateScale()
2329 SvXMLUnitConverter::convertNumber( aValue, aInterval.Number ); in exportDateScale()
2331 …ribute( XML_NAMESPACE_CHART, XML_MAJOR_INTERVAL_UNIT, lcl_getTimeUnitToken( aInterval.TimeUnit ) ); in exportDateScale()
2333 if( aIncrement.MinorTimeInterval >>= aInterval ) in exportDateScale()
2335 SvXMLUnitConverter::convertNumber( aValue, aInterval.Number ); in exportDateScale()
2337 …ribute( XML_NAMESPACE_CHART, XML_MINOR_INTERVAL_UNIT, lcl_getTimeUnitToken( aInterval.TimeUnit ) ); in exportDateScale()
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx213 cssc::TimeInterval aInterval; in lclConvertTimeInterval() local
214 bool bAuto = lclIsAutoAnyOrGetValue( aInterval, rAny ); in lclConvertTimeInterval()
217 rnValue = ::limit_cast< sal_uInt16, sal_Int32 >( aInterval.Number, 1, SAL_MAX_UINT16 ); in lclConvertTimeInterval()
218 rnTimeUnit = lclGetTimeUnit( aInterval.TimeUnit ); in lclConvertTimeInterval()

Completed in 57 milliseconds