Searched refs:XclImpPivotCacheRef (Results 1 – 2 of 2) sorted by relevance
195 typedef ScfRef< XclImpPivotCache > XclImpPivotCacheRef; typedef319 inline XclImpPivotCacheRef GetPivotCache() const { return mxPCache; } in GetPivotCache()367 XclImpPivotCacheRef mxPCache; /// Pivot cache containing field/item names.404 XclImpPivotCacheRef GetPivotCache( sal_uInt16 nCacheIdx );445 typedef ::std::vector< XclImpPivotCacheRef > XclImpPivotCacheVec;
907 XclImpPivotCacheRef xPCache = mrPTable.GetPivotCache(); in GetCacheField()1425 mxPCache = XclImpPivotCacheRef(); // release memory in Convert()1532 XclImpPivotCacheRef XclImpPivotTableManager::GetPivotCache( sal_uInt16 nCacheIdx ) in GetPivotCache()1534 XclImpPivotCacheRef xPCache; in GetPivotCache()1542 XclImpPivotCacheRef xPCache( new XclImpPivotCache( GetRoot() ) ); in ReadSxidstm()1647 maPCaches[iCache] = XclImpPivotCacheRef(); in ConvertPivotTables()
Completed in 28 milliseconds