LibreOffice Module sc (master) 1
|
Contains data for a pivot table page field (part of SXPI record). More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPTPageFieldInfo () | |
Escher object ID of dropdown listbox. More... | |
Public Attributes | |
sal_uInt16 | mnField |
sal_uInt16 | mnSelItem |
Base field for this page info. More... | |
sal_uInt16 | mnObjId |
Index to selected item. More... | |
Contains data for a pivot table page field (part of SXPI record).
Definition at line 657 of file xlpivot.hxx.
|
explicit |
Escher object ID of dropdown listbox.
Definition at line 675 of file xlpivot.cxx.
sal_uInt16 XclPTPageFieldInfo::mnField |
Definition at line 659 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), XclImpPivotTable::ReadSxpi(), and XclExpPTField::SetPropertiesFromDim().
sal_uInt16 XclPTPageFieldInfo::mnObjId |
Index to selected item.
Definition at line 661 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), and XclImpPivotTable::ReadSxpi().
sal_uInt16 XclPTPageFieldInfo::mnSelItem |
Base field for this page info.
Definition at line 660 of file xlpivot.hxx.
Referenced by XclImpPTField::ConvertFieldInfo(), operator<<(), operator>>(), and XclExpPTField::SetPropertiesFromDim().