Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dxepivot.cxx993 XclExpPTField::XclExpPTField( const XclExpPivotTable& rPTable, sal_uInt16 nCacheIdx ) : in XclExpPTField()
1250 XclExpPivotTable::XclExpPivotTable( const XclExpRoot& rRoot, const ScDPObject& rDPObj, const XclExp… in XclExpPivotTable() function in XclExpPivotTable
1305 const XclExpPCField* XclExpPivotTable::GetCacheField( sal_uInt16 nCacheIdx ) const in GetCacheField()
1310 const XclExpPTField* XclExpPivotTable::GetField( sal_uInt16 nFieldIdx ) const in GetField()
1315 const XclExpPTField* XclExpPivotTable::GetField( const String& rName ) const in GetField()
1317 return const_cast< XclExpPivotTable* >( this )->GetFieldAcc( rName ); in GetField()
1320 sal_uInt16 XclExpPivotTable::GetDataFieldIndex( const String& rName, sal_uInt16 nDefaultIdx ) const in GetDataFieldIndex()
1329 void XclExpPivotTable::Save( XclExpStream& rStrm ) in Save()
1358 XclExpPTField* XclExpPivotTable::GetFieldAcc( const String& rName ) in GetFieldAcc()
1367 XclExpPTField* XclExpPivotTable::GetFieldAcc( const ScDPSaveDimension& rSaveDim ) in GetFieldAcc()
[all …]
/AOO41X/main/sc/source/filter/inc/
H A Dxepivot.hxx252 class XclExpPivotTable;
285 explicit XclExpPTField( const XclExpPivotTable& rPTable, sal_uInt16 nCacheIdx );
340 const XclExpPivotTable& mrPTable; /// Parent pivot table containing this field.
351 class XclExpPivotTable : public XclExpRecordBase, protected XclExpRoot class
354 explicit XclExpPivotTable( const XclExpRoot& rRoot,
471 typedef XclExpRecordList< XclExpPivotTable > XclExpPivotTableList;