Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/ !
H A Dxipivot.cxx907 XclImpPivotCacheRef xPCache = mrPTable.GetPivotCache(); in GetCacheField() local
908 return xPCache.is() ? xPCache->GetField( maFieldInfo.mnCacheIdx ) : 0; in GetCacheField()
1534 XclImpPivotCacheRef xPCache; in GetPivotCache() local
1536 xPCache = maPCaches[ nCacheIdx ]; in GetPivotCache()
1537 return xPCache; in GetPivotCache()
1542 XclImpPivotCacheRef xPCache( new XclImpPivotCache( GetRoot() ) ); in ReadSxidstm() local
1543 maPCaches.push_back( xPCache ); in ReadSxidstm()
1544 xPCache->ReadSxidstm( rStrm ); in ReadSxidstm()
H A Dxepivot.cxx1786 XclExpPivotCacheRef xPCache = maPCacheList.GetRecord( nPos ); in CreatePivotCache() local
1788 if( !xPCache->HasAddFields() && xPCache->HasEqualDataSource( rDPObj ) ) in CreatePivotCache()
1789 return xPCache.get(); in CreatePivotCache()

Completed in 88 milliseconds