LibreOffice Module sc (master) 1
|
Extended information about a pivot table (SXEX record). More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPTExtInfo () | |
Flags for the entire pivot table. More... | |
Public Attributes | |
sal_uInt16 | mnSxformulaRecs |
sal_uInt16 | mnSxselectRecs |
Number of SXFORMULA records. More... | |
sal_uInt16 | mnPagePerRow |
Number of SXSELECT records. More... | |
sal_uInt16 | mnPagePerCol |
Number of page fields per row. More... | |
sal_uInt32 | mnFlags |
Number of page fields per column. More... | |
Extended information about a pivot table (SXEX record).
Definition at line 734 of file xlpivot.hxx.
|
explicit |
Flags for the entire pivot table.
Definition at line 905 of file xlpivot.cxx.
sal_uInt32 XclPTExtInfo::mnFlags |
Number of page fields per column.
Definition at line 740 of file xlpivot.hxx.
Referenced by XclImpPivotTable::Convert(), operator<<(), operator>>(), and XclExpPivotTable::SetPropertiesFromDP().
sal_uInt16 XclPTExtInfo::mnPagePerCol |
Number of page fields per row.
Definition at line 739 of file xlpivot.hxx.
Referenced by XclExpPivotTable::Finalize(), operator<<(), and operator>>().
sal_uInt16 XclPTExtInfo::mnPagePerRow |
Number of SXSELECT records.
Definition at line 738 of file xlpivot.hxx.
Referenced by XclExpPivotTable::Finalize(), operator<<(), and operator>>().
sal_uInt16 XclPTExtInfo::mnSxformulaRecs |
Definition at line 736 of file xlpivot.hxx.
Referenced by operator<<(), and operator>>().
sal_uInt16 XclPTExtInfo::mnSxselectRecs |
Number of SXFORMULA records.
Definition at line 737 of file xlpivot.hxx.
Referenced by operator<<(), and operator>>().