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

#include <pivotcachebuffer.hxx>

Public Member Functions

 PCSharedItemsModel ()
 True = contains strings with >255 characters. More...
 

Public Attributes

bool mbHasSemiMixed
 
bool mbHasNonDate
 True = has (blank|string|bool|error) item(s), maybe other types. More...
 
bool mbHasDate
 True = has non-date item(s), maybe date items. More...
 
bool mbHasString
 True = has date item(s), maybe other types. More...
 
bool mbHasBlank
 True = has (string|bool|error) item(s), maybe other types. More...
 
bool mbHasMixed
 True = has blank item(s), maybe other types. More...
 
bool mbIsNumeric
 True = has [(string|bool|error) and (number|date)] or (number and date). More...
 
bool mbIsInteger
 True = has numeric item(s), maybe other types except date. More...
 
bool mbHasLongText
 True = has numeric item(s) with only integers, maybe other types except date. More...
 

Detailed Description

Definition at line 149 of file pivotcachebuffer.hxx.

Constructor & Destructor Documentation

◆ PCSharedItemsModel()

oox::xls::PCSharedItemsModel::PCSharedItemsModel ( )
explicit

True = contains strings with >255 characters.

Definition at line 373 of file pivotcachebuffer.cxx.

Member Data Documentation

◆ mbHasBlank

bool oox::xls::PCSharedItemsModel::mbHasBlank

True = has (string|bool|error) item(s), maybe other types.

Definition at line 155 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().

◆ mbHasDate

bool oox::xls::PCSharedItemsModel::mbHasDate

◆ mbHasLongText

bool oox::xls::PCSharedItemsModel::mbHasLongText

True = has numeric item(s) with only integers, maybe other types except date.

Definition at line 159 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().

◆ mbHasMixed

bool oox::xls::PCSharedItemsModel::mbHasMixed

True = has blank item(s), maybe other types.

Definition at line 156 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().

◆ mbHasNonDate

bool oox::xls::PCSharedItemsModel::mbHasNonDate

True = has (blank|string|bool|error) item(s), maybe other types.

Definition at line 152 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().

◆ mbHasSemiMixed

bool oox::xls::PCSharedItemsModel::mbHasSemiMixed

◆ mbHasString

bool oox::xls::PCSharedItemsModel::mbHasString

◆ mbIsInteger

bool oox::xls::PCSharedItemsModel::mbIsInteger

True = has numeric item(s), maybe other types except date.

Definition at line 158 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().

◆ mbIsNumeric

bool oox::xls::PCSharedItemsModel::mbIsNumeric

True = has [(string|bool|error) and (number|date)] or (number and date).

Definition at line 157 of file pivotcachebuffer.hxx.

Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), oox::xls::PivotCacheField::importPCRecordItem(), and oox::xls::PivotCacheField::importSharedItems().


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