Home
last modified time | relevance | path

Searched refs:maPCacheList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx1733 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()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx474 XclExpPivotCacheList maPCacheList; /// List of all pivot caches. member in XclExpPivotTableManager

Completed in 29 milliseconds