Home
last modified time | relevance | path

Searched refs:aChartTypeSeq (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx450 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
451 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
453 if( aChartTypeSeq[j].is()) in matchesTemplate()
458 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
460 xVolumeChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
462 xCandleStickChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
464 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DColumnLineChartTypeTemplate.cxx313 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
314 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
316 if( aChartTypeSeq[j].is()) in matchesTemplate()
321 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
324 xColumnChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
328 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DChartTypeTemplate.cxx359 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
360 for( sal_Int32 nCTIdx=0; bResult && (nCTIdx < aChartTypeSeq.getLength()); ++nCTIdx ) in matchesTemplate()
363 … bResult = bResult && aChartTypeSeq[nCTIdx]->getChartType().equals( aChartTypeToMatch ); in matchesTemplate()
369 aChartTypeSeq[nCTIdx], bFound, bAmbiguous, in matchesTemplate()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx67 Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
68 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()
70 … Reference< chart2::XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
H A DSchXMLTableContext.cxx1097 … Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()); in switchRangesFromOuterToInternalIfNecessary() local
1098 for( sal_Int32 nT=0; nT<aChartTypeSeq.getLength(); ++nT ) in switchRangesFromOuterToInternalIfNecessary()
1100 … Reference< chart2::XDataSeriesContainer > xSeriesContainer( aChartTypeSeq[nT], uno::UNO_QUERY ); in switchRangesFromOuterToInternalIfNecessary()
/aoo42x/main/chart2/source/tools/
H A DDiagramHelper.cxx718 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
719 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()
721 Reference< XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
1239 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getChartTypesFromDiagram() local
1240 …::std::copy( aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLengt… in getChartTypesFromDiagram()
/aoo42x/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx434 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local
436aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLength(), in getAllDataSeriesContainers()
/aoo42x/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx427 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local
428 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()
430 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree()
/aoo42x/main/sc/source/filter/excel/
H A Dxechart.cxx3134 Sequence< Reference< XChartType > > aChartTypeSeq = xChartTypeCont->getChartTypes(); in Convert() local
3135 const Reference< XChartType >* pBeg = aChartTypeSeq.getConstArray(); in Convert()
3136 const Reference< XChartType >* pEnd = pBeg + aChartTypeSeq.getLength(); in Convert()

Completed in 233 milliseconds