LibreOffice Module sc (master) 1
|
#include <dpsdbtab.hxx>
Public Member Functions | |
ScImportSourceDesc (ScDocument *pDoc) | |
bool | operator== (const ScImportSourceDesc &rOther) const |
sal_Int32 | GetCommandType () const |
const ScDPCache * | CreateCache (const ScDPDimensionSaveData *pDimData) const |
Public Attributes | |
OUString | aDBName |
OUString | aObject |
css::sheet::DataImportMode | nType |
bool | bNative |
ScDocument * | mpDoc |
Definition at line 33 of file dpsdbtab.hxx.
|
inline |
Definition at line 41 of file dpsdbtab.hxx.
const ScDPCache * ScImportSourceDesc::CreateCache | ( | const ScDPDimensionSaveData * | pDimData | ) | const |
Definition at line 50 of file dpsdbtab.cxx.
References aDBName, aObject, ScDPCollection::DBCaches::getCache(), GetCommandType(), ScDPCollection::GetDBCaches(), ScDocument::GetDPCollection(), and mpDoc.
sal_Int32 ScImportSourceDesc::GetCommandType | ( | ) | const |
Definition at line 35 of file dpsdbtab.cxx.
References nType, QUERY, and TABLE.
Referenced by CreateCache(), ScDPCollection::GetAllTables(), ScDPCollection::GetReferenceGroups(), ScDPCollection::ReloadCache(), and ScDPCollection::ReloadGroupsInCache().
|
inline |
OUString ScImportSourceDesc::aDBName |
Definition at line 35 of file dpsdbtab.hxx.
Referenced by CreateCache(), ScXMLDataPilotTableContext::endFastElement(), ScDPCollection::GetAllTables(), ScDataPilotDescriptorBase::getPropertyValue(), ScDPCollection::GetReferenceGroups(), ScDataPilotDatabaseDlg::GetValues(), operator==(), ScDPCollection::ReloadCache(), ScDPCollection::ReloadGroupsInCache(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
OUString ScImportSourceDesc::aObject |
Definition at line 36 of file dpsdbtab.hxx.
Referenced by CreateCache(), ScXMLDataPilotTableContext::endFastElement(), ScDPCollection::GetAllTables(), ScDataPilotDescriptorBase::getPropertyValue(), ScDPCollection::GetReferenceGroups(), ScDataPilotDatabaseDlg::GetValues(), operator==(), ScDPCollection::ReloadCache(), ScDPCollection::ReloadGroupsInCache(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
bool ScImportSourceDesc::bNative |
Definition at line 38 of file dpsdbtab.hxx.
Referenced by ScXMLDataPilotTableContext::endFastElement(), ScDataPilotDescriptorBase::getPropertyValue(), ScDataPilotDatabaseDlg::GetValues(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().
ScDocument* ScImportSourceDesc::mpDoc |
Definition at line 39 of file dpsdbtab.hxx.
Referenced by CreateCache(), and operator==().
css::sheet::DataImportMode ScImportSourceDesc::nType |
Definition at line 37 of file dpsdbtab.hxx.
Referenced by ScXMLDataPilotTableContext::endFastElement(), GetCommandType(), ScDataPilotDescriptorBase::getPropertyValue(), ScDataPilotDatabaseDlg::GetValues(), operator==(), ScDataPilotDescriptorBase::setPropertyValue(), and ScXMLExportDataPilot::WriteDataPilots().