Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2932 Reference< chart2::data::XDataSequence > xYValuesForBubbleChart; in exportSeries() local
2938 xYValuesForBubbleChart = xSequence->getValues(); in exportSeries()
2939 … if( !lcl_exportDomainForThisSequence( xYValuesForBubbleChart, aFirstYDomainRange, mrExport ) ) in exportSeries()
2940 xYValuesForBubbleChart = 0; in exportSeries()
2964 if( xYValuesForBubbleChart.is() ) in exportSeries()
2965 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xYValuesForBubbleChart )); in exportSeries()

Completed in 42 milliseconds