Searched refs:aChartTypeSeq (Results 1 – 9 of 9) sorted by relevance
445 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local446 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()
309 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local310 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()
354 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local355 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()
71 Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local72 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()74 … Reference< chart2::XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
1096 … Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()); in switchRangesFromOuterToInternalIfNecessary() local1097 for( sal_Int32 nT=0; nT<aChartTypeSeq.getLength(); ++nT ) in switchRangesFromOuterToInternalIfNecessary()1099 … Reference< chart2::XDataSeriesContainer > xSeriesContainer( aChartTypeSeq[nT], uno::UNO_QUERY ); in switchRangesFromOuterToInternalIfNecessary()
719 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local720 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() local1241 …::std::copy( aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLengt… in getChartTypesFromDiagram()
439 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local441 … aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLength(), in getAllDataSeriesContainers()
428 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local429 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()431 Reference< XChartType > xChartType( aChartTypeSeq[nCTIdx] ); in createDataSeriesTree()
3134 Sequence< Reference< XChartType > > aChartTypeSeq = xChartTypeCont->getChartTypes(); in Convert() local3135 const Reference< XChartType >* pBeg = aChartTypeSeq.getConstArray(); in Convert()3136 const Reference< XChartType >* pEnd = pBeg + aChartTypeSeq.getLength(); in Convert()