Searched refs:aChartTypeSeq (Results 1 – 9 of 9) sorted by relevance
450 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local451 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()
313 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local314 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()
359 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in matchesTemplate() local360 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()
67 Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local68 for( sal_Int32 j=0; j<aChartTypeSeq.getLength(); ++j ) in getDataSeriesFromDiagram()70 … Reference< chart2::XDataSeriesContainer > xDSCnt( aChartTypeSeq[j], uno::UNO_QUERY_THROW ); in getDataSeriesFromDiagram()
1097 … Sequence< Reference< chart2::XChartType > > aChartTypeSeq( xCooSysContainer->getChartTypes()); in switchRangesFromOuterToInternalIfNecessary() local1098 for( sal_Int32 nT=0; nT<aChartTypeSeq.getLength(); ++nT ) in switchRangesFromOuterToInternalIfNecessary()1100 … Reference< chart2::XDataSeriesContainer > xSeriesContainer( aChartTypeSeq[nT], uno::UNO_QUERY ); in switchRangesFromOuterToInternalIfNecessary()
718 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getDataSeriesFromDiagram() local719 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() local1240 …::std::copy( aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLengt… in getChartTypesFromDiagram()
434 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in getAllDataSeriesContainers() local436 … aChartTypeSeq.getConstArray(), aChartTypeSeq.getConstArray() + aChartTypeSeq.getLength(), in getAllDataSeriesContainers()
427 Sequence< Reference< XChartType > > aChartTypeSeq( xCTCnt->getChartTypes()); in createDataSeriesTree() local428 for( sal_Int32 nCTIdx=0; nCTIdx<aChartTypeSeq.getLength(); ++nCTIdx ) in createDataSeriesTree()430 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()
Completed in 117 milliseconds