LibreOffice Module sc (master) 1
|
Contains data for a pivot table data item (SXVI record). More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPTItemInfo () | |
Index into cache for item name. More... | |
Public Member Functions inherited from XclPTVisNameInfo | |
bool | HasVisName () const |
The displayed name of the item. More... | |
const OUString * | GetVisName () const |
Returns the name, if set explicitly (maVisName.mbUseCache is false). More... | |
void | SetVisName (const OUString &rName) |
Sets the visible name and enables usage of cache if name is empty. More... | |
Public Attributes | |
sal_uInt16 | mnType |
sal_uInt16 | mnFlags |
Type of the item (e.g. data, function, grand total). More... | |
sal_uInt16 | mnCacheIdx |
Several flags. More... | |
Public Attributes inherited from XclPTVisNameInfo | |
XclPTCachedName | maVisName |
Contains data for a pivot table data item (SXVI record).
Definition at line 574 of file xlpivot.hxx.
|
explicit |
Index into cache for item name.
Definition at line 433 of file xlpivot.cxx.
sal_uInt16 XclPTItemInfo::mnCacheIdx |
Several flags.
Definition at line 578 of file xlpivot.hxx.
Referenced by XclImpPTItem::GetItemName(), operator<<(), operator>>(), and XclExpPTItem::XclExpPTItem().
sal_uInt16 XclPTItemInfo::mnFlags |
Type of the item (e.g. data, function, grand total).
Definition at line 577 of file xlpivot.hxx.
Referenced by XclImpPTItem::ConvertItem(), operator<<(), operator>>(), and XclExpPTItem::SetPropertiesFromMember().
sal_uInt16 XclPTItemInfo::mnType |
Definition at line 576 of file xlpivot.hxx.
Referenced by operator<<(), operator>>(), and XclExpPTItem::XclExpPTItem().