Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DStockChartTypeTemplate.cxx445 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
446 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
448 if( aChartTypeSeq[j].is()) in matchesTemplate()
453 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
455 xVolumeChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
457 xCandleStickChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
459 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DColumnLineChartTypeTemplate.cxx309 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
310 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in matchesTemplate()
312 if( aChartTypeSeq[j].is()) in matchesTemplate()
317 OUString aCTService = aChartTypeSeq[j]->getChartType(); in matchesTemplate()
320 xColumnChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
324 xLineChartType.set( aChartTypeSeq[j] ); in matchesTemplate()
H A DChartTypeTemplate.cxx354 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local
355 for( sal_Int32 nCTIdx=0; bResult && (nCTIdx < aChartTypeSeq.getLength()); ++nCTIdx ) in matchesTemplate()
358 … bResult = bResult && aChartTypeSeq[nCTIdx]->getChartType().equals( aChartTypeToMatch ); in matchesTemplate()
364 aChartTypeSeq[nCTIdx], bFound, bAmbiguous, in matchesTemplate()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx71 Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
72 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()
74 … Reference< chart2::XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
H A DSchXMLTableContext.cxx1096 … Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()); in switchRangesFromOuterToInternalIfNecessary() local
1097 for( sal_Int32 nT=0; nT<aChartTypeSeq.getLength(); ++nT ) in switchRangesFromOuterToInternalIfNecessary()
1099 … Reference< chart2::XDataSeriesContainer > xSeriesContainer( aChartTypeSeq[nT], uno::UNO_QUERY ); in switchRangesFromOuterToInternalIfNecessary()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx719 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local
720 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()
722 Reference< XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
1240 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getChartTypesFromDiagram() local
1241 …::std::copy( aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLengt… in getChartTypesFromDiagram()
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx439 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local
441aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLength(), in getAllDataSeriesContainers()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx428 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local
429 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()
431 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree()
/trunk/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()