|
LibreOffice Module sc (master) 1
|
#include <PivotLayoutDialog.hxx>
Public Member Functions | |
| ScItemValue (OUString aName, SCCOL nColumn, PivotFunc nFunctionMask) | |
| ScItemValue (const ScItemValue *pInputItemValue) | |
| ~ScItemValue () | |
Public Attributes | |
| OUString | maName |
| ScPivotFuncData | maFunctionData |
| ScItemValue * | mpOriginalItemValue |
Definition at line 21 of file PivotLayoutDialog.hxx.
Definition at line 34 of file PivotLayoutDialog.cxx.
| ScItemValue::ScItemValue | ( | const ScItemValue * | pInputItemValue | ) |
Definition at line 40 of file PivotLayoutDialog.cxx.
References maName.
| ScItemValue::~ScItemValue | ( | ) |
Definition at line 46 of file PivotLayoutDialog.cxx.
| ScPivotFuncData ScItemValue::maFunctionData |
Definition at line 25 of file PivotLayoutDialog.hxx.
Referenced by ScPivotLayoutTreeListData::AdjustDuplicateCount(), ScPivotLayoutTreeListData::FillDataField(), IMPL_LINK_NOARG(), ScPivotLayoutTreeListData::InsertEntryForItem(), ScPivotLayoutTreeList::InsertEntryForSourceTarget(), ScPivotLayoutTreeListData::InsertEntryForSourceTarget(), ScPivotLayoutTreeListData::PushDataFieldNames(), and ScPivotLayoutTreeListBase::PushEntriesToPivotFieldVector().
| OUString ScItemValue::maName |
| ScItemValue* ScItemValue::mpOriginalItemValue |
Definition at line 26 of file PivotLayoutDialog.hxx.
Referenced by ScPivotLayoutTreeListData::FillDataField(), ScPivotLayoutTreeListData::InsertEntryForItem(), ScPivotLayoutTreeList::InsertEntryForSourceTarget(), and ScPivotLayoutTreeListData::InsertEntryForSourceTarget().