LibreOffice Module chart2 (master) 1
Namespaces | Functions
InternalDataProvider.cxx File Reference
#include <cstddef>
#include <iterator>
#include <InternalDataProvider.hxx>
#include <LabeledDataSequence.hxx>
#include <DataSource.hxx>
#include <XMLRangeHelper.hxx>
#include <CommonFunctors.hxx>
#include <UncachedDataSequence.hxx>
#include <DataSourceHelper.hxx>
#include <ChartModel.hxx>
#include <ChartModelHelper.hxx>
#include <DiagramHelper.hxx>
#include <Diagram.hxx>
#include <ExplicitCategoriesProvider.hxx>
#include <BaseCoordinateSystem.hxx>
#include <DataSeries.hxx>
#include <com/sun/star/chart2/data/XDataSequence.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <comphelper/property.hxx>
#include <o3tl/string_view.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <limits>
#include <vector>
#include <algorithm>
Include dependency graph for InternalDataProvider.cxx:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::chart2
 
namespace  chart
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_chart_InternalDataProvider_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ com_sun_star_comp_chart_InternalDataProvider_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_chart_InternalDataProvider_get_implementation ( css::uno::XComponentContext *  ,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 1546 of file InternalDataProvider.cxx.

Variable Documentation

◆ m_bConnectToModel

bool m_bConnectToModel
private

Definition at line 176 of file InternalDataProvider.cxx.

◆ m_bDataInColumns

bool m_bDataInColumns
private

Definition at line 177 of file InternalDataProvider.cxx.

◆ m_nLevel

sal_Int32 m_nLevel
private

Definition at line 196 of file InternalDataProvider.cxx.

◆ m_rComplexDescriptions

const std::vector< std::vector< uno::Any > >& m_rComplexDescriptions
private

Definition at line 1357 of file InternalDataProvider.cxx.

◆ m_rInternalData

InternalData& m_rInternalData
private

Definition at line 174 of file InternalDataProvider.cxx.

◆ m_rProvider

InternalDataProvider& m_rProvider
private

Definition at line 175 of file InternalDataProvider.cxx.