Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxipivot.cxx897 XclImpPTField::XclImpPTField( const XclImpPivotTable& rPTable, sal_uInt16 nCacheIdx ) : in XclImpPTField()
1171 XclImpPivotTable::XclImpPivotTable( const XclImpRoot& rRoot ) : in XclImpPivotTable() function in XclImpPivotTable
1178 XclImpPivotTable::~XclImpPivotTable() in ~XclImpPivotTable()
1184 sal_uInt16 XclImpPivotTable::GetFieldCount() const in GetFieldCount()
1189 const XclImpPTField* XclImpPivotTable::GetField( sal_uInt16 nFieldIdx ) const in GetField()
1195 XclImpPTField* XclImpPivotTable::GetFieldAcc( sal_uInt16 nFieldIdx ) in GetFieldAcc()
1201 const String& XclImpPivotTable::GetFieldName( sal_uInt16 nFieldIdx ) const in GetFieldName()
1208 const XclImpPTField* XclImpPivotTable::GetDataField( sal_uInt16 nDataFieldIdx ) const in GetDataField()
1215 const String& XclImpPivotTable::GetDataFieldName( sal_uInt16 nDataFieldIdx ) const in GetDataFieldName()
1224 void XclImpPivotTable::ReadSxview( XclImpStream& rStrm ) in ReadSxview()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxipivot.hxx201 class XclImpPivotTable;
235 explicit XclImpPTField( const XclImpPivotTable& rPTable, sal_uInt16 nCacheIdx );
299 const XclImpPivotTable& mrPTable; /// Parent pivot table containing this field.
311 class XclImpPivotTable : protected XclImpRoot class
314 explicit XclImpPivotTable( const XclImpRoot& rRoot );
315 virtual ~XclImpPivotTable();
385 typedef ScfRef< XclImpPivotTable > XclImpPivotTableRef;