Searched refs:xCurLabel (Results 1 – 1 of 1) sorted by relevance
1139 …const uno::Reference< chart2::data::XDataSequence > xCurLabel( xLabeledDataSequence->getLabel(), u… in detectArguments() local1146 if (xCurLabel.is()) in detectArguments()1147 nCurLabelSeqLen = xCurLabel->getData().getLength(); in detectArguments()1162 if (xCurLabel.is()) in detectArguments()1163 aLabelRange = xCurLabel->getSourceRangeRepresentation(); in detectArguments()1294 if (xCurLabel.is()) in detectArguments()1298 …DBG_ASSERT( (nStartCol == nEndCol && (nEndRow - nStartRow + 1) == xCurLabel->getData().getLength()… in detectArguments()1299 … (nStartRow == nEndRow && (nEndCol - nStartCol + 1) == xCurLabel->getData().getLength()), in detectArguments()
Completed in 50 milliseconds