Home
last modified time | relevance | path

Searched refs:nCS (Results 1 – 7 of 7) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx289 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setStackMode() local
291 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in setStackMode()
357 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getStackMode() local
359 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getStackMode()
521 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setDimension() local
523 Reference< XCoordinateSystem > xOldCooSys( aCooSysList[nCS], uno::UNO_QUERY ); in setDimension()
673 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeOfSeries() local
675 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getChartTypeOfSeries()
747 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getDataSeriesGroups() local
750 … Reference< XChartTypeContainer > xChartTypeContainer( aCooSysList[nCS], uno::UNO_QUERY ); in getDataSeriesGroups()
[all …]
H A DObjectIdentifier.cxx147 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getFirstStockChartType() local
150 Reference< XChartTypeContainer > xChartTypeContainer( aCooSysList[nCS], uno::UNO_QUERY ); in lcl_getFirstStockChartType()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx134 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getChartTypeOfSeries() local
136 uno::Reference< chart2::XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in lcl_getChartTypeOfSeries()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx473 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in resetStyles() local
475 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in resetStyles()
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx410 LotusRange::LotusRange( SCCOL nCS, SCROW nRS, SCCOL nCE, SCROW nRE ) in LotusRange() argument
412 nColStart = nCS; in LotusRange()
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx73 void SetRange( sal_uInt16 nCS, sal_uInt16 nCE, sal_uInt16 nRS, sal_uInt16 nRE );
/trunk/main/chart2/source/view/main/
H A DChartView.cxx681 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in initializeCooSysAndSeriesPlotter() local
683 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in initializeCooSysAndSeriesPlotter()
759 …UString aSeriesParticle( ObjectIdentifier::createParticleForSeries( nDiagramIndex, nCS, nT, nS ) ); in initializeCooSysAndSeriesPlotter()