LibreOffice Module sc (master) 1
|
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... | |
Contains data for a pivot cache field (SXFIELD record).
Definition at line 435 of file xlpivot.hxx.
|
explicit |
Number of original source data items.
Definition at line 172 of file xlpivot.cxx.
OUString XclPCFieldInfo::maName |
Definition at line 437 of file xlpivot.hxx.
Referenced by XclExpPCField::GetFieldName(), XclImpPCField::GetFieldName(), XclExpPCField::InitStandardField(), operator<<(), operator>>(), XclImpPCField::WriteFieldNameToSource(), and XclExpPCField::XclExpPCField().
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().
sal_uInt16 XclPCFieldInfo::mnFlags |
Name of the pivot cache field.
Definition at line 438 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), XclPCField::Has16BitIndexes(), XclPCField::HasPostponedItems(), XclPCField::IsGroupBaseField(), operator<<(), operator>>(), XclImpPCField::ReadSxfield(), and XclExpPCField::SetGroupChildField().
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().
sal_uInt16 XclPCFieldInfo::mnGroupChild |
Various flags.
Definition at line 439 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), and XclExpPCField::SetGroupChildField().
sal_uInt16 XclPCFieldInfo::mnGroupItems |
Number of visible items for this field.
Definition at line 442 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), XclPCField::HasInlineItems(), operator<<(), operator>>(), XclImpPCField::ReadSxfield(), XclImpPCField::ReadSxgroupinfo(), and XclImpPCField::ReadSxnumgroup().
sal_uInt16 XclPCFieldInfo::mnOrigItems |
Number of items in the base field.
Definition at line 444 of file xlpivot.hxx.
Referenced by XclExpPCField::Finalize(), XclPCField::HasInlineItems(), XclPCField::HasOrigItems(), operator<<(), operator>>(), and XclImpPCField::ReadSxfield().
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().