LibreOffice Module sc (master) 1
|
#include <pivot.hxx>
Classes | |
struct | Member |
Public Member Functions | |
ScDPLabelData () | |
SC_DLLPUBLIC OUString const & | getDisplayName () const |
Public Attributes | |
OUString | maName |
Original name of the dimension. More... | |
OUString | maLayoutName |
Layout name (display name) More... | |
OUString | maSubtotalName |
SCCOL | mnCol |
0-based field index (not the source column index) More... | |
tools::Long | mnOriginalDim |
original dimension index (>= 0 for duplicated dimension) More... | |
PivotFunc | mnFuncMask |
Page/Column/Row subtotal function. More... | |
sal_Int32 | mnUsedHier |
Used hierarchy. More... | |
sal_Int32 | mnFlags |
Flags from the DataPilotSource dimension. More... | |
sal_uInt8 | mnDupCount |
bool | mbShowAll:1 |
true = Show all (also empty) results. More... | |
bool | mbIsValue:1 |
true = Sum or count in data field. More... | |
bool | mbDataLayout:1 |
bool | mbRepeatItemLabels:1 |
std::vector< Member > | maMembers |
css::uno::Sequence< OUString > | maHiers |
Hierarchies. More... | |
css::sheet::DataPilotFieldSortInfo | maSortInfo |
Sorting info. More... | |
css::sheet::DataPilotFieldLayoutInfo | maLayoutInfo |
Layout info. More... | |
css::sheet::DataPilotFieldAutoShowInfo | maShowInfo |
AutoShow info. More... | |
ScDPLabelData::ScDPLabelData | ( | ) |
Definition at line 54 of file pivot2.cxx.
References NONE.
OUString const & ScDPLabelData::getDisplayName | ( | ) | const |
Definition at line 67 of file pivot2.cxx.
References maLayoutName, and maName.
Referenced by ScDPFunctionDlg::Init(), ScDPSubtotalDlg::Init(), and ScDPSubtotalOptDlg::Init().
css::uno::Sequence<OUString> ScDPLabelData::maHiers |
Hierarchies.
Definition at line 99 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension(), and ScDPSubtotalOptDlg::Init().
css::sheet::DataPilotFieldLayoutInfo ScDPLabelData::maLayoutInfo |
Layout info.
Definition at line 101 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPSubtotalOptDlg::Init(), and lcl_FillLabelData().
OUString ScDPLabelData::maLayoutName |
Layout name (display name)
Definition at line 69 of file pivot.hxx.
Referenced by ScDPObject::ConvertOrientation(), ScDPObject::FillLabelDataForDimension(), ScDPLabelData::Member::getDisplayName(), getDisplayName(), and ScPivotLayoutTreeListData::PushDataFieldNames().
std::vector<Member> ScDPLabelData::maMembers |
Definition at line 98 of file pivot.hxx.
Referenced by ScGridWindow::DPPopulateFieldMembers(), ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPObject::FillLabelDataForDimension(), ScDPSubtotalOptDlg::InitHideListBox(), and ScGridWindow::UpdateDPFromFieldPopupMenu().
OUString ScDPLabelData::maName |
Original name of the dimension.
Definition at line 68 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension(), ScDPLabelData::Member::getDisplayName(), getDisplayName(), and ScPivotLayoutTreeListData::PushDataFieldNames().
css::sheet::DataPilotFieldAutoShowInfo ScDPLabelData::maShowInfo |
AutoShow info.
Definition at line 102 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPSubtotalOptDlg::Init(), and lcl_FillLabelData().
css::sheet::DataPilotFieldSortInfo ScDPLabelData::maSortInfo |
Sorting info.
Definition at line 100 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPSubtotalOptDlg::Init(), and lcl_FillLabelData().
OUString ScDPLabelData::maSubtotalName |
Definition at line 70 of file pivot.hxx.
Referenced by ScDPObject::ConvertOrientation(), and ScDPObject::FillLabelDataForDimension().
bool ScDPLabelData::mbDataLayout |
Definition at line 79 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension().
bool ScDPLabelData::mbIsValue |
true = Sum or count in data field.
Definition at line 78 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension().
bool ScDPLabelData::mbRepeatItemLabels |
Definition at line 80 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPSubtotalOptDlg::Init(), and lcl_FillLabelData().
bool ScDPLabelData::mbShowAll |
true = Show all (also empty) results.
Definition at line 77 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalDlg::Init(), and lcl_FillLabelData().
SCCOL ScDPLabelData::mnCol |
0-based field index (not the source column index)
Definition at line 71 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension().
sal_uInt8 ScDPLabelData::mnDupCount |
Definition at line 76 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension(), and ScPivotLayoutTreeListData::PushDataFieldNames().
sal_Int32 ScDPLabelData::mnFlags |
Flags from the DataPilotSource dimension.
Definition at line 75 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension().
PivotFunc ScDPLabelData::mnFuncMask |
Page/Column/Row subtotal function.
Definition at line 73 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), and IMPL_LINK_NOARG().
tools::Long ScDPLabelData::mnOriginalDim |
original dimension index (>= 0 for duplicated dimension)
Definition at line 72 of file pivot.hxx.
Referenced by ScDPObject::FillLabelDataForDimension().
sal_Int32 ScDPLabelData::mnUsedHier |
Used hierarchy.
Definition at line 74 of file pivot.hxx.
Referenced by ScDPSubtotalDlg::FillLabelData(), ScDPSubtotalOptDlg::FillLabelData(), ScDPSubtotalOptDlg::Init(), and lcl_FillLabelData().