LibreOffice Module sc (master) 1
|
#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... | |
Definition at line 149 of file pivotcachebuffer.hxx.
|
explicit |
True = contains strings with >255 characters.
Definition at line 373 of file pivotcachebuffer.cxx.
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().
bool oox::xls::PCSharedItemsModel::mbHasDate |
True = has non-date item(s), maybe date items.
Definition at line 153 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), oox::xls::PivotCacheField::importPCRecordItem(), and oox::xls::PivotCacheField::importSharedItems().
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().
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().
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().
bool oox::xls::PCSharedItemsModel::mbHasSemiMixed |
Definition at line 151 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), and oox::xls::PivotCacheField::importSharedItems().
bool oox::xls::PCSharedItemsModel::mbHasString |
True = has date item(s), maybe other types.
Definition at line 154 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importPCDFSharedItems(), oox::xls::PivotCacheField::importPCRecordItem(), and oox::xls::PivotCacheField::importSharedItems().
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().
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().