LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclPTExtInfo Struct Reference

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...
 

Detailed Description

Extended information about a pivot table (SXEX record).

Definition at line 734 of file xlpivot.hxx.

Constructor & Destructor Documentation

◆ XclPTExtInfo()

XclPTExtInfo::XclPTExtInfo ( )
explicit

Flags for the entire pivot table.

Definition at line 905 of file xlpivot.cxx.

Member Data Documentation

◆ mnFlags

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().

◆ mnPagePerCol

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>>().

◆ mnPagePerRow

sal_uInt16 XclPTExtInfo::mnPagePerRow

Number of SXSELECT records.

Definition at line 738 of file xlpivot.hxx.

Referenced by XclExpPivotTable::Finalize(), operator<<(), and operator>>().

◆ mnSxformulaRecs

sal_uInt16 XclPTExtInfo::mnSxformulaRecs

Definition at line 736 of file xlpivot.hxx.

Referenced by operator<<(), and operator>>().

◆ mnSxselectRecs

sal_uInt16 XclPTExtInfo::mnSxselectRecs

Number of SXFORMULA records.

Definition at line 737 of file xlpivot.hxx.

Referenced by operator<<(), and operator>>().


The documentation for this struct was generated from the following files: