LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScPivotField Struct Reference

#include <pivot.hxx>

Public Member Functions

 ScPivotField (SCCOL nNewCol=0)
 
tools::Long getOriginalDim () const
 

Public Attributes

css::sheet::DataPilotFieldReference maFieldRef
 
tools::Long mnOriginalDim
 >= 0 for duplicated field. More...
 
PivotFunc nFuncMask
 
SCCOL nCol
 0-based dimension index (not source column index) More...
 
sal_uInt8 mnDupCount
 

Detailed Description

Definition at line 115 of file pivot.hxx.

Constructor & Destructor Documentation

◆ ScPivotField()

ScPivotField::ScPivotField ( SCCOL  nNewCol = 0)
explicit

Definition at line 77 of file pivot2.cxx.

Member Function Documentation

◆ getOriginalDim()

tools::Long ScPivotField::getOriginalDim ( ) const

Definition at line 84 of file pivot2.cxx.

References mnOriginalDim, and nCol.

Referenced by ScDPObject::ConvertOrientation().

Member Data Documentation

◆ maFieldRef

css::sheet::DataPilotFieldReference ScPivotField::maFieldRef

◆ mnDupCount

sal_uInt8 ScPivotField::mnDupCount

◆ mnOriginalDim

tools::Long ScPivotField::mnOriginalDim

>= 0 for duplicated field.

Definition at line 119 of file pivot.hxx.

Referenced by getOriginalDim(), lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().

◆ nCol

SCCOL ScPivotField::nCol

0-based dimension index (not source column index)

Definition at line 121 of file pivot.hxx.

Referenced by ScDPObject::ConvertOrientation(), getOriginalDim(), lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().

◆ nFuncMask

PivotFunc ScPivotField::nFuncMask

The documentation for this struct was generated from the following files: