Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx133 …:sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSequence > > tLabelValuesDataPair; typedef in SchXMLExportHelper_Impl
134 typedef ::std::vector< tLabelValuesDataPair > tDataSequenceCont;
541 …rOutSequencesToExport.push_back( SchXMLExportHelper_Impl::tLabelValuesDataPair( xLabelSeq, xValueS… in lcl_getLabelAndValueRangeByRole()
788 typedef ::std::map< sal_Int32, SchXMLExportHelper_Impl::tLabelValuesDataPair >
2779 tLabelValuesDataPair aSeriesLabelValuesPair; in exportSeries()
2903 … aSeriesLabelValuesPair = tLabelValuesDataPair( xLabelSeq, xValuesSeq ); in exportSeries()
2951 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xValues )); in exportSeries()
2966 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, xYValuesForBubbleChart )); in exportSeries()
3055 … m_aDataSequencesToExport.push_back( tLabelValuesDataPair( 0, *aIt )); in exportSeries()