Lines Matching refs:PivotCache
1043 PivotCache::PivotCache( const WorkbookHelper& rHelper ) : in PivotCache() function in oox::xls::PivotCache
1051 void PivotCache::importPivotCacheDefinition( const AttributeList& rAttribs ) in importPivotCacheDefinition()
1070 void PivotCache::importCacheSource( const AttributeList& rAttribs ) in importCacheSource()
1076 void PivotCache::importWorksheetSource( const AttributeList& rAttribs, const Relations& rRelations ) in importWorksheetSource()
1088 void PivotCache::importPCDefinition( SequenceInputStream& rStrm ) in importPCDefinition()
1110 void PivotCache::importPCDSource( SequenceInputStream& rStrm ) in importPCDSource()
1118 void PivotCache::importPCDSheetSource( SequenceInputStream& rStrm, const Relations& rRelations ) in importPCDSheetSource()
1146 void PivotCache::importPCDSource( BiffInputStream& rStrm ) in importPCDSource()
1176 void PivotCache::importPCDefinition( BiffInputStream& rStrm ) in importPCDefinition()
1202 PivotCacheField& PivotCache::createCacheField( bool bInitDatabaseField ) in createCacheField()
1210 void PivotCache::finalizeImport() in finalizeImport()
1256 sal_Int32 PivotCache::getCacheFieldCount() const in getCacheFieldCount()
1261 const PivotCacheField* PivotCache::getCacheField( sal_Int32 nFieldIdx ) const in getCacheField()
1266 sal_Int32 PivotCache::getCacheDatabaseIndex( sal_Int32 nFieldIdx ) const in getCacheDatabaseIndex()
1271 void PivotCache::writeSourceHeaderCells( WorksheetHelper& rSheetHelper ) const in writeSourceHeaderCells()
1284 void PivotCache::writeSourceDataCell( WorksheetHelper& rSheetHelper, sal_Int32 nColIdx, sal_Int32 n… in writeSourceDataCell()
1295 void PivotCache::importPCRecord( SequenceInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_Int… in importPCRecord()
1305 void PivotCache::importPCItemIndexList( BiffInputStream& rStrm, WorksheetHelper& rSheetHelper, sal_… in importPCItemIndexList()
1318 void PivotCache::importDConRef( BiffInputStream& rStrm ) in importDConRef()
1330 void PivotCache::importDConName( BiffInputStream& rStrm ) in importDConName()
1337 void PivotCache::importDConBIName( BiffInputStream& rStrm ) in importDConBIName()
1345 void PivotCache::importDConUrl( BiffInputStream& rStrm ) in importDConUrl()
1368 void PivotCache::finalizeInternalSheetSource() in finalizeInternalSheetSource()
1412 void PivotCache::finalizeExternalSheetSource() in finalizeExternalSheetSource()
1422 void PivotCache::prepareSourceDataSheet() in prepareSourceDataSheet()
1440 void PivotCache::updateSourceDataRow( WorksheetHelper& rSheetHelper, sal_Int32 nRow ) const in updateSourceDataRow()
1483 PivotCache* PivotCacheBuffer::importPivotCacheFragment( sal_Int32 nCacheId ) in importPivotCacheFragment()
1495 if( PivotCache* pCache = maCaches.get( nCacheId ).get() ) in importPivotCacheFragment()
1505 PivotCache& rCache = createPivotCache( nCacheId ); in importPivotCacheFragment()
1525 PivotCache* pCache = maCaches.get( nCacheId ).get(); in importPivotCacheFragment()
1549 PivotCache& PivotCacheBuffer::createPivotCache( sal_Int32 nCacheId ) in createPivotCache()
1553 rxCache.reset( new PivotCache( *this ) ); in createPivotCache()