LibreOffice Module sc (master) 1
|
#include <pivotcachebuffer.hxx>
Public Member Functions | |
PCWorksheetSourceModel () | |
Source cell range of the data. More... | |
Public Attributes | |
OUString | maRelId |
OUString | maSheet |
Relation identifier for an external document URL. More... | |
OUString | maDefName |
Sheet name for cell range or sheet-local defined names. More... | |
ScRange | maRange |
Defined name containing a cell range if present. More... | |
Definition at line 341 of file pivotcachebuffer.hxx.
|
explicit |
Source cell range of the data.
Definition at line 878 of file pivotcachebuffer.cxx.
References maRange, and ScRange::SetInvalid().
OUString oox::xls::PCWorksheetSourceModel::maDefName |
Sheet name for cell range or sheet-local defined names.
Definition at line 345 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCache::finalizeExternalSheetSource(), oox::xls::PivotCache::finalizeInternalSheetSource(), oox::xls::PivotCache::importPCDSheetSource(), and oox::xls::PivotCache::importWorksheetSource().
ScRange oox::xls::PCWorksheetSourceModel::maRange |
Defined name containing a cell range if present.
Definition at line 346 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCache::finalizeInternalSheetSource(), oox::xls::PivotCache::getSourceRange(), oox::xls::PivotCache::importPCDSheetSource(), oox::xls::PivotCache::importPCRecord(), oox::xls::PivotCache::importWorksheetSource(), PCWorksheetSourceModel(), oox::xls::PivotCache::prepareSourceDataSheet(), oox::xls::PivotCache::writeSourceDataCell(), and oox::xls::PivotCache::writeSourceHeaderCells().
OUString oox::xls::PCWorksheetSourceModel::maRelId |
Definition at line 343 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCache::finalizeImport(), oox::xls::PivotCache::importPCDSheetSource(), and oox::xls::PivotCache::importWorksheetSource().
OUString oox::xls::PCWorksheetSourceModel::maSheet |
Relation identifier for an external document URL.
Definition at line 344 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCache::finalizeExternalSheetSource(), oox::xls::PivotCache::finalizeInternalSheetSource(), oox::xls::PivotCache::importPCDSheetSource(), oox::xls::PivotCache::importWorksheetSource(), and oox::xls::PivotCache::prepareSourceDataSheet().