Home
last modified time | relevance | path

Searched refs:aCTSeq (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx842 Sequence< Reference< XChartType > > aCTSeq( xCTCnt->getChartTypes()); in createChartTypes() local
843 aCTSeq.realloc( 1 ); in createChartTypes()
844 aCTSeq[0] = xCT; in createChartTypes()
845 xCTCnt->setChartTypes( aCTSeq ); in createChartTypes()
856 Sequence< Reference< XChartType > > aCTSeq( xCTCnt->getChartTypes()); in createChartTypes() local
857 if( aCTSeq.getLength()) in createChartTypes()
859 aCTSeq[0] = xCT; in createChartTypes()
860 xCTCnt->setChartTypes( aCTSeq ); in createChartTypes()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx201 Sequence< Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in getFirstCandleStickSeries() local
202 for( sal_Int32 nCTIdx=0; !xResult.is() && nCTIdx<aCTSeq.getLength(); ++nCTIdx ) in getFirstCandleStickSeries()
204 if( aCTSeq[nCTIdx]->getChartType().equals( in getFirstCandleStickSeries()
207 … Reference< chart2::XDataSeriesContainer > xSeriesCnt( aCTSeq[nCTIdx], uno::UNO_QUERY_THROW ); in getFirstCandleStickSeries()
H A DSchXMLChartContext.cxx158 uno::Sequence< uno::Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in lcl_removeEmptyChartTypeGroups() local
159 for( sal_Int32 nJ=aCTSeq.getLength(); nJ-- && (nRemainingGroups > 1); ) in lcl_removeEmptyChartTypeGroups()
161 … uno::Reference< chart2::XDataSeriesContainer > xDSCnt( aCTSeq[nJ], uno::UNO_QUERY_THROW ); in lcl_removeEmptyChartTypeGroups()
165 xCTCnt->removeChartType( aCTSeq[nJ] ); in lcl_removeEmptyChartTypeGroups()
H A DSchXMLExport.cxx2737 Sequence< Reference< chart2::XChartType > > aCTSeq( xCTCnt->getChartTypes()); in exportSeries() local
2738 for( sal_Int32 nCTIdx=0; nCTIdx<aCTSeq.getLength(); ++nCTIdx ) in exportSeries()
2740 Reference< chart2::XDataSeriesContainer > xDSCnt( aCTSeq[nCTIdx], uno::UNO_QUERY ); in exportSeries()
2744 OUString aChartType( aCTSeq[nCTIdx]->getChartType()); in exportSeries()
2745 OUString aLabelRole = aCTSeq[nCTIdx]->getRoleOfSequenceForSeriesLabel(); in exportSeries()
2751 Reference< beans::XPropertySet > xCTProp( aCTSeq[nCTIdx], uno::UNO_QUERY ); in exportSeries()

Completed in 46 milliseconds