16#include <unordered_map> 
This class contains authoritative information on the internal reference used as the data source for d...
 
CAUTION! The following defines must be in the same namespace as the respective type.
 
ScImportSourceDesc maDesc
 
DBSource(ScDPObject *pObj, ScImportSourceDesc aDesc)
 
SelectedPages(ScDPObject *pObj, SelectedPagesType &&rSelected)
 
SelectedPagesType maSelectedPages
 
ServiceSource(ScDPObject *pObj, ScDPServiceDesc aDesc)
 
SheetSource(ScDPObject *pObj, ScSheetSourceDesc aDesc)
 
Store pivot table data that need to be post-processed at the end of the import.
 
void appendSelectedPages(ScDPObject *pObj, SelectedPagesType &&rSelected)
 
void appendSheetSource(ScDPObject *pObj, const ScSheetSourceDesc &rDesc)
 
std::vector< ServiceSource > maServiceSources
 
std::vector< SelectedPages > maSelectedPagesList
 
void appendDBSource(ScDPObject *pObj, const ScImportSourceDesc &rDesc)
 
std::vector< DBSource > maDBSources
 
std::unordered_map< OUString, OUString > SelectedPagesType
 
std::vector< SheetSource > maSheetSources
 
void appendServiceSource(ScDPObject *pObj, const ScDPServiceDesc &rDesc)