Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachefragment.cxx119 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 …]
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachefragment.hxx71 PivotCache& mrPivotCache; member in oox::xls::PivotCacheDefinitionFragment
95 const PivotCache& mrPivotCache; member in oox::xls::PivotCacheRecordsFragment
116 PivotCache& mrPivotCache; member in oox::xls::BiffPivotCacheFragment
138 const PivotCache& mrPivotCache; member in oox::xls::BiffPivotCacheRecordsContext