LibreOffice Module sc (master) 1
|
#include <pivotcachebuffer.hxx>
Public Member Functions | |
PivotCache (const WorkbookHelper &rHelper) | |
void | importPivotCacheDefinition (const AttributeList &rAttribs) |
Reads pivot cache global settings from the pivotCacheDefinition element. More... | |
void | importCacheSource (const AttributeList &rAttribs) |
Reads cache source settings from the cacheSource element. More... | |
void | importWorksheetSource (const AttributeList &rAttribs, const ::oox::core::Relations &rRelations) |
Reads sheet source settings from the worksheetSource element. More... | |
void | importPCDefinition (SequenceInputStream &rStrm) |
Reads pivot cache global settings from the PCDEFINITION record. More... | |
void | importPCDSource (SequenceInputStream &rStrm) |
Reads cache source settings from the PCDSOURCE record. More... | |
void | importPCDSheetSource (SequenceInputStream &rStrm, const ::oox::core::Relations &rRelations) |
Reads sheet source settings from the PCDSHEETSOURCE record. More... | |
PivotCacheField & | createCacheField () |
Creates and returns a new pivot cache field. More... | |
void | finalizeImport () |
Checks validity of source data and creates a dummy data sheet for external sheet sources. More... | |
bool | isValidDataSource () const |
Returns true, if the pivot cache is based on a valid data source, so that pivot tables can be created based on this pivot cache. More... | |
bool | isBasedOnDummySheet () const |
Returns true, if the pivot cache is based on a dummy sheet created in finalizeImport. More... | |
const ScRange & | getSourceRange () const |
Returns the internal cell range the cache is based on. More... | |
const OUString & | getRecordsRelId () const |
Returns the relation identifier of the pivot cache records fragment. More... | |
PivotCacheField * | getCacheField (sal_Int32 nFieldIdx) |
Returns the cache field with the specified index. More... | |
const PivotCacheField * | getCacheField (sal_Int32 nFieldIdx) const |
sal_Int32 | getCacheDatabaseIndex (sal_Int32 nFieldIdx) const |
Returns the source column index of the field with the passed index. More... | |
void | writeSourceHeaderCells (const WorksheetHelper &rSheetHelper) const |
Writes the titles of all source fields into the passed sheet. More... | |
void | writeSourceDataCell (const WorksheetHelper &rSheetHelper, sal_Int32 nColIdx, sal_Int32 nRowIdx, const PivotCacheItem &rItem) const |
Writes a source field item value into the passed sheet. More... | |
void | importPCRecord (SequenceInputStream &rStrm, const WorksheetHelper &rSheetHelper, sal_Int32 nRowIdx) const |
Reads a PCRECORD record and writes all item values to the passed sheet. More... | |
Public Member Functions inherited from oox::xls::WorkbookHelper | |
WorkbookHelper (WorkbookGlobals &rBookGlob) | |
virtual | ~WorkbookHelper () |
WorkbookHelper (WorkbookHelper const &)=default | |
WorkbookHelper (WorkbookHelper &&)=default | |
WorkbookHelper & | operator= (WorkbookHelper const &)=delete |
WorkbookHelper & | operator= (WorkbookHelper &&)=delete |
::oox::core::FilterBase & | getBaseFilter () const |
Returns the base filter object (base class of all filters). More... | |
SegmentProgressBar & | getProgressBar () const |
Returns the filter progress bar. More... | |
sal_Int16 | getCurrentSheetIndex () const |
Returns the index of the current Calc sheet, if filter currently processes a sheet. More... | |
bool | isGeneratorKnownGood () const |
Returns true when reading a file generated by a known good generator. More... | |
bool | hasCalculatedFormulaCells () const |
Returns true if any formula cell is calculated. More... | |
void | setCalculatedFormulaCells () |
Set if any formula cell is calculated. More... | |
void | setVbaProjectStorage (const StorageRef &rxVbaPrjStrg) |
Sets the VBA project storage used to import VBA source code and forms. More... | |
void | setCurrentSheetIndex (SCTAB nSheet) |
Sets the index of the current Calc sheet, if filter currently processes a sheet. More... | |
void | finalizeWorkbookImport () |
Final conversion after importing the workbook. More... | |
void | useInternalChartDataTable (bool bInternal) |
ScDocument & | getScDocument () |
const ScDocument & | getScDocument () const |
ScDocumentImport & | getDocImport () |
const ScDocumentImport & | getDocImport () const |
ScEditEngineDefaulter & | getEditEngine () const |
const css::uno::Reference< css::sheet::XSpreadsheetDocument > & | getDocument () const |
Returns a reference to the source/target spreadsheet document model. More... | |
css::uno::Reference< css::sheet::XSpreadsheet > | getSheetFromDoc (sal_Int32 nSheet) const |
Returns a reference to the specified spreadsheet in the document model. More... | |
css::uno::Reference< css::sheet::XSpreadsheet > | getSheetFromDoc (const OUString &rSheet) const |
Returns a reference to the specified spreadsheet in the document model. More... | |
css::uno::Reference< css::table::XCellRange > | getCellRangeFromDoc (const ScRange &rRange) const |
Returns the XCellRange interface for the passed cell range address. More... | |
css::uno::Reference< css::container::XNameContainer > | getCellStyleFamily () const |
Returns the cell styles container from the Calc document. More... | |
css::uno::Reference< css::style::XStyle > | getStyleObject (const OUString &rStyleName, bool bPageStyle) const |
Returns the specified cell or page style from the Calc document. More... | |
RangeDataRet | createNamedRangeObject (OUString &orName, sal_Int32 nIndex, sal_Int32 nNameFlags, bool bHidden) const |
Creates and returns a defined name on-the-fly in the Calc document. More... | |
RangeDataRet | createLocalNamedRangeObject (OUString &orName, sal_Int32 nIndex, sal_Int32 nNameFlags, sal_Int32 nTab, bool bHidden) const |
Creates and returns a defined name on-the-fly in the sheet. More... | |
css::uno::Reference< css::sheet::XDatabaseRange > | createDatabaseRangeObject (OUString &orName, const ScRange &rRangeAddr) const |
Creates and returns a database range on-the-fly in the Calc document. More... | |
css::uno::Reference< css::sheet::XDatabaseRange > | createUnnamedDatabaseRangeObject (const ScRange &rRangeAddr) const |
Creates and returns an unnamed database range on-the-fly in the Calc document. More... | |
ScDBData * | findDatabaseRangeByIndex (sal_uInt16 nIndex) const |
Finds the (already existing) database range of the given formula token index. More... | |
css::uno::Reference< css::style::XStyle > | createStyleObject (OUString &orStyleName, bool bPageStyle) const |
Creates and returns a com.sun.star.style.Style object for cells or pages. More... | |
FormulaBuffer & | getFormulaBuffer () const |
WorkbookSettings & | getWorkbookSettings () const |
Returns the global workbook settings object. More... | |
ViewSettings & | getViewSettings () const |
Returns the workbook and sheet view settings object. More... | |
WorksheetBuffer & | getWorksheets () const |
Returns the worksheet buffer containing sheet names and properties. More... | |
ThemeBuffer & | getTheme () const |
Returns the office theme object read from the theme substorage. More... | |
StylesBuffer & | getStyles () const |
Returns all cell formatting objects read from the styles substream. More... | |
SharedStringsBuffer & | getSharedStrings () const |
Returns the shared strings read from the shared strings substream. More... | |
ExternalLinkBuffer & | getExternalLinks () const |
Returns the external links read from the external links substream. More... | |
DefinedNamesBuffer & | getDefinedNames () const |
Returns the defined names read from the workbook globals. More... | |
TableBuffer & | getTables () const |
Returns the tables collection (equivalent to Calc's database ranges). More... | |
ScenarioBuffer & | getScenarios () const |
Returns the scenarios collection. More... | |
ConnectionsBuffer & | getConnections () const |
Returns the collection of external data connections. More... | |
PivotCacheBuffer & | getPivotCaches () const |
Returns the collection of pivot caches. More... | |
PivotTableBuffer & | getPivotTables () const |
Returns the collection of pivot tables. More... | |
FormulaParser & | getFormulaParser () const |
Returns a shared import formula parser (import filter only!). More... | |
FormulaParser * | createFormulaParser () const |
Returns an unshared import formula parser (import filter only!). More... | |
UnitConverter & | getUnitConverter () const |
Returns the measurement unit converter. More... | |
AddressConverter & | getAddressConverter () const |
Returns the converter for string to cell address/range conversion. More... | |
oox::drawingml::chart::ChartConverter * | getChartConverter () const |
Returns the chart object converter. More... | |
PageSettingsConverter & | getPageSettingsConverter () const |
Returns the page and print settings converter. More... | |
::oox::core::XmlFilterBase & | getOoxFilter () const |
Returns the base OOXML/BIFF12 filter object. More... | |
bool | importOoxFragment (const rtl::Reference< oox::core::FragmentHandler > &rxHandler) |
Imports a fragment using the passed fragment handler, which contains the full path to the fragment stream. More... | |
bool | importOoxFragment (const rtl::Reference< oox::core::FragmentHandler > &rxHandler, oox::core::FastParser &rParser) |
rtl_TextEncoding | getTextEncoding () const |
Returns the text encoding used to import/export byte strings. More... | |
Private Types | |
typedef RefVector< PivotCacheField > | PivotCacheFieldVector |
typedef ::std::vector< sal_Int32 > | IndexVector |
Private Member Functions | |
void | finalizeInternalSheetSource () |
Finalizes the pivot cache if it is based on internal sheet data. More... | |
void | finalizeExternalSheetSource () |
Finalizes the pivot cache if it is based on sheet data of an external spreadsheet document. More... | |
void | prepareSourceDataSheet () |
Creates a dummy sheet that will be filled with the pivot cache data. More... | |
void | updateSourceDataRow (sal_Int32 nRow) const |
Checks, if the row index has changed since last call, and initializes the sheet data buffer. More... | |
Private Attributes | |
PivotCacheFieldVector | maFields |
PivotCacheFieldVector | maDatabaseFields |
All pivot cache fields. More... | |
IndexVector | maDatabaseIndexes |
All cache fields that are based on source data. More... | |
PCDefinitionModel | maDefModel |
Database field index for all fields. More... | |
PCSourceModel | maSourceModel |
Global pivot cache settings. More... | |
PCWorksheetSourceModel | maSheetSrcModel |
Pivot cache source settings. More... | |
ValueRangeSet | maColSpans |
Sheet source data if cache type is sheet. More... | |
OUString | maTargetUrl |
Column spans used by SheetDataBuffer for optimized cell import. More... | |
sal_Int32 | mnCurrRow |
URL of an external source document. More... | |
bool | mbValidSource |
Current row index in dummy sheet. More... | |
bool | mbDummySheet |
True = pivot cache is based on supported data source. More... | |
Additional Inherited Members | |
Public Types inherited from oox::xls::WorkbookHelper | |
typedef std::pair< ScRangeData *, bool > | RangeDataRet |
Static Public Member Functions inherited from oox::xls::WorkbookHelper | |
static WorkbookGlobalsRef | constructGlobals (ExcelFilter &rFilter) |
Definition at line 351 of file pivotcachebuffer.hxx.
|
private |
Definition at line 416 of file pivotcachebuffer.hxx.
|
private |
Definition at line 415 of file pivotcachebuffer.hxx.
|
explicit |
Definition at line 883 of file pivotcachebuffer.cxx.
PivotCacheField & oox::xls::PivotCache::createCacheField | ( | ) |
Creates and returns a new pivot cache field.
Definition at line 993 of file pivotcachebuffer.cxx.
References maFields.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateContext(), and oox::xls::PivotCacheDefinitionFragment::onCreateRecordContext().
|
private |
Finalizes the pivot cache if it is based on sheet data of an external spreadsheet document.
Definition at line 1151 of file pivotcachebuffer.cxx.
References maDefModel, oox::xls::PCWorksheetSourceModel::maDefName, oox::xls::PCDefinitionModel::maRelId, oox::xls::PCWorksheetSourceModel::maSheet, maSheetSrcModel, and prepareSourceDataSheet().
Referenced by finalizeImport().
void oox::xls::PivotCache::finalizeImport | ( | ) |
Checks validity of source data and creates a dummy data sheet for external sheet sources.
Definition at line 1000 of file pivotcachebuffer.cxx.
References finalizeExternalSheetSource(), finalizeInternalSheetSource(), maDatabaseFields, maDatabaseIndexes, maFields, oox::xls::PCWorksheetSourceModel::maRelId, maSheetSrcModel, maSourceModel, maTargetUrl, and oox::xls::PCSourceModel::mnSourceType.
Referenced by oox::xls::PivotCacheDefinitionFragment::finalizeImport().
|
private |
Finalizes the pivot cache if it is based on internal sheet data.
Definition at line 1107 of file pivotcachebuffer.cxx.
References ScRange::aEnd, ScRange::aStart, oox::xls::AddressConverter::checkCellRange(), oox::xls::WorkbookHelper::getAddressConverter(), oox::xls::WorksheetBuffer::getCalcSheetIndex(), oox::xls::WorkbookHelper::getDefinedNames(), oox::xls::WorkbookHelper::getTables(), oox::xls::WorkbookHelper::getWorksheets(), oox::xls::PCWorksheetSourceModel::maDefName, oox::xls::PCWorksheetSourceModel::maRange, oox::xls::PCWorksheetSourceModel::maSheet, maSheetSrcModel, mbValidSource, prepareSourceDataSheet(), ScAddress::Row(), ScAddress::SetRow(), and ScAddress::SetTab().
Referenced by finalizeImport().
sal_Int32 oox::xls::PivotCache::getCacheDatabaseIndex | ( | sal_Int32 | nFieldIdx | ) | const |
Returns the source column index of the field with the passed index.
Definition at line 1056 of file pivotcachebuffer.cxx.
References oox::ContainerHelper::getVectorElement(), and maDatabaseIndexes.
Referenced by oox::xls::PivotTable::getCacheDatabaseIndex().
PivotCacheField * oox::xls::PivotCache::getCacheField | ( | sal_Int32 | nFieldIdx | ) |
Returns the cache field with the specified index.
Definition at line 1046 of file pivotcachebuffer.cxx.
References oox::RefVector< typename ObjType >::get(), and maFields.
Referenced by oox::xls::PivotTable::getCacheField().
const PivotCacheField * oox::xls::PivotCache::getCacheField | ( | sal_Int32 | nFieldIdx | ) | const |
Definition at line 1051 of file pivotcachebuffer.cxx.
References oox::RefVector< typename ObjType >::get(), and maFields.
|
inline |
Returns the relation identifier of the pivot cache records fragment.
Definition at line 384 of file pivotcachebuffer.hxx.
References maDefModel, and oox::xls::PCDefinitionModel::maRelId.
Referenced by oox::xls::PivotCacheDefinitionFragment::finalizeImport().
|
inline |
Returns the internal cell range the cache is based on.
Definition at line 382 of file pivotcachebuffer.hxx.
References oox::xls::PCWorksheetSourceModel::maRange, and maSheetSrcModel.
Referenced by oox::xls::PivotTable::finalizeImport(), and oox::xls::PivotCacheDefinitionFragment::finalizeImport().
void oox::xls::PivotCache::importCacheSource | ( | const AttributeList & | rAttribs | ) |
Reads cache source settings from the cacheSource element.
Definition at line 910 of file pivotcachebuffer.cxx.
References oox::AttributeList::getInteger(), oox::AttributeList::getToken(), maSourceModel, oox::xls::PCSourceModel::mnConnectionId, oox::xls::PCSourceModel::mnSourceType, XML_TOKEN_INVALID, and XML_type.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateContext().
void oox::xls::PivotCache::importPCDefinition | ( | SequenceInputStream & | rStrm | ) |
Reads pivot cache global settings from the PCDEFINITION record.
Definition at line 928 of file pivotcachebuffer.cxx.
References oox::getFlag(), maDefModel, oox::xls::PCDefinitionModel::maRefreshedBy, oox::xls::PCDefinitionModel::maRelId, oox::xls::PCDefinitionModel::mbBackgroundQuery, oox::xls::PCDefinitionModel::mbEnableRefresh, oox::xls::PCDefinitionModel::mbInvalid, oox::xls::PCDefinitionModel::mbOptimizeMemory, oox::xls::PCDefinitionModel::mbRefreshOnLoad, oox::xls::PCDefinitionModel::mbSaveData, oox::xls::PCDefinitionModel::mbSupportDrill, oox::xls::PCDefinitionModel::mbSupportSubquery, oox::xls::PCDefinitionModel::mbTupleCache, oox::xls::PCDefinitionModel::mbUpgradeOnRefresh, oox::xls::PCDefinitionModel::mfRefreshedDate, oox::xls::PCDefinitionModel::mnMissItemsLimit, oox::xls::PCDefinitionModel::mnRecords, and rStrm.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateRecordContext().
void oox::xls::PivotCache::importPCDSheetSource | ( | SequenceInputStream & | rStrm, |
const ::oox::core::Relations & | rRelations | ||
) |
Reads sheet source settings from the PCDSHEETSOURCE record.
Definition at line 963 of file pivotcachebuffer.cxx.
References oox::xls::AddressConverter::convertToCellRangeUnchecked(), oox::getFlag(), oox::xls::PCWorksheetSourceModel::maDefName, oox::xls::PCWorksheetSourceModel::maRange, oox::xls::PCWorksheetSourceModel::maRelId, oox::xls::PCWorksheetSourceModel::maSheet, maSheetSrcModel, maTargetUrl, and rStrm.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateRecordContext().
void oox::xls::PivotCache::importPCDSource | ( | SequenceInputStream & | rStrm | ) |
Reads cache source settings from the PCDSOURCE record.
Definition at line 954 of file pivotcachebuffer.cxx.
References maSourceModel, oox::xls::PCSourceModel::mnConnectionId, oox::xls::PCSourceModel::mnSourceType, rStrm, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateRecordContext().
void oox::xls::PivotCache::importPCRecord | ( | SequenceInputStream & | rStrm, |
const WorksheetHelper & | rSheetHelper, | ||
sal_Int32 | nRowIdx | ||
) | const |
Reads a PCRECORD record and writes all item values to the passed sheet.
Definition at line 1090 of file pivotcachebuffer.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), oox::xls::WorkbookHelper::getAddressConverter(), oox::xls::AddressConverter::getMaxApiAddress(), maDatabaseFields, oox::xls::PCWorksheetSourceModel::maRange, maSheetSrcModel, ScAddress::Row(), and rStrm.
Referenced by oox::xls::PivotCacheRecordsFragment::importPCRecord().
void oox::xls::PivotCache::importPivotCacheDefinition | ( | const AttributeList & | rAttribs | ) |
Reads pivot cache global settings from the pivotCacheDefinition element.
Definition at line 891 of file pivotcachebuffer.cxx.
References oox::AttributeList::getBool(), oox::AttributeList::getDouble(), oox::AttributeList::getInteger(), oox::AttributeList::getString(), oox::AttributeList::getXString(), maDefModel, oox::xls::PCDefinitionModel::maRefreshedBy, oox::xls::PCDefinitionModel::maRelId, oox::xls::PCDefinitionModel::mbBackgroundQuery, oox::xls::PCDefinitionModel::mbEnableRefresh, oox::xls::PCDefinitionModel::mbInvalid, oox::xls::PCDefinitionModel::mbOptimizeMemory, oox::xls::PCDefinitionModel::mbRefreshOnLoad, oox::xls::PCDefinitionModel::mbSaveData, oox::xls::PCDefinitionModel::mbSupportDrill, oox::xls::PCDefinitionModel::mbSupportSubquery, oox::xls::PCDefinitionModel::mbTupleCache, oox::xls::PCDefinitionModel::mbUpgradeOnRefresh, oox::xls::PCDefinitionModel::mfRefreshedDate, oox::xls::PCDefinitionModel::mnMissItemsLimit, and oox::xls::PCDefinitionModel::mnRecords.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateContext().
void oox::xls::PivotCache::importWorksheetSource | ( | const AttributeList & | rAttribs, |
const ::oox::core::Relations & | rRelations | ||
) |
Reads sheet source settings from the worksheetSource element.
Definition at line 916 of file pivotcachebuffer.cxx.
References oox::xls::AddressConverter::convertToCellRangeUnchecked(), oox::AttributeList::getString(), oox::AttributeList::getXString(), oox::xls::PCWorksheetSourceModel::maDefName, oox::xls::PCWorksheetSourceModel::maRange, oox::xls::PCWorksheetSourceModel::maRelId, oox::xls::PCWorksheetSourceModel::maSheet, maSheetSrcModel, and maTargetUrl.
Referenced by oox::xls::PivotCacheDefinitionFragment::onCreateContext().
|
inline |
Returns true, if the pivot cache is based on a dummy sheet created in finalizeImport.
Definition at line 379 of file pivotcachebuffer.hxx.
References mbDummySheet.
Referenced by oox::xls::PivotCacheDefinitionFragment::finalizeImport().
|
inline |
Returns true, if the pivot cache is based on a valid data source, so that pivot tables can be created based on this pivot cache.
Definition at line 377 of file pivotcachebuffer.hxx.
References mbValidSource.
Referenced by oox::xls::PivotTable::finalizeImport(), and oox::xls::PivotCacheDefinitionFragment::finalizeImport().
|
private |
Creates a dummy sheet that will be filled with the pivot cache data.
Definition at line 1161 of file pivotcachebuffer.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), oox::xls::WorkbookHelper::getAddressConverter(), oox::xls::WorkbookHelper::getWorksheets(), oox::ValueRangeSet::insert(), maColSpans, oox::xls::PCWorksheetSourceModel::maRange, oox::xls::PCWorksheetSourceModel::maSheet, maSheetSrcModel, mbDummySheet, mbValidSource, ScAddress::Row(), ScAddress::SetCol(), ScAddress::SetRow(), ScAddress::SetTab(), and ScAddress::Tab().
Referenced by finalizeExternalSheetSource(), and finalizeInternalSheetSource().
|
private |
Checks, if the row index has changed since last call, and initializes the sheet data buffer.
Definition at line 1179 of file pivotcachebuffer.cxx.
References mnCurrRow.
Referenced by writeSourceDataCell(), and writeSourceHeaderCells().
void oox::xls::PivotCache::writeSourceDataCell | ( | const WorksheetHelper & | rSheetHelper, |
sal_Int32 | nColIdx, | ||
sal_Int32 | nRowIdx, | ||
const PivotCacheItem & | rItem | ||
) | const |
Writes a source field item value into the passed sheet.
Definition at line 1079 of file pivotcachebuffer.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), oox::RefVector< typename ObjType >::get(), maDatabaseFields, oox::xls::PCWorksheetSourceModel::maRange, maSheetSrcModel, ScAddress::Row(), and updateSourceDataRow().
Referenced by oox::xls::PivotCacheRecordsFragment::importPCRecordItem(), and oox::xls::PivotCacheRecordsFragment::onCreateContext().
void oox::xls::PivotCache::writeSourceHeaderCells | ( | const WorksheetHelper & | rSheetHelper | ) | const |
Writes the titles of all source fields into the passed sheet.
Definition at line 1061 of file pivotcachebuffer.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), oox::xls::WorkbookHelper::getAddressConverter(), oox::xls::AddressConverter::getMaxApiAddress(), maDatabaseFields, oox::xls::PCWorksheetSourceModel::maRange, maSheetSrcModel, mnCurrRow, ScAddress::Row(), and updateSourceDataRow().
Referenced by oox::xls::PivotCacheRecordsFragment::PivotCacheRecordsFragment().
|
private |
Sheet source data if cache type is sheet.
Definition at line 424 of file pivotcachebuffer.hxx.
Referenced by prepareSourceDataSheet().
|
private |
All pivot cache fields.
Definition at line 419 of file pivotcachebuffer.hxx.
Referenced by finalizeImport(), importPCRecord(), writeSourceDataCell(), and writeSourceHeaderCells().
|
private |
All cache fields that are based on source data.
Definition at line 420 of file pivotcachebuffer.hxx.
Referenced by finalizeImport(), and getCacheDatabaseIndex().
|
private |
Database field index for all fields.
Definition at line 421 of file pivotcachebuffer.hxx.
Referenced by finalizeExternalSheetSource(), getRecordsRelId(), importPCDefinition(), and importPivotCacheDefinition().
|
private |
Definition at line 418 of file pivotcachebuffer.hxx.
Referenced by createCacheField(), finalizeImport(), and getCacheField().
|
private |
Pivot cache source settings.
Definition at line 423 of file pivotcachebuffer.hxx.
Referenced by finalizeExternalSheetSource(), finalizeImport(), finalizeInternalSheetSource(), getSourceRange(), importPCDSheetSource(), importPCRecord(), importWorksheetSource(), prepareSourceDataSheet(), writeSourceDataCell(), and writeSourceHeaderCells().
|
private |
Global pivot cache settings.
Definition at line 422 of file pivotcachebuffer.hxx.
Referenced by finalizeImport(), importCacheSource(), and importPCDSource().
|
private |
Column spans used by SheetDataBuffer for optimized cell import.
Definition at line 425 of file pivotcachebuffer.hxx.
Referenced by finalizeImport(), importPCDSheetSource(), and importWorksheetSource().
|
private |
True = pivot cache is based on supported data source.
Definition at line 428 of file pivotcachebuffer.hxx.
Referenced by isBasedOnDummySheet(), and prepareSourceDataSheet().
|
private |
Current row index in dummy sheet.
Definition at line 427 of file pivotcachebuffer.hxx.
Referenced by finalizeInternalSheetSource(), isValidDataSource(), and prepareSourceDataSheet().
|
mutableprivate |
URL of an external source document.
Definition at line 426 of file pivotcachebuffer.hxx.
Referenced by updateSourceDataRow(), and writeSourceHeaderCells().