LibreOffice Module sc (master) 1
|
#include <pivot.hxx>
Public Member Functions | |
ScPivotParam () | |
ScPivotParam (const ScPivotParam &r) | |
~ScPivotParam () | |
ScPivotParam & | operator= (const ScPivotParam &r) |
void | SetLabelData (const ScDPLabelDataVector &r) |
Public Attributes | |
SCCOL | nCol |
Cursor Position /. More... | |
SCROW | nRow |
or start of destination area More... | |
SCTAB | nTab |
ScDPLabelDataVector | maLabelArray |
ScPivotFieldVector | maPageFields |
ScPivotFieldVector | maColFields |
ScPivotFieldVector | maRowFields |
ScPivotFieldVector | maDataFields |
bool | bIgnoreEmptyRows |
bool | bDetectCategories |
bool | bMakeTotalCol |
bool | bMakeTotalRow |
ScPivotParam::ScPivotParam | ( | ) |
Definition at line 91 of file pivot2.cxx.
ScPivotParam::ScPivotParam | ( | const ScPivotParam & | r | ) |
Definition at line 97 of file pivot2.cxx.
References maLabelArray, and SetLabelData().
ScPivotParam::~ScPivotParam | ( | ) |
Definition at line 111 of file pivot2.cxx.
ScPivotParam & ScPivotParam::operator= | ( | const ScPivotParam & | r | ) |
Definition at line 125 of file pivot2.cxx.
References bDetectCategories, bIgnoreEmptyRows, bMakeTotalCol, bMakeTotalRow, maColFields, maDataFields, maLabelArray, maPageFields, maRowFields, nCol, nRow, nTab, and SetLabelData().
void ScPivotParam::SetLabelData | ( | const ScDPLabelDataVector & | r | ) |
Definition at line 114 of file pivot2.cxx.
References maLabelArray.
Referenced by operator=(), and ScPivotParam().
bool ScPivotParam::bDetectCategories |
Definition at line 144 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), operator=(), and ScPivotLayoutDialog::ScPivotLayoutDialog().
bool ScPivotParam::bIgnoreEmptyRows |
Definition at line 143 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), operator=(), and ScPivotLayoutDialog::ScPivotLayoutDialog().
bool ScPivotParam::bMakeTotalCol |
Definition at line 145 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), operator=(), and ScPivotLayoutDialog::ScPivotLayoutDialog().
bool ScPivotParam::bMakeTotalRow |
Definition at line 146 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), operator=(), and ScPivotLayoutDialog::ScPivotLayoutDialog().
ScPivotFieldVector ScPivotParam::maColFields |
Definition at line 139 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), ScPivotLayoutDialog::FillValuesToListBoxes(), and operator=().
ScPivotFieldVector ScPivotParam::maDataFields |
Definition at line 141 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), ScPivotLayoutDialog::FillValuesToListBoxes(), and operator=().
ScDPLabelDataVector ScPivotParam::maLabelArray |
Definition at line 137 of file pivot.hxx.
Referenced by ScPivotLayoutDialog::ApplySaveData(), ScDPObject::FillLabelData(), ScPivotLayoutDialog::FillValuesToListBoxes(), ScPivotLayoutDialog::GetLabelData(), ScPivotLayoutDialog::GetLabelDataVector(), operator=(), ScPivotParam(), and SetLabelData().
ScPivotFieldVector ScPivotParam::maPageFields |
Definition at line 138 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), ScPivotLayoutDialog::FillValuesToListBoxes(), and operator=().
ScPivotFieldVector ScPivotParam::maRowFields |
Definition at line 140 of file pivot.hxx.
Referenced by ScDPObject::FillOldParam(), ScPivotLayoutDialog::FillValuesToListBoxes(), and operator=().
SCCOL ScPivotParam::nCol |
Cursor Position /.
Definition at line 133 of file pivot.hxx.
Referenced by ScPivotLayoutDialog::ApplyChanges(), ScDPObject::FillOldParam(), ScPivotLayoutDialog::GetDestination(), operator=(), and ScPivotLayoutDialog::SetupDestination().
SCROW ScPivotParam::nRow |
or start of destination area
Definition at line 134 of file pivot.hxx.
Referenced by ScPivotLayoutDialog::ApplyChanges(), ScDPObject::FillOldParam(), ScPivotLayoutDialog::GetDestination(), operator=(), and ScPivotLayoutDialog::SetupDestination().
SCTAB ScPivotParam::nTab |
Definition at line 135 of file pivot.hxx.
Referenced by ScPivotLayoutDialog::ApplyChanges(), ScDPObject::FillOldParam(), ScPivotLayoutDialog::GetDestination(), operator=(), and ScPivotLayoutDialog::SetupDestination().