Searched refs:_seriesIndex (Results 1 – 2 of 2) sorted by relevance
79 …double getValue(sal_Int32 _seriesIndex, sal_Int32 _valindex) throw ( css::script::BasicErrorExcept…80 sal_Int32 getValuesCount(sal_Int32 _seriesIndex) throw ( css::script::BasicErrorException );
1135 ScVbaChart::getValuesCount(sal_Int32 _seriesIndex) throw ( script::BasicErrorException ) in getValuesCount() argument1139 if (isSeriesIndexValid(_seriesIndex)) in getValuesCount()1143 nCount = dblValues[_seriesIndex].getLength(); in getValuesCount()
Completed in 22 milliseconds