LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScDPOutLevelData (tools::Long nDim, tools::Long nHier, tools::Long nLevel, tools::Long nDimPos, sal_uInt32 nSrcNumFmt, const uno::Sequence< sheet::MemberResult > &aResult, OUString aName, OUString aCaption, bool bHasHiddenMember, bool bDataLayout, bool bPageDim) | |
Public Attributes | |
tools::Long | mnDim |
tools::Long | mnHier |
tools::Long | mnLevel |
tools::Long | mnDimPos |
sal_uInt32 | mnSrcNumFmt |
uno::Sequence< sheet::MemberResult > | maResult |
Prevailing number format used in the source data. More... | |
OUString | maName |
OUString | maCaption |
Name is the internal field name. More... | |
bool | mbHasHiddenMember:1 |
Caption is the name visible in the output table. More... | |
bool | mbDataLayout:1 |
bool | mbPageDim:1 |
Definition at line 85 of file dpoutput.cxx.
|
inline |
Definition at line 99 of file dpoutput.cxx.
References aName.
OUString ScDPOutLevelData::maCaption |
Name is the internal field name.
Definition at line 94 of file dpoutput.cxx.
Referenced by ScDPOutput::FieldCell().
OUString ScDPOutLevelData::maName |
Definition at line 93 of file dpoutput.cxx.
uno::Sequence<sheet::MemberResult> ScDPOutLevelData::maResult |
Prevailing number format used in the source data.
Definition at line 92 of file dpoutput.cxx.
bool ScDPOutLevelData::mbDataLayout |
Definition at line 96 of file dpoutput.cxx.
Referenced by ScDPOutput::FieldCell().
bool ScDPOutLevelData::mbHasHiddenMember |
Caption is the name visible in the output table.
Definition at line 95 of file dpoutput.cxx.
Referenced by ScDPOutput::FieldCell().
bool ScDPOutLevelData::mbPageDim |
Definition at line 97 of file dpoutput.cxx.
Referenced by ScDPOutput::FieldCell().
tools::Long ScDPOutLevelData::mnDim |
Definition at line 87 of file dpoutput.cxx.
tools::Long ScDPOutLevelData::mnDimPos |
Definition at line 90 of file dpoutput.cxx.
tools::Long ScDPOutLevelData::mnHier |
Definition at line 88 of file dpoutput.cxx.
tools::Long ScDPOutLevelData::mnLevel |
Definition at line 89 of file dpoutput.cxx.
sal_uInt32 ScDPOutLevelData::mnSrcNumFmt |
Definition at line 91 of file dpoutput.cxx.