Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx628 XclExpPivotCache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 n… in XclExpPivotCache() function in XclExpPivotCache
691 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 …]
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx71 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 class
177 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;

Completed in 25 milliseconds