Searched refs:_seriesindex (Results 1 – 2 of 2) sorted by relevance
1027 ScVbaChart::isSeriesIndexValid(sal_Int32 _seriesindex) throw( script::BasicErrorException ) in isSeriesIndexValid() argument1039 if ((_seriesindex < xChartDataArray->getRowDescriptions().getLength() ) && (_seriesindex >= 0)) in isSeriesIndexValid()1044 … if ((_seriesindex < xChartDataArray->getColumnDescriptions().getLength() ) && (_seriesindex >= 0)) in isSeriesIndexValid()1061 ScVbaChart::areIndicesValid( sal_Int32 _seriesindex, sal_Int32 _valindex) throw ( css::script::Basi… in areIndicesValid() argument1063 if (isSeriesIndexValid(_seriesindex)) in areIndicesValid()1067 return (_valindex < dblValues[_seriesindex].getLength() ); in areIndicesValid()1121 ScVbaChart::getValue(sal_Int32 _seriesindex, sal_Int32 _valindex) throw ( script::BasicErrorExcepti… in getValue() argument1124 if (areIndicesValid(_seriesindex, _valindex)) in getValue()1127 result = dblValues[_seriesindex][_valindex]; in getValue()1129 result = dblValues[_valindex][_seriesindex]; in getValue()
73 bool isSeriesIndexValid(sal_Int32 _seriesindex) throw( css::script::BasicErrorException );74 …bool areIndicesValid(sal_Int32 _seriesindex, sal_Int32 _valindex) throw ( css::script::BasicErrorE…
Completed in 25 milliseconds