Searched refs:aLabeledDataSequences (Results 1 – 1 of 1) sorted by relevance
239 …uno::Sequence< uno::Reference< chart2::data::XLabeledDataSequence > > aLabeledDataSequences( xData… in GetChartRanges() local240 rRanges.realloc(2*aLabeledDataSequences.getLength()); in GetChartRanges()242 for( sal_Int32 nN=0;nN<aLabeledDataSequences.getLength();nN++) in GetChartRanges()244 …uno::Reference< chart2::data::XLabeledDataSequence > xLabeledSequence( aLabeledDataSequences[nN] ); in GetChartRanges()276 …uno::Sequence< uno::Reference< chart2::data::XLabeledDataSequence > > aLabeledDataSequences( xData… in SetChartRanges() local278 …for( sal_Int32 nN=0; (nN<aLabeledDataSequences.getLength()) && (nRange<rRanges.getLength()); nN++ ) in SetChartRanges()280 …uno::Reference< chart2::data::XLabeledDataSequence > xLabeledSequence( aLabeledDataSequences[nN] ); in SetChartRanges()
Completed in 8 milliseconds