Lines Matching refs:aCooSysSeq
348 Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( in lcl_getCategories() local
350 for( sal_Int32 i=0; i<aCooSysSeq.getLength(); ++i ) in lcl_getCategories()
352 Reference< chart2::XCoordinateSystem > xCooSys( aCooSysSeq[i] ); in lcl_getCategories()
565 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems()); in lcl_hasChartType() local
566 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in lcl_hasChartType()
568 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in lcl_hasChartType()
1916 …Sequence< Reference< chart2::XCoordinateSystem > > aCooSysSeq( xCooSysCnt->getCoordinateSystems() … in lcl_getCooSys() local
1917 if(aCooSysSeq.getLength()>0) in lcl_getCooSys()
1918 xCooSys = aCooSysSeq[0]; in lcl_getCooSys()
2731 aCooSysSeq( xBCooSysCnt->getCoordinateSystems()); in exportSeries() local
2732 for( sal_Int32 nCSIdx=0; nCSIdx<aCooSysSeq.getLength(); ++nCSIdx ) in exportSeries()
2734 Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCSIdx], uno::UNO_QUERY ); in exportSeries()