Searched refs:nCS (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 288 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setStackMode() local 290 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in setStackMode() 356 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getStackMode() local 358 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getStackMode() 520 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setDimension() local 672 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeOfSeries() local 674 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getChartTypeOfSeries() 746 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getDataSeriesGroups() local 777 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeByIndex() local 1316 for( sal_Int32 nCS = 0; !bFound && nCS < aCooSysList.getLength(); ++nCS ) in lcl_moveSeriesOrCheckIfMoveIsAllowed() local [all …]
|
H A D | ObjectIdentifier.cxx | 147 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()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 130 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getChartTypeOfSeries() local 132 uno::Reference< chart2::XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in lcl_getChartTypeOfSeries()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 482 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in resetStyles() local 484 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in resetStyles()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 410 LotusRange::LotusRange( SCCOL nCS, SCROW nRS, SCCOL nCE, SCROW nRE ) in LotusRange() argument 412 nColStart = nCS; in LotusRange()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltglbls.hxx | 73 void SetRange( sal_uInt16 nCS, sal_uInt16 nCE, sal_uInt16 nRS, sal_uInt16 nRE );
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 686 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in initializeCooSysAndSeriesPlotter() local 688 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in initializeCooSysAndSeriesPlotter() 764 …UString aSeriesParticle( ObjectIdentifier::createParticleForSeries( nDiagramIndex, nCS, nT, nS ) ); in initializeCooSysAndSeriesPlotter()
|
Completed in 66 milliseconds