LibreOffice Module sc (master)
1
|
#include <pivot.hxx>
Public Member Functions | |
ScDPName () | |
ScDPName (const OUString &rName, const OUString &rLayoutName, sal_uInt8 nDupCount) | |
Public Attributes | |
OUString | maName |
Original name of the dimension. More... | |
OUString | maLayoutName |
Layout name (display name) More... | |
sal_uInt8 | mnDupCount |
ScDPName::ScDPName | ( | ) |
Definition at line 31 of file pivot2.cxx.
|
explicit |
Definition at line 34 of file pivot2.cxx.
References maName.
OUString ScDPName::maName |
Original name of the dimension.
Definition at line 59 of file pivot.hxx.
Referenced by ScDPSubtotalOptDlg::FindListBoxEntry().
sal_uInt8 ScDPName::mnDupCount |
Definition at line 61 of file pivot.hxx.
Referenced by ScDPSubtotalOptDlg::FindListBoxEntry().