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.cxx253 for( sal_Int32 nCooSysIdx = 0; nCooSysIdx < aCooSysSeq.getLength(); ++nCooSysIdx ) in changeDiagram() local
255 … Reference< XChartTypeContainer > xContainer( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in changeDiagram()
348 … for( sal_Int32 nCooSysIdx=0; bResult && (nCooSysIdx < aCooSysSeq.getLength()); ++nCooSysIdx ) in matchesTemplate() local
351 bResult = bResult && (aCooSysSeq[nCooSysIdx]->getDimension() == nDimensionToMatch); in matchesTemplate()
353 … Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in matchesTemplate()
365 aCooSysSeq[nCooSysIdx] ) in matchesTemplate()
620 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in adaptScales() local
624 Reference< XCoordinateSystem > xCooSys( aCooSysSeq[nCooSysIdx] ); in adaptScales()
702 sal_Int32 nCooSysIdx = 0; in createAxes() local
703 Reference< XCoordinateSystem > xCooSys( rCoordSys[nCooSysIdx] ); in createAxes()
[all …]
H A DPieChartTypeTemplate.cxx250 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in adaptScales() local
255 , aCooSysSeq[nCooSysIdx] ) ); in adaptScales()
267 , aCooSysSeq[nCooSysIdx] ); in adaptScales()
564 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in resetStyles() local
569 , aCooSysSeq[nCooSysIdx] ) ); in resetStyles()
577 xAxis = AxisHelper::getAxis( 1, 0, aCooSysSeq[nCooSysIdx] ); in resetStyles()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx202 … for( sal_Int32 nCooSysIdx=0; !xResult.is() && nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in getFirstCandleStickSeries() local
204 … 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.cxx567 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in lcl_hasChartType() local
569 … 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.cxx968 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in GetChartType() local
970 …uno::Reference< chart2::XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW… in GetChartType()
972 int nDimesionCount = aCooSysSeq[nCooSysIdx]->getDimension(); in GetChartType()
992 … uno::Reference< beans::XPropertySet > xProp( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY ); in GetChartType()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx425 for( sal_Int32 nCooSysIdx=0; nCooSysIdx<aCooSysSeq.getLength(); ++nCooSysIdx ) in createDataSeriesTree() local
427 Reference< XChartTypeContainer > xCTCnt( aCooSysSeq[nCooSysIdx], uno::UNO_QUERY_THROW ); in createDataSeriesTree()
441 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()