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

Contains data for a pivot table data item (SXVI record). More...

#include <xlpivot.hxx>

Inheritance diagram for XclPTItemInfo:
[legend]
Collaboration diagram for XclPTItemInfo:
[legend]

Public Member Functions

 XclPTItemInfo ()
 Index into cache for item name. More...
 
- Public Member Functions inherited from XclPTVisNameInfo
bool HasVisName () const
 The displayed name of the item. More...
 
const OUString * GetVisName () const
 Returns the name, if set explicitly (maVisName.mbUseCache is false). More...
 
void SetVisName (const OUString &rName)
 Sets the visible name and enables usage of cache if name is empty. More...
 

Public Attributes

sal_uInt16 mnType
 
sal_uInt16 mnFlags
 Type of the item (e.g. data, function, grand total). More...
 
sal_uInt16 mnCacheIdx
 Several flags. More...
 
- Public Attributes inherited from XclPTVisNameInfo
XclPTCachedName maVisName
 

Detailed Description

Contains data for a pivot table data item (SXVI record).

Definition at line 574 of file xlpivot.hxx.

Constructor & Destructor Documentation

◆ XclPTItemInfo()

XclPTItemInfo::XclPTItemInfo ( )
explicit

Index into cache for item name.

Definition at line 433 of file xlpivot.cxx.

Member Data Documentation

◆ mnCacheIdx

sal_uInt16 XclPTItemInfo::mnCacheIdx

Several flags.

Definition at line 578 of file xlpivot.hxx.

Referenced by XclImpPTItem::GetItemName(), operator<<(), operator>>(), and XclExpPTItem::XclExpPTItem().

◆ mnFlags

sal_uInt16 XclPTItemInfo::mnFlags

Type of the item (e.g. data, function, grand total).

Definition at line 577 of file xlpivot.hxx.

Referenced by XclImpPTItem::ConvertItem(), operator<<(), operator>>(), and XclExpPTItem::SetPropertiesFromMember().

◆ mnType

sal_uInt16 XclPTItemInfo::mnType

Definition at line 576 of file xlpivot.hxx.

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


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