Searched refs:XclExpPivotCache (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/filter/excel/ |
| H A D | xepivot.cxx | 208 const XclExpRoot& rRoot, const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx, in XclExpPCField() 244 const XclExpRoot& rRoot, const XclExpPivotCache& rPCache, sal_uInt16 nFieldIdx, in XclExpPCField() 628 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() 701 const XclExpPCField* XclExpPivotCache::GetField( sal_uInt16 nFieldIdx ) const in GetField() 711 bool XclExpPivotCache::HasAddFields() const in HasAddFields() 717 bool XclExpPivotCache::HasEqualDataSource( const ScDPObject& rDPObj ) const in HasEqualDataSource() 727 void XclExpPivotCache::Save( XclExpStream& rStrm ) in Save() 740 void XclExpPivotCache::SaveXml( XclExpXmlStream& rStrm ) in SaveXml() [all …]
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xepivot.hxx | 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 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;
|