LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
sc::ExternalDataMapper Class Reference

#include <datamapper.hxx>

Public Member Functions

 ExternalDataMapper (ScDocument &rDoc)
 
 ~ExternalDataMapper ()
 
void insertDataSource (const ExternalDataSource &rSource)
 
const std::vector< ExternalDataSource > & getDataSources () const
 
std::vector< ExternalDataSource > & getDataSources ()
 

Private Attributes

std::vector< ExternalDataSourcemaDataSources
 

Detailed Description

Definition at line 97 of file datamapper.hxx.

Constructor & Destructor Documentation

◆ ExternalDataMapper()

sc::ExternalDataMapper::ExternalDataMapper ( ScDocument rDoc)

Definition at line 182 of file dataprovider.cxx.

◆ ~ExternalDataMapper()

sc::ExternalDataMapper::~ExternalDataMapper ( )

Definition at line 187 of file dataprovider.cxx.

Member Function Documentation

◆ getDataSources() [1/2]

std::vector< sc::ExternalDataSource > & sc::ExternalDataMapper::getDataSources ( )

Definition at line 201 of file dataprovider.cxx.

References maDataSources.

◆ getDataSources() [2/2]

const std::vector< sc::ExternalDataSource > & sc::ExternalDataMapper::getDataSources ( ) const

◆ insertDataSource()

void sc::ExternalDataMapper::insertDataSource ( const ExternalDataSource rSource)

Definition at line 191 of file dataprovider.cxx.

References maDataSources.

Referenced by ScDataProviderDlg::import().

Member Data Documentation

◆ maDataSources

std::vector<ExternalDataSource> sc::ExternalDataMapper::maDataSources
private

Definition at line 100 of file datamapper.hxx.

Referenced by getDataSources(), and insertDataSource().


The documentation for this class was generated from the following files: