Searched refs:XclExpPivotCache (Results 1 – 2 of 2) sorted by relevance
71 class XclExpPivotCache;78 const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx,82 const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx,164 const XclExpPivotCache& mrPCache; /// Parent pivot cache containing this field.174 class XclExpPivotCache : protected XclExpRoot class177 explicit XclExpPivotCache( const XclExpRoot& rRoot,355 const ScDPObject& rDPObj, const XclExpPivotCache& rPCache );419 const XclExpPivotCache& mrPCache; /// The pivot cache this pivot table bases on.466 const XclExpPivotCache* CreatePivotCache( const ScDPObject& rDPObj );469 typedef XclExpRecordList< XclExpPivotCache > XclExpPivotCacheList;
628 XclExpPivotCache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 n… in XclExpPivotCache() function in XclExpPivotCache691 bool XclExpPivotCache::HasItemIndexList() const in HasItemIndexList()696 sal_uInt16 XclExpPivotCache::GetFieldCount() const in GetFieldCount()711 bool XclExpPivotCache::HasAddFields() const in HasAddFields()727 void XclExpPivotCache::Save( XclExpStream& rStrm ) in Save()740 void XclExpPivotCache::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()779 void XclExpPivotCache::AddFields( const ScDPObject& rDPObj ) in AddFields()788 void XclExpPivotCache::AddStdFields( const ScDPObject& rDPObj ) in AddStdFields()854 void XclExpPivotCache::WriteCacheStream() in WriteCacheStream()874 void XclExpPivotCache::WriteSxdb( XclExpStream& rStrm ) const in WriteSxdb()[all …]
Completed in 39 milliseconds