|
LibreOffice Module sc (master) 1
|
#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... | |
Definition at line 36 of file pivottablebuffer.hxx.
|
explicit |
True = item is hidden.
Definition at line 164 of file pivottablebuffer.cxx.
| 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().
| 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().
| 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().
| sal_Int32 oox::xls::PTFieldItemModel::mnCacheItem |
Definition at line 38 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::importItem(), and oox::xls::PivotTableField::importPTFItem().
| 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().
| OUString oox::xls::PTFieldItemModel::msCaption |
Type of the item.
Definition at line 40 of file pivottablebuffer.hxx.
Referenced by oox::xls::PivotTableField::importItem().