LibreOffice Module chart2 (master) 1
Classes | Namespaces
DataBrowserModel.cxx File Reference
#include "DataBrowserModel.hxx"
#include "DialogModel.hxx"
#include <ChartModelHelper.hxx>
#include <ChartType.hxx>
#include <ChartTypeManager.hxx>
#include <DiagramHelper.hxx>
#include <Diagram.hxx>
#include <DataSeries.hxx>
#include <DataSeriesHelper.hxx>
#include <ControllerLockGuard.hxx>
#include <StatisticsHelper.hxx>
#include <ChartTypeHelper.hxx>
#include <chartview/ExplicitValueProvider.hxx>
#include <ExplicitCategoriesProvider.hxx>
#include <BaseCoordinateSystem.hxx>
#include <ChartModel.hxx>
#include <unonames.hxx>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/chart2/XInternalDataProvider.hpp>
#include <com/sun/star/chart2/data/XDataSource.hpp>
#include <com/sun/star/chart2/data/XLabeledDataSequence.hpp>
#include <com/sun/star/chart2/data/XNumericalDataSequence.hpp>
#include <com/sun/star/chart2/data/XTextualDataSequence.hpp>
#include <o3tl/safeint.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/property.hxx>
#include <algorithm>
#include <cstddef>
#include <limits>
#include <utility>
Include dependency graph for DataBrowserModel.cxx:

Go to the source code of this file.

Classes

struct  chart::DataBrowserModel::tDataColumn
 
struct  chart::DataBrowserModel::implColumnLess
 

Namespaces

namespace  chart
 

Variable Documentation

◆ m_aRole

OUString m_aRole
private

Definition at line 199 of file DataBrowserModel.cxx.

◆ m_aValuesRep

OUString m_aValuesRep
private

Definition at line 186 of file DataBrowserModel.cxx.

◆ m_xSeries

rtl::Reference< ::chart::DataSeries > m_xSeries
private

Definition at line 271 of file DataBrowserModel.cxx.