Lines Matching refs:mrPivotCache
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()
203 if( mrPivotCache.isValidDataSource() && mrPivotCache.isBasedOnDummySheet() ) in finalizeImport()
205 …OUString aRecFragmentPath = getRelations().getFragmentPathFromRelId( mrPivotCache.getRecordsRelId(… in finalizeImport()
208 sal_Int16 nSheet = mrPivotCache.getSourceRange().Sheet; in finalizeImport()
211 … importOoxFragment( new PivotCacheRecordsFragment( *xSheetGlob, aRecFragmentPath, mrPivotCache ) ); in finalizeImport()
221 mrPivotCache( rPivotCache ), in PivotCacheRecordsFragment()
256 mrPivotCache.writeSourceDataCell( *this, mnColIdx, mnRowIdx, aItem ); in onCreateContext()
306 mrPivotCache.importPCRecord( rStrm, *this, mnRowIdx ); in importPCRecord()
326 mrPivotCache.writeSourceDataCell( *this, mnColIdx, mnRowIdx, aItem ); in importPCRecordItem()
353 mrPivotCache( rPivotCache ) in BiffPivotCacheFragment()
363 mrPivotCache.importPCDefinition( rStrm ); in importFragment()
367 mrPivotCache.createCacheField( true ).importPCDField( rStrm ); in importFragment()
370 mrPivotCache.finalizeImport(); in importFragment()
373 if( mrPivotCache.isValidDataSource() && mrPivotCache.isBasedOnDummySheet() ) in importFragment()
377 sal_Int16 nSheet = mrPivotCache.getSourceRange().Sheet; in importFragment()
381 BiffPivotCacheRecordsContext aContext( *xSheetGlob, mrPivotCache ); in importFragment()
395 mrPivotCache( rPivotCache ), in BiffPivotCacheRecordsContext()
402 mrPivotCache.writeSourceHeaderCells( *this ); in BiffPivotCacheRecordsContext()
405 …for( sal_Int32 nFieldIdx = 0, nFieldCount = mrPivotCache.getCacheFieldCount(), nCol = 0; nFieldIdx… in BiffPivotCacheRecordsContext()
407 const PivotCacheField* pCacheField = mrPivotCache.getCacheField( nFieldIdx ); in BiffPivotCacheRecordsContext()
426 mrPivotCache.importPCItemIndexList( rStrm, *this, mnRowIdx ); in importRecord()
457 mrPivotCache.writeSourceDataCell( *this, maUnsharedCols[ mnColIdx ], mnRowIdx, aItem ); in importRecord()