Searched refs:nCooSysIdx (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 256 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 D | PieChartTypeTemplate.cxx | 252 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()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 198 … 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 D | SchXMLChartContext.cxx | 951 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 D | SchXMLExport.cxx | 566 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()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 830 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()
|
/aoo41x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 977 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in GetChartType() local 979 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in GetChartType() 981 int nDimesionCount = aCooSysSeq[nCooSysIdx]->getDimension(); in GetChartType() 1001 uno::Reference< beans::XPropertySet > xProp( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in GetChartType()
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ObjectHierarchy.cxx | 424 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()
|
/aoo41x/main/chart2/source/tools/ |
H A D | DataSeriesHelper.cxx | 129 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 114 milliseconds