Searched refs:maPCacheList (Results 1 – 2 of 2) sorted by relevance
1733 maPCacheList.Save( rStrm ); in WritePivotCaches()1738 if( maPCacheList.IsEmpty() ) in WritePivotCachesXml()1742 maPCacheList.SaveXml( rStrm ); in WritePivotCachesXml()1784 for( size_t nPos = 0, nSize = maPCacheList.GetSize(); nPos < nSize; ++nPos ) in CreatePivotCache()1786 XclExpPivotCacheRef xPCache = maPCacheList.GetRecord( nPos ); in CreatePivotCache()1796 sal_uInt16 nNewCacheIdx = static_cast< sal_uInt16 >( maPCacheList.GetSize() ); in CreatePivotCache()1800 maPCacheList.AppendRecord( xNewPCache ); in CreatePivotCache()
474 XclExpPivotCacheList maPCacheList; /// List of all pivot caches. member in XclExpPivotTableManager
Completed in 26 milliseconds