Searched refs:XclImpPivotCache (Results 1 – 2 of 2) sorted by relevance
67 class XclImpPivotCache;75 XclImpPivotCache& rPCache, sal_uInt16 nFieldIdx );141 XclImpPivotCache& mrPCache; /// Parent pivot cache containing this field.153 class XclImpPivotCache : protected XclImpRoot class156 explicit XclImpPivotCache( const XclImpRoot& rRoot );157 virtual ~XclImpPivotCache();195 typedef ScfRef< XclImpPivotCache > XclImpPivotCacheRef;
180 XclImpPCField::XclImpPCField( const XclImpRoot& rRoot, XclImpPivotCache& rPCache, sal_uInt16 nField… in XclImpPCField()595 XclImpPivotCache::XclImpPivotCache( const XclImpRoot& rRoot ) : in XclImpPivotCache() function in XclImpPivotCache604 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 28 milliseconds