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

#include <pivottablebuffer.hxx>

Public Member Functions

 PTDataFieldModel ()
 Number format for the result. More...
 
void setBiffSubtotal (sal_Int32 nSubtotal)
 Sets the subtotal aggregation function for BIFF import. More...
 
void setBiffShowDataAs (sal_Int32 nShowDataAs)
 Sets the 'show data as' type for BIFF import. More...
 

Public Attributes

OUString maName
 
sal_Int32 mnField
 Name of the data field. More...
 
sal_Int32 mnSubtotal
 Base pivot field. More...
 
sal_Int32 mnShowDataAs
 Subtotal aggregation function. More...
 
sal_Int32 mnBaseField
 Show data as, based on another field. More...
 
sal_Int32 mnBaseItem
 Base field for 'show data as'. More...
 
sal_Int32 mnNumFmtId
 Base item for 'show data as'. More...
 

Detailed Description

Definition at line 97 of file pivottablebuffer.hxx.

Constructor & Destructor Documentation

◆ PTDataFieldModel()

oox::xls::PTDataFieldModel::PTDataFieldModel ( )
explicit

Number format for the result.

Definition at line 233 of file pivottablebuffer.cxx.

Member Function Documentation

◆ setBiffShowDataAs()

void oox::xls::PTDataFieldModel::setBiffShowDataAs ( sal_Int32  nShowDataAs)

Sets the 'show data as' type for BIFF import.

Definition at line 249 of file pivottablebuffer.cxx.

References mnShowDataAs, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.

Referenced by oox::xls::PivotTable::importPTDataField().

◆ setBiffSubtotal()

void oox::xls::PTDataFieldModel::setBiffSubtotal ( sal_Int32  nSubtotal)

Sets the subtotal aggregation function for BIFF import.

Definition at line 243 of file pivottablebuffer.cxx.

References mnSubtotal, STATIC_ARRAY_SELECT, and XML_TOKEN_INVALID.

Referenced by oox::xls::PivotTable::importPTDataField().

Member Data Documentation

◆ maName

OUString oox::xls::PTDataFieldModel::maName

◆ mnBaseField

sal_Int32 oox::xls::PTDataFieldModel::mnBaseField

◆ mnBaseItem

sal_Int32 oox::xls::PTDataFieldModel::mnBaseItem

◆ mnField

sal_Int32 oox::xls::PTDataFieldModel::mnField

◆ mnNumFmtId

sal_Int32 oox::xls::PTDataFieldModel::mnNumFmtId

Base item for 'show data as'.

Definition at line 105 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTable::importDataField(), and oox::xls::PivotTable::importPTDataField().

◆ mnShowDataAs

sal_Int32 oox::xls::PTDataFieldModel::mnShowDataAs

Subtotal aggregation function.

Definition at line 102 of file pivottablebuffer.hxx.

Referenced by oox::xls::PivotTableField::convertDataField(), oox::xls::PivotTable::importDataField(), and setBiffShowDataAs().

◆ mnSubtotal

sal_Int32 oox::xls::PTDataFieldModel::mnSubtotal

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