Searched refs:PivotCache (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 1043 PivotCache::PivotCache( const WorkbookHelper& rHelper ) : in PivotCache() function in oox::xls::PivotCache 1146 void PivotCache::importPCDSource( BiffInputStream& rStrm ) in importPCDSource() 1210 void PivotCache::finalizeImport() in finalizeImport() 1256 sal_Int32 PivotCache::getCacheFieldCount() const in getCacheFieldCount() 1318 void PivotCache::importDConRef( BiffInputStream& rStrm ) in importDConRef() 1330 void PivotCache::importDConName( BiffInputStream& rStrm ) in importDConName() 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() [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()
|
/aoo41x/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.
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XPivotTables.idl | 43 // PivotCache should be a PivotCache object ( but thats 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();
|
/aoo41x/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
|
Completed in 48 milliseconds