Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx256 for( sal_Int32 nCooSysIdx = 0; nCooSysIdx < aCooSysSeq.getLength(); ++nCooSysIdx ) in changeDiagram() local
353 … for( sal_Int32 nCooSysIdx=0; bResult && (nCooSysIdx < aCooSysSeq.getLength()); ++nCooSysIdx ) in matchesTemplate() local
370 aCooSysSeq[nCooSysIdx] ) in matchesTemplate()
630 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in adaptScales() local
712 sal_Int32 nCooSysIdx = 0; in createAxes() local
713 Reference< XCoordinateSystem > xCooSys( rCoordSys[nCooSysIdx] ); in createAxes()
747 for( sal_Int32 nCooSysIdx=0; nCooSysIdx < rCoordSys.getLength(); ++nCooSysIdx ) in adaptAxes() local
835 sal_Int32 nCooSysIdx=0; in createChartTypes() local
851 if( nSeriesIdx == nCooSysIdx ) in createChartTypes()
883 if( rCoordSys.getLength() > (nCooSysIdx + 1) ) in createChartTypes()
[all …]
H A DPieChartTypeTemplate.cxx252 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in adaptScales() local
257 , aCooSysSeq[nCooSysIdx] ) ); in adaptScales()
269 , aCooSysSeq[nCooSysIdx] ); in adaptScales()
570 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in resetStyles() local
575 , aCooSysSeq[nCooSysIdx] ) ); in resetStyles()
583 xAxis = AxisHelper::getAxis( 1, 0, aCooSysSeq[nCooSysIdx] ); in resetStyles()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx198 … for( sal_Int32 nCooSysIdx=0; !xResult.is() && nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in getFirstCandleStickSeries() local
200 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in getFirstCandleStickSeries()
H A DSchXMLChartContext.cxx951 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in MergeSeriesForStockChart() local
953 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in MergeSeriesForStockChart()
H A DSchXMLExport.cxx566 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in lcl_hasChartType() local
568 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in lcl_hasChartType()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx830 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in updateFromModel() local
832 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in updateFromModel()
834 …AxisNumberFormat = DataSeriesHelper::getNumberFormatKeyFromAxis( 0, aCooSysSeq[nCooSysIdx], 0, 0 ); in updateFromModel()
874 aSeries[nSeriesIdx], aCooSysSeq[nCooSysIdx], 1 ); in updateFromModel()
909 … Reference< beans::XPropertySet > xProp( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in updateFromModel()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx976 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in GetChartType() local
978 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in GetChartType()
980 int nDimesionCount = aCooSysSeq[nCooSysIdx]->getDimension(); in GetChartType()
1000 uno::Reference< beans::XPropertySet > xProp( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in GetChartType()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx424 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in createDataSeriesTree() local
426 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in createDataSeriesTree()
440 nDiagramIndex, nCooSysIdx, nCTIdx, nSeriesIdx )); in createDataSeriesTree()
/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx129 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in lcl_getCooSysAndChartTypeOfSeries() local
131 … Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in lcl_getCooSysAndChartTypeOfSeries()
143 xOutCooSys.set( aCooSysSeq[nCooSysIdx] ); in lcl_getCooSysAndChartTypeOfSeries()

Completed in 98 milliseconds