LibreOffice Module sc (master) 1
Classes | Macros | Typedefs
pivot.hxx File Reference
#include <rtl/ustring.hxx>
#include <tools/long.hxx>
#include "types.hxx"
#include "scdllapi.h"
#include "dpglobal.hxx"
#include "calcmacros.hxx"
#include <vector>
#include <memory>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/sheet/DataPilotFieldReference.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
Include dependency graph for pivot.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ScDPName
 
struct  ScDPLabelData
 
struct  ScDPLabelData::Member
 
struct  ScPivotField
 
struct  ScPivotParam
 
struct  ScPivotFuncData
 

Macros

#define PIVOT_DATA_FIELD   (SCCOL(-1))
 

Typedefs

typedef std::vector< std::unique_ptr< ScDPLabelData > > ScDPLabelDataVector
 
typedef std::vector< ScPivotFieldScPivotFieldVector
 
typedef std::vector< ScDPNameScDPNameVec
 

Macro Definition Documentation

◆ PIVOT_DATA_FIELD

#define PIVOT_DATA_FIELD   (SCCOL(-1))

Definition at line 54 of file pivot.hxx.

Typedef Documentation

◆ ScDPLabelDataVector

typedef std::vector< std::unique_ptr<ScDPLabelData> > ScDPLabelDataVector

Definition at line 113 of file pivot.hxx.

◆ ScDPNameVec

typedef std::vector<ScDPName> ScDPNameVec

Definition at line 172 of file pivot.hxx.

◆ ScPivotFieldVector

typedef std::vector< ScPivotField > ScPivotFieldVector

Definition at line 129 of file pivot.hxx.