Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx67 class XclImpPivotCache;
75 XclImpPivotCache& rPCache, sal_uInt16 nFieldIdx );
141 XclImpPivotCache& mrPCache; /// Parent pivot cache containing this field.
153 class XclImpPivotCache : protected XclImpRoot class
156 explicit XclImpPivotCache( const XclImpRoot& rRoot );
157 virtual ~XclImpPivotCache();
195 typedef ScfRef< XclImpPivotCache > XclImpPivotCacheRef;
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx180 XclImpPCField::XclImpPCField( const XclImpRoot& rRoot, XclImpPivotCache& rPCache, sal_uInt16 nField… in XclImpPCField()
595 XclImpPivotCache::XclImpPivotCache( const XclImpRoot& rRoot ) : in XclImpPivotCache() function in XclImpPivotCache
604 XclImpPivotCache::~XclImpPivotCache() in ~XclImpPivotCache()
610 sal_uInt16 XclImpPivotCache::GetFieldCount() const in GetFieldCount()
615 const XclImpPCField* XclImpPivotCache::GetField( sal_uInt16 nFieldIdx ) const in GetField()
622 void XclImpPivotCache::ReadSxidstm( XclImpStream& rStrm ) in ReadSxidstm()
627 void XclImpPivotCache::ReadSxvs( XclImpStream& rStrm ) in ReadSxvs()
633 void XclImpPivotCache::ReadDconref( XclImpStream& rStrm ) in ReadDconref()
655 void XclImpPivotCache::ReadPivotCacheStream( XclImpStream& rStrm ) in ReadPivotCacheStream()
847 bool XclImpPivotCache::IsRefreshOnLoad() const in IsRefreshOnLoad()
[all …]

Completed in 26 milliseconds