LibreOffice Module chart2 (master) 1
Classes | Namespaces
ChartDataWrapper.cxx File Reference
#include "ChartDataWrapper.hxx"
#include <DiagramHelper.hxx>
#include <DataSourceHelper.hxx>
#include <ChartModelHelper.hxx>
#include <InternalDataProvider.hxx>
#include <ControllerLockGuard.hxx>
#include "Chart2ModelContact.hxx"
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/chart/XChartDocument.hpp>
#include <float.h>
#include <cmath>
#include <limits>
#include <utility>
#include <osl/diagnose.h>
Include dependency graph for ChartDataWrapper.cxx:

Go to the source code of this file.

Classes

struct  chart::wrapper::lcl_Operator
 

Namespaces

namespace  chart
 
namespace  chart::wrapper
 

Variable Documentation

◆ m_bDataInColumns

bool m_bDataInColumns

Definition at line 205 of file ChartDataWrapper.cxx.

◆ m_rAnyColumnDescriptions

const Sequence< Sequence< uno::Any > >& m_rAnyColumnDescriptions

Definition at line 340 of file ChartDataWrapper.cxx.

◆ m_rAnyRowDescriptions

const Sequence< Sequence< uno::Any > >& m_rAnyRowDescriptions

Definition at line 257 of file ChartDataWrapper.cxx.

◆ m_rColumnDescriptions

const Sequence< OUString >& m_rColumnDescriptions

Definition at line 286 of file ChartDataWrapper.cxx.

◆ m_rComplexColumnDescriptions

const Sequence< Sequence< OUString > >& m_rComplexColumnDescriptions

Definition at line 317 of file ChartDataWrapper.cxx.

◆ m_rComplexRowDescriptions

const Sequence< Sequence< OUString > >& m_rComplexRowDescriptions

Definition at line 234 of file ChartDataWrapper.cxx.

◆ m_rData

const Sequence< Sequence< double > >& m_rData

Definition at line 174 of file ChartDataWrapper.cxx.

◆ m_rDates

const Sequence< double >& m_rDates

Definition at line 362 of file ChartDataWrapper.cxx.

◆ m_rRowDescriptions

const Sequence< OUString >& m_rRowDescriptions

Definition at line 203 of file ChartDataWrapper.cxx.

◆ m_xChartDoc

rtl::Reference<::chart::ChartModel> m_xChartDoc

Definition at line 204 of file ChartDataWrapper.cxx.

◆ m_xDataToApply

Reference< XChartData > m_xDataToApply

Definition at line 158 of file ChartDataWrapper.cxx.