Home
last modified time | relevance | path

Searched refs:xClonedXValues (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DXYDataInterpreter.cxx121 Reference< data::XLabeledDataSequence > xClonedXValues = xValuesX; in interpretDataSource() local
129 xClonedXValues.set( xCloneable->createClone(), uno::UNO_QUERY ); in interpretDataSource()
131 aNewData.push_back( xClonedXValues ); in interpretDataSource()
H A DBubbleDataInterpreter.cxx135 Reference< data::XLabeledDataSequence > xClonedXValues = xValuesX; in interpretDataSource() local
144 xClonedXValues.set( xCloneableX->createClone(), uno::UNO_QUERY ); in interpretDataSource()
145 aNewData.push_back( xClonedXValues ); in interpretDataSource()