LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::PTFieldItemModel Struct Reference

#include <pivottablebuffer.hxx>

Public Member Functions

 PTFieldItemModel ()
 True = item is hidden. More...
 
void setBiffType (sal_uInt16 nType)
 Sets item type for BIFF import. More...
 

Public Attributes

sal_Int32 mnCacheItem
 
sal_Int32 mnType
 Index to shared item in pivot cache. More...
 
OUString msCaption
 Type of the item. More...
 
bool mbShowDetails
 User caption of the item. More...
 
bool mbHidden
 True = show item details (items of child fields). More...
 

Detailed Description

Definition at line 36 of file pivottablebuffer.hxx.

Constructor & Destructor Documentation

◆ PTFieldItemModel()

oox::xls::PTFieldItemModel::PTFieldItemModel ( )
explicit

True = item is hidden.

Definition at line 164 of file pivottablebuffer.cxx.

Member Function Documentation

◆ setBiffType()

void oox::xls::PTFieldItemModel::setBiffType ( sal_uInt16  nType)

Sets item type for BIFF import.

Definition at line 172 of file pivottablebuffer.cxx.

References mnType, nType, and STATIC_ARRAY_SELECT.

Referenced by oox::xls::PivotTableField::importPTFItem().

Member Data Documentation

◆ mbHidden

bool oox::xls::PTFieldItemModel::mbHidden

True = show item details (items of child fields).

Definition at line 42 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTableField::importItem(), and oox::xls::PivotTableField::importPTFItem().

◆ mbShowDetails

bool oox::xls::PTFieldItemModel::mbShowDetails

User caption of the item.

Definition at line 41 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTableField::importItem(), and oox::xls::PivotTableField::importPTFItem().

◆ mnCacheItem

sal_Int32 oox::xls::PTFieldItemModel::mnCacheItem

◆ mnType

sal_Int32 oox::xls::PTFieldItemModel::mnType

Index to shared item in pivot cache.

Definition at line 39 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTableField::importItem(), and setBiffType().

◆ msCaption

OUString oox::xls::PTFieldItemModel::msCaption

Type of the item.

Definition at line 40 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTableField::importItem().


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