Home
last modified time | relevance | path

Searched refs:mpPivotCache (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1027 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivottablebuffer.hxx416 const PivotCache* mpPivotCache; /// The pivot cache this table is based on. member in oox::xls::PivotTable

Completed in 53 milliseconds