Searched refs:xPCache (Results 1 – 2 of 2) sorted by relevance
907 XclImpPivotCacheRef xPCache = mrPTable.GetPivotCache(); in GetCacheField() local908 return xPCache.is() ? xPCache->GetField( maFieldInfo.mnCacheIdx ) : 0; in GetCacheField()1534 XclImpPivotCacheRef xPCache; in GetPivotCache() local1536 xPCache = maPCaches[ nCacheIdx ]; in GetPivotCache()1537 return xPCache; in GetPivotCache()1542 XclImpPivotCacheRef xPCache( new XclImpPivotCache( GetRoot() ) ); in ReadSxidstm() local1543 maPCaches.push_back( xPCache ); in ReadSxidstm()1544 xPCache->ReadSxidstm( rStrm ); in ReadSxidstm()
1786 XclExpPivotCacheRef xPCache = maPCacheList.GetRecord( nPos ); in CreatePivotCache() local1788 if( !xPCache->HasAddFields() && xPCache->HasEqualDataSource( rDPObj ) ) in CreatePivotCache()1789 return xPCache.get(); in CreatePivotCache()
Completed in 23 milliseconds