LibreOffice Module sc (master) 1
|
A name for various pivot table info structs. More...
#include <xlpivot.hxx>
Public Member Functions | |
XclPTCachedName () | |
true = Use name in cache instead of maName. More... | |
Public Attributes | |
OUString | maName |
bool | mbUseCache |
The visible name, if used. More... | |
A name for various pivot table info structs.
Includes 'use cache' state.
Definition at line 547 of file xlpivot.hxx.
|
inlineexplicit |
true = Use name in cache instead of maName.
Definition at line 552 of file xlpivot.hxx.
OUString XclPTCachedName::maName |
Definition at line 549 of file xlpivot.hxx.
Referenced by XclPTVisNameInfo::GetVisName(), operator<<(), operator>>(), and XclPTVisNameInfo::SetVisName().
bool XclPTCachedName::mbUseCache |
The visible name, if used.
Definition at line 550 of file xlpivot.hxx.
Referenced by XclPTVisNameInfo::HasVisName(), operator<<(), operator>>(), XclPTVisNameInfo::SetVisName(), and XclExpPTItem::XclExpPTItem().