Searched refs:mpPivotCache (Results 1 – 2 of 2) sorted by relevance
1027 mpPivotCache( 0 ) in PivotTable()1357 mpPivotCache = getPivotCaches().importPivotCacheFragment( maDefModel.mnCacheId ); in finalizeImport()1358 … if( mpPivotCache && mpPivotCache->isValidDataSource() && (maDefModel.maName.getLength() > 0) ) in finalizeImport()1377 mxDPDescriptor->setSourceRange( mpPivotCache->getSourceRange() ); in finalizeImport()1493 return mpPivotCache ? mpPivotCache->getCacheField( nFieldIdx ) : 0; in getCacheField()1504 return mpPivotCache ? mpPivotCache->getCacheDatabaseIndex( nFieldIdx ) : -1; in getCacheDatabaseIndex()
416 const PivotCache* mpPivotCache; /// The pivot cache this table is based on. member in oox::xls::PivotTable
Completed in 19 milliseconds