Searched refs:mrPivotCache (Results 1 – 2 of 2) sorted by relevance
119 mrPivotCache( rPivotCache ) in PivotCacheDefinitionFragment()128 …if( nElement == XLS_TOKEN( pivotCacheDefinition ) ) { mrPivotCache.importPivotCacheDefinition( rAt… in onCreateContext()134 … case XLS_TOKEN( cacheSource ): mrPivotCache.importCacheSource( rAttribs ); return this; in onCreateContext()140 …if( nElement == XLS_TOKEN( worksheetSource ) ) mrPivotCache.importWorksheetSource( rAttribs, getRe… in onCreateContext()144 …= XLS_TOKEN( cacheField ) ) return new PivotCacheFieldContext( *this, mrPivotCache.createCacheFiel… in onCreateContext()155 … if( nRecId == BIFF12_ID_PCDEFINITION ) { mrPivotCache.importPCDefinition( rStrm ); return this; } in onCreateRecordContext()161 case BIFF12_ID_PCDSOURCE: mrPivotCache.importPCDSource( rStrm ); return this; in onCreateRecordContext()167 …if( nRecId == BIFF12_ID_PCDSHEETSOURCE ) mrPivotCache.importPCDSheetSource( rStrm, getRelations() … in onCreateRecordContext()171 …cId == BIFF12_ID_PCDFIELD ) return new PivotCacheFieldContext( *this, mrPivotCache.createCacheFiel… in onCreateRecordContext()200 mrPivotCache.finalizeImport(); in finalizeImport()[all …]
71 PivotCache& mrPivotCache; member in oox::xls::PivotCacheDefinitionFragment95 const PivotCache& mrPivotCache; member in oox::xls::PivotCacheRecordsFragment116 PivotCache& mrPivotCache; member in oox::xls::BiffPivotCacheFragment138 const PivotCache& mrPivotCache; member in oox::xls::BiffPivotCacheRecordsContext