Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2789 … Reference< chart2::data::XDataSequence > xTempValueSeq( aSeqCnt[nSeqIdx]->getValues() ); in exportSeries() local
2792 … Reference< beans::XPropertySet > xSeqProp( xTempValueSeq, uno::UNO_QUERY ); in exportSeries()
2798 xValuesSeq.set( xTempValueSeq ); in exportSeries()
2803 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries()