Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1034 bool lcl_exportDomainForThisSequence( const Reference< chart2::data::XDataSequence > xValues, rtl::… in lcl_exportDomainForThisSequence() function
2940 … if( !lcl_exportDomainForThisSequence( xYValuesForBubbleChart, aFirstYDomainRange, mrExport ) ) in exportSeries()
2950 … if( lcl_exportDomainForThisSequence( xValues, aFirstXDomainRange, mrExport ) ) in exportSeries()
2961lcl_exportDomainForThisSequence( xValues, aFirstXDomainRange, mrExport ); in exportSeries()