Searched refs:PivotCache (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/oox/source/xls/ |
| H A D | pivotcachebuffer.cxx | 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() [all …]
|
| H A D | pivotcachefragment.cxx | 117 const WorkbookHelper& rHelper, const OUString& rFragmentPath, PivotCache& rPivotCache ) : in PivotCacheDefinitionFragment() 219 const OUString& rFragmentPath, const PivotCache& rPivotCache ) : in PivotCacheRecordsFragment() 351 const WorkbookHelper& rHelper, const OUString& rStrmName, PivotCache& rPivotCache ) : in BiffPivotCacheFragment() 393 …xt::BiffPivotCacheRecordsContext( const WorksheetHelper& rHelper, const PivotCache& rPivotCache ) : in BiffPivotCacheRecordsContext()
|
| /AOO42X/main/oox/inc/oox/xls/ |
| H A D | pivotcachefragment.hxx | 32 class PivotCache; 62 PivotCache& rPivotCache ); 71 PivotCache& mrPivotCache; 82 const PivotCache& rPivotCache ); 95 const PivotCache& mrPivotCache; 110 PivotCache& rPivotCache ); 116 PivotCache& mrPivotCache; 126 const PivotCache& rPivotCache ); 138 const PivotCache& mrPivotCache;
|
| H A D | pivotcachebuffer.hxx | 379 class PivotCache : public WorkbookHelper class 382 explicit PivotCache( const WorkbookHelper& rHelper ); 490 PivotCache* importPivotCacheFragment( sal_Int32 nCacheId ); 494 PivotCache& createPivotCache( sal_Int32 nCacheId ); 498 typedef RefMap< sal_Int32, PivotCache > PivotCacheMap;
|
| H A D | pivottablebuffer.hxx | 416 const PivotCache* mpPivotCache; /// The pivot cache this table is based on.
|
| /AOO42X/main/oovbaapi/ooo/vba/excel/ |
| H A D | XPivotTables.idl | 43 // PivotCache should be a PivotCache object ( but that's not defined 45 …//XPivotTable Add( [in] any PivotCache, [in] any TableDestination, [in] any TableName, [in] any Re…
|
| H A D | XPivotTable.idl | 48 XPivotCache PivotCache();
|
| /AOO42X/main/sc/source/ui/vba/ |
| H A D | vbapivottable.hxx | 39 …virtual css::uno::Reference< ov::excel::XPivotCache > SAL_CALL PivotCache( ) throw (css::uno::Run…
|
| H A D | vbapivottable.cxx | 35 ScVbaPivotTable::PivotCache() throw (uno::RuntimeException) in PivotCache() function in ScVbaPivotTable
|