|
LibreOffice Module sc (master) 1
|
#include <pivotcachebuffer.hxx>
Public Member Functions | |
| PCFieldModel () | |
| True = contains OLAP member properties. More... | |
Public Attributes | |
| OUString | maName |
| OUString | maCaption |
| Fixed name of the cache field. More... | |
| OUString | maPropertyName |
| Caption of the cache field. More... | |
| OUString | maFormula |
| OLAP property name. More... | |
| sal_Int32 | mnNumFmtId |
| Formula of a calculated field. More... | |
| sal_Int32 | mnSqlType |
| Number format for all items. More... | |
| sal_Int32 | mnHierarchy |
| Data type from ODBC data source. More... | |
| sal_Int32 | mnLevel |
| Hierarchy this field is part of. More... | |
| sal_Int32 | mnMappingCount |
| Hierarchy level this field is part of. More... | |
| bool | mbDatabaseField |
| Number of property mappings. More... | |
| bool | mbServerField |
| True = field from source data; false = calculated field. More... | |
| bool | mbUniqueList |
| True = ODBC server-based page field. More... | |
| bool | mbMemberPropField |
| True = list of unique ODBC items exists. More... | |
Definition at line 130 of file pivotcachebuffer.hxx.
|
explicit |
True = contains OLAP member properties.
Definition at line 360 of file pivotcachebuffer.cxx.
References mnLevel.
| OUString oox::xls::PCFieldModel::maCaption |
Fixed name of the cache field.
Definition at line 133 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| OUString oox::xls::PCFieldModel::maFormula |
OLAP property name.
Definition at line 135 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField().
| OUString oox::xls::PCFieldModel::maName |
Definition at line 132 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::getName(), oox::xls::PivotCacheField::importCacheField(), oox::xls::PivotCacheField::importPCDField(), and oox::xls::PivotCacheField::writeSourceHeaderCell().
| OUString oox::xls::PCFieldModel::maPropertyName |
Caption of the cache field.
Definition at line 134 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| bool oox::xls::PCFieldModel::mbDatabaseField |
Number of property mappings.
Definition at line 141 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), oox::xls::PivotCacheField::importPCDField(), oox::xls::PivotCacheField::isDatabaseField(), and oox::xls::PivotCacheField::PivotCacheField().
| bool oox::xls::PCFieldModel::mbMemberPropField |
True = list of unique ODBC items exists.
Definition at line 144 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| bool oox::xls::PCFieldModel::mbServerField |
True = field from source data; false = calculated field.
Definition at line 142 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| bool oox::xls::PCFieldModel::mbUniqueList |
True = ODBC server-based page field.
Definition at line 143 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| sal_Int32 oox::xls::PCFieldModel::mnHierarchy |
Data type from ODBC data source.
Definition at line 138 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| sal_Int32 oox::xls::PCFieldModel::mnLevel |
Hierarchy this field is part of.
Definition at line 139 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| sal_Int32 oox::xls::PCFieldModel::mnMappingCount |
Hierarchy level this field is part of.
Definition at line 140 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| sal_Int32 oox::xls::PCFieldModel::mnNumFmtId |
Formula of a calculated field.
Definition at line 136 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().
| sal_Int32 oox::xls::PCFieldModel::mnSqlType |
Number format for all items.
Definition at line 137 of file pivotcachebuffer.hxx.
Referenced by oox::xls::PivotCacheField::importCacheField(), and oox::xls::PivotCacheField::importPCDField().