|
LibreOffice Module sc (master) 1
|
#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 |
|
explicit |
Definition at line 77 of file pivot2.cxx.
| tools::Long ScPivotField::getOriginalDim | ( | ) | const |
Definition at line 84 of file pivot2.cxx.
References mnOriginalDim, and nCol.
Referenced by ScDPObject::ConvertOrientation().
| css::sheet::DataPilotFieldReference ScPivotField::maFieldRef |
Definition at line 117 of file pivot.hxx.
Referenced by ScDPObject::ConvertOrientation(), lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().
| sal_uInt8 ScPivotField::mnDupCount |
Definition at line 122 of file pivot.hxx.
Referenced by lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().
| tools::Long ScPivotField::mnOriginalDim |
>= 0 for duplicated field.
Definition at line 119 of file pivot.hxx.
Referenced by getOriginalDim(), lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().
| 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().
| PivotFunc ScPivotField::nFuncMask |
Definition at line 120 of file pivot.hxx.
Referenced by ScDPObject::ConvertOrientation(), lcl_FillOldFields(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().