LibreOffice Module sc (master)
1
|
#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>
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< ScPivotField > | ScPivotFieldVector |
typedef std::vector< ScDPName > | ScDPNameVec |
#define PIVOT_DATA_FIELD (SCCOL(-1)) |
Definition at line 54 of file pivot.hxx.
Referenced by ScDPObject::ConvertOrientation(), ScPivotLayoutTreeListData::FillDataField(), ScPivotLayoutTreeListLabel::GetItem(), ScPivotLayoutTreeListLabel::IsDataElement(), and lcl_FillOldFields().
typedef std::vector< std::unique_ptr<ScDPLabelData> > ScDPLabelDataVector |
typedef std::vector<ScDPName> ScDPNameVec |
typedef std::vector< ScPivotField > ScPivotFieldVector |