LibreOffice Module chart2 (master) 1
|
#include <tp_DataSource.hxx>
Public Attributes | |
OUString | m_sRole |
rtl::Reference< ::chart::DataSeries > | m_xDataSeries |
the corresponding data series More... | |
rtl::Reference< ::chart::ChartType > | m_xChartType |
the chart type that contains the series (via XDataSeriesContainer) More... | |
Definition at line 40 of file tp_DataSource.hxx.
OUString chart::SeriesEntry::m_sRole |
Definition at line 43 of file tp_DataSource.hxx.
Referenced by chart::DataSourceTabPage::InsertRoleLBEntry().
rtl::Reference< ::chart::ChartType > chart::SeriesEntry::m_xChartType |
the chart type that contains the series (via XDataSeriesContainer)
Definition at line 49 of file tp_DataSource.hxx.
Referenced by chart::DataSourceTabPage::fillRoleListBox(), chart::DataSourceTabPage::fillSeriesListBox(), and chart::IMPL_LINK_NOARG().
rtl::Reference< ::chart::DataSeries > chart::SeriesEntry::m_xDataSeries |
the corresponding data series
Definition at line 46 of file tp_DataSource.hxx.
Referenced by chart::DataSourceTabPage::fillRoleListBox(), chart::DataSourceTabPage::fillSeriesListBox(), chart::IMPL_LINK_NOARG(), and chart::DataSourceTabPage::updateModelFromControl().