Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx195 typedef ScfRef< XclImpPivotCache > XclImpPivotCacheRef; typedef
319 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;
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx907 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 29 milliseconds