LibreOffice Module sc (master) 1
Classes | Typedefs
xipivot.hxx File Reference
#include "xlpivot.hxx"
#include "xiroot.hxx"
#include <vector>
#include <memory>
Include dependency graph for xipivot.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XclImpPCItem
 Represents a data item in a pivot cache. More...
 
class  XclImpPCField
 Represents a field in a pivot cache (a column of data items in the source area). More...
 
class  XclImpPivotCache
 
class  XclImpPTItem
 
class  XclImpPTField
 
class  XclImpPivotTable
 
class  XclImpPivotTableManager
 The main class for pivot table import. More...
 

Typedefs

typedef std::shared_ptr< XclImpPCItemXclImpPCItemRef
 
typedef std::shared_ptr< XclImpPCFieldXclImpPCFieldRef
 
typedef std::shared_ptr< XclImpPivotCacheXclImpPivotCacheRef
 
typedef std::shared_ptr< XclImpPTItemXclImpPTItemRef
 
typedef std::shared_ptr< XclImpPTFieldXclImpPTFieldRef
 
typedef std::shared_ptr< XclImpPivotTableXclImpPivotTableRef
 

Typedef Documentation

◆ XclImpPCFieldRef

typedef std::shared_ptr< XclImpPCField > XclImpPCFieldRef

Definition at line 140 of file xipivot.hxx.

◆ XclImpPCItemRef

typedef std::shared_ptr< XclImpPCItem > XclImpPCItemRef

Definition at line 58 of file xipivot.hxx.

◆ XclImpPivotCacheRef

typedef std::shared_ptr< XclImpPivotCache > XclImpPivotCacheRef

Definition at line 191 of file xipivot.hxx.

◆ XclImpPivotTableRef

typedef std::shared_ptr< XclImpPivotTable > XclImpPivotTableRef

Definition at line 364 of file xipivot.hxx.

◆ XclImpPTFieldRef

typedef std::shared_ptr< XclImpPTField > XclImpPTFieldRef

Definition at line 290 of file xipivot.hxx.

◆ XclImpPTItemRef

typedef std::shared_ptr< XclImpPTItem > XclImpPTItemRef

Definition at line 218 of file xipivot.hxx.