Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx132 …:sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence > > tLabelValuesDataPair; typedef in SchXMLExportHelper_Impl
133 typedef ::std::vector< tLabelValuesDataPair > tDataSequenceCont;
540 …rOutSequencesToExport.push_back( SchXMLExportHelper_Impl::tLabelValuesDataPair( xLabelSeq, xValueS… in lcl_getLabelAndValueRangeByRole()
787 typedef ::std::map< sal_Int32, SchXMLExportHelper_Impl::tLabelValuesDataPair >
2778 tLabelValuesDataPair aSeriesLabelValuesPair; in exportSeries()
2902 … aSeriesLabelValuesPair = tLabelValuesDataPair( xLabelSeq, xValuesSeq ); in exportSeries()
2950 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xValues )); in exportSeries()
2965 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xYValuesForBubbleChart )); in exportSeries()
3054 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, *aIt )); in exportSeries()

Completed in 30 milliseconds