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

Contains data for a pivot cache field (SXFIELD record). More...

#include <xlpivot.hxx>

Public Member Functions

 XclPCFieldInfo ()
 Number of original source data items. More...
 

Public Attributes

OUString maName
 
sal_uInt16 mnFlags
 Name of the pivot cache field. More...
 
sal_uInt16 mnGroupChild
 Various flags. More...
 
sal_uInt16 mnGroupBase
 Field containing grouping info for this field. More...
 
sal_uInt16 mnVisItems
 Base field if this field contains grouping info. More...
 
sal_uInt16 mnGroupItems
 Number of visible items for this field. More...
 
sal_uInt16 mnBaseItems
 Number of special items in a grouping field. More...
 
sal_uInt16 mnOrigItems
 Number of items in the base field. More...
 

Detailed Description

Contains data for a pivot cache field (SXFIELD record).

Definition at line 435 of file xlpivot.hxx.

Constructor & Destructor Documentation

◆ XclPCFieldInfo()

XclPCFieldInfo::XclPCFieldInfo ( )
explicit

Number of original source data items.

Definition at line 172 of file xlpivot.cxx.

Member Data Documentation

◆ maName

OUString XclPCFieldInfo::maName

◆ mnBaseItems

sal_uInt16 XclPCFieldInfo::mnBaseItems

Number of special items in a grouping field.

Definition at line 443 of file xlpivot.hxx.

Referenced by XclExpPCField::InitStdGroupField(), operator<<(), operator>>(), XclImpPCField::ReadSxfield(), and XclImpPCField::ReadSxgroupinfo().

◆ mnFlags

sal_uInt16 XclPCFieldInfo::mnFlags

◆ mnGroupBase

sal_uInt16 XclPCFieldInfo::mnGroupBase

Field containing grouping info for this field.

Definition at line 440 of file xlpivot.hxx.

Referenced by XclImpPCField::GetGroupBaseField(), operator<<(), operator>>(), and XclExpPCField::XclExpPCField().

◆ mnGroupChild

sal_uInt16 XclPCFieldInfo::mnGroupChild

Various flags.

Definition at line 439 of file xlpivot.hxx.

Referenced by operator<<(), operator>>(), and XclExpPCField::SetGroupChildField().

◆ mnGroupItems

sal_uInt16 XclPCFieldInfo::mnGroupItems

◆ mnOrigItems

sal_uInt16 XclPCFieldInfo::mnOrigItems

◆ mnVisItems

sal_uInt16 XclPCFieldInfo::mnVisItems

Base field if this field contains grouping info.

Definition at line 441 of file xlpivot.hxx.

Referenced by XclExpPCField::Finalize(), operator<<(), operator>>(), and XclImpPCField::ReadSxfield().


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