Searched refs:PivotCacheBuffer (Results 1 – 5 of 5) sorted by relevance
167 inline PivotCacheBuffer& getPivotCaches() const { return *mxPivotCaches; } in getPivotCaches()229 typedef ::std::auto_ptr< PivotCacheBuffer > PivotCacheBfrPtr;505 mxPivotCaches.reset( new PivotCacheBuffer( *this ) ); in initialize()814 PivotCacheBuffer& WorkbookHelper::getPivotCaches() const in getPivotCaches()
1451 PivotCacheBuffer::PivotCacheBuffer( const WorkbookHelper& rHelper ) : in PivotCacheBuffer() function in oox::xls::PivotCacheBuffer1456 void PivotCacheBuffer::registerPivotCacheFragment( sal_Int32 nCacheId, const OUString& rFragmentPat… in registerPivotCacheFragment()1464 void PivotCacheBuffer::importPivotCacheRef( BiffInputStream& rStrm ) in importPivotCacheRef()1483 PivotCache* PivotCacheBuffer::importPivotCacheFragment( sal_Int32 nCacheId ) in importPivotCacheFragment()1549 PivotCache& PivotCacheBuffer::createPivotCache( sal_Int32 nCacheId ) in createPivotCache()
496 PivotCacheBuffer& rPivotCaches = getPivotCaches(); in importGlobalsFragment()
98 class PivotCacheBuffer;230 PivotCacheBuffer& getPivotCaches() const;
478 class PivotCacheBuffer : public WorkbookHelper class481 explicit PivotCacheBuffer( const WorkbookHelper& rHelper );
Completed in 62 milliseconds