Lines Matching refs:aCooSysList
584 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getCoordinateSystemByIndex() local
585 if(0<=nIndex && nIndex<aCooSysList.getLength()) in getCoordinateSystemByIndex()
586 return aCooSysList[nIndex]; in getCoordinateSystemByIndex()
782 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getIndicesForAxis() local
783 for( sal_Int32 nC=0; nC<aCooSysList.getLength(); ++nC ) in getIndicesForAxis()
785 … if( AxisHelper::getIndicesForAxis( xAxis, aCooSysList[nC], rOutDimensionIndex, rOutAxisIndex ) ) in getIndicesForAxis()
851 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getAllAxesOfDiagram() local
853 for( nC=0; nC<aCooSysList.getLength(); ++nC ) in getAllAxesOfDiagram()
855 …e< XAxis > > aAxesPerCooSys( AxisHelper::getAllAxesOfCoordinateSystem( aCooSysList[nC], bOnlyVisib… in getAllAxesOfDiagram()
1041 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in getCoordinateSystemOfAxis() local
1042 for( sal_Int32 nCooSysIndex = 0; nCooSysIndex < aCooSysList.getLength(); ++nCooSysIndex ) in getCoordinateSystemOfAxis()
1044 xCooSys = aCooSysList[nCooSysIndex]; in getCoordinateSystemOfAxis()